feat: 迁移之前的博客组件

This commit is contained in:
KazooTTT
2025-02-05 20:57:47 +08:00
parent f22b2529e8
commit 1f239d3205
52 changed files with 2050 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
import PageLayout from "@/layouts/Base.astro";
import Tools from "@/components/tools/index.astro";
const meta = {
description: "I'm a starter theme for Astro.build",
description: "introduction for KazooTTT",
title: "About",
};
---
@ -10,4 +10,14 @@ const meta = {
<PageLayout meta={meta}>
<h1 class="title mb-6">About</h1>
<div class="prose prose-sm prose-cactus max-w-none">TODO ...</div>
<div class="mt-2">
<a href="https://wakatime.com/@d3dc2570-e4bf-4469-b0c2-127b495e8b91"
><img
src="https://wakatime.com/badge/user/d3dc2570-e4bf-4469-b0c2-127b495e8b91.svg"
alt="Total time coded since Nov 4 2017"
/></a
>
</div>
<Tools />
</PageLayout>