From 7f18dc388e4eb8096f35a0faf6ff9d2846e05396 Mon Sep 17 00:00:00 2001 From: biss Date: Sun, 19 Jul 2026 16:08:26 +0800 Subject: [PATCH] Widen native pages and about article layout --- src/pages/about.astro | 68 ++++++++++++++-------------- src/pages/archives/index.astro | 2 +- src/pages/archives/page/[page].astro | 2 +- src/pages/categories/index.astro | 2 +- src/pages/link.astro | 2 +- src/pages/tags/index.astro | 2 +- src/styles/site/18-worklog.css | 4 ++ 7 files changed, 43 insertions(+), 39 deletions(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index fe10b46..8cd62f0 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -5,42 +5,42 @@ import { siteConfig } from '../../site.config.mjs'; --- -
+
-
-
-
-

- 你好,我是 Bi。这个博客主要用来保存技术实践、生活片段和那些一时半会儿不想让它们散掉的想法。 -

+
+
+

+ 你好,我是 Bi。这个博客主要用来保存技术实践、生活片段和那些一时半会儿不想让它们散掉的想法。 +

-
-
- -

技术笔记

-

记录服务器、网络、开发环境、图像处理和一些实际踩坑过程。

-
-
- -

日常碎片

-

把普通的一天、突然冒出来的灵感和一点点情绪留在这里。

-
-
- -

持续生长

-

网站本身也在慢慢迁移和重写,新的页面会逐步变成原生实现。

-
+
+
+ +

技术笔记

+

记录服务器、网络、开发环境、图像处理和一些实际踩坑过程。

+
+
+ +

日常碎片

+

把普通的一天、突然冒出来的灵感和一点点情绪留在这里。

+
+
+ +

持续生长

+

网站本身也在慢慢迁移和重写,新的页面会逐步变成原生实现。

+
+
+ +

联系

+

+ 如果你想交流文章内容、友链或网站相关问题,可以通过 + {siteConfig.author.email} + 联系我,也可以去 + GitHub + 找到我。 +

- -

联系

-

- 如果你想交流文章内容、友链或网站相关问题,可以通过 - {siteConfig.author.email} - 联系我,也可以去 - GitHub - 找到我。 -

-
-
+
+
diff --git a/src/pages/archives/index.astro b/src/pages/archives/index.astro index 5f7f113..ab62e30 100644 --- a/src/pages/archives/index.astro +++ b/src/pages/archives/index.astro @@ -19,7 +19,7 @@ const archiveStats = [...posts.reduce((months, post) => { --- -
+
diff --git a/src/pages/archives/page/[page].astro b/src/pages/archives/page/[page].astro index 8f33a50..b91171b 100644 --- a/src/pages/archives/page/[page].astro +++ b/src/pages/archives/page/[page].astro @@ -29,7 +29,7 @@ const archiveStats = [...posts.reduce((months, post) => { --- -
+
diff --git a/src/pages/categories/index.astro b/src/pages/categories/index.astro index 7221664..3f187fd 100644 --- a/src/pages/categories/index.astro +++ b/src/pages/categories/index.astro @@ -32,7 +32,7 @@ const categoryChartSubtitle = [ --- -
+
diff --git a/src/pages/link.astro b/src/pages/link.astro index 1546866..1402a25 100644 --- a/src/pages/link.astro +++ b/src/pages/link.astro @@ -7,7 +7,7 @@ const friends = siteConfig.friends; --- -
+