diff --git a/repos/.vitepress/config/head.ts b/repos/.vitepress/config/head.ts index d0d70a3f0..305847344 100644 --- a/repos/.vitepress/config/head.ts +++ b/repos/.vitepress/config/head.ts @@ -8,6 +8,7 @@ export const head: HeadConfig[] = [ ['meta', { name: 'HandheldFriendly', content: 'True' }], ['meta', { name: 'MobileOptimized', content: '320' }], + ['meta', { name: 'theme-color', content: '#3c8772' }], ['meta', { property: 'og:type', content: 'website' }], ['meta', { property: 'og:locale', content: metaData.locale }], diff --git a/repos/about/me.md b/repos/about/me.md index a796af866..77a4b8537 100644 --- a/repos/about/me.md +++ b/repos/about/me.md @@ -4,11 +4,17 @@ lastUpdated: false aside: false --- -# 关于笔者 +头部图 + +
+ + 欢迎语 + +

-
+
个人主页   @@ -36,19 +42,21 @@ aside: false - 📖 My motto: “东隅已逝,桑榆非晚。” --- -
- - +
+ +
-
- +
+
-
- +
+
-
- -
\ No newline at end of file +
+ +
+ +尾部图 \ No newline at end of file diff --git a/repos/public/img/svg/about-me-footer.svg b/repos/public/img/svg/about-me-footer.svg new file mode 100644 index 000000000..680919a49 --- /dev/null +++ b/repos/public/img/svg/about-me-footer.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/repos/public/img/svg/about-me-header.svg b/repos/public/img/svg/about-me-header.svg new file mode 100644 index 000000000..3d042eea9 --- /dev/null +++ b/repos/public/img/svg/about-me-header.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + 关于我 (Charles7c) + + + \ No newline at end of file