From 85aec98277da23a99861cfaf1bdf4329a0ecb130 Mon Sep 17 00:00:00 2001 From: 1AoB <2453468739@qq.com> Date: Wed, 1 Nov 2023 22:47:15 +0800 Subject: [PATCH] change about --- exampleSite/config.yaml | 2 +- exampleSite/content/page/about/index.md | 3 +- exampleSite/content/page/about/index.zh-cn.md | 30 +++++++++++++++++-- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index dd8651b..4e07808 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -8,7 +8,7 @@ copyright: Example Person languages: en: languageName: English - title: My Blog + title: Wxn's Blog weight: 1 params: description: Example description diff --git a/exampleSite/content/page/about/index.md b/exampleSite/content/page/about/index.md index 84e5538..71e50b7 100644 --- a/exampleSite/content/page/about/index.md +++ b/exampleSite/content/page/about/index.md @@ -41,4 +41,5 @@ Linux # Favourite database -MySql8.0、SQLite \ No newline at end of file +MySql8.0、SQLite + diff --git a/exampleSite/content/page/about/index.zh-cn.md b/exampleSite/content/page/about/index.zh-cn.md index 0284003..3413e93 100644 --- a/exampleSite/content/page/about/index.zh-cn.md +++ b/exampleSite/content/page/about/index.zh-cn.md @@ -1,5 +1,5 @@ --- -title: 关于 +title: 个人介绍 menu: main: weight: -90 @@ -7,4 +7,30 @@ menu: icon: user --- -This is a test page for i18n support. \ No newline at end of file +# 总体概述 + +我是一个性格比较开朗的,好学擅长沟通,努力奋斗,敢于探索,恪守职业道德的有志青年。对技术感兴趣,肯专研,抗压能力强, 喜欢研究代码,让代码更具鲁棒性。 + +# 兴趣爱好 + +LOL,CF,Genshin Impact + +# 外语 + +ETC-4(465) + +# 喜欢的编程语言 + +CPP、C + +# 喜欢的框架 + +Qt + +# 喜欢的操作系统 + +Linux + +# 喜欢的数据库 + +MySql8.0、SQLite \ No newline at end of file