From 376b427a28e5d6fc875672f79c1a7dd67148494b Mon Sep 17 00:00:00 2001 From: Colin_XKL <1580440944@qq.com> Date: Tue, 16 Jun 2020 16:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=8F=9C=E5=8D=95=E6=A0=8F?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 6 +++--- content/aboutme.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 content/aboutme.md diff --git a/config.toml b/config.toml index 9acd86d..811f21f 100644 --- a/config.toml +++ b/config.toml @@ -90,13 +90,13 @@ paginate = 7 [[languages.zh-cn.menu.main]] identifier = "categories" name = "分类" - url = "/categories" + url = "/zh-cn/categories" [[languages.zh-cn.menu.main]] identifier = "tags" name = "标签" - url = "/tags" + url = "/zh-cn/tags" [[languages.zh-cn.menu.main]] identifier = "about" name = "关于" - url = "/about" + url = "/zh-cn/aboutme" diff --git a/content/aboutme.md b/content/aboutme.md new file mode 100644 index 0000000..04f24f0 --- /dev/null +++ b/content/aboutme.md @@ -0,0 +1,8 @@ +--- +title: 关于我 +date: 2019-06-16 +lastmod: 2020-06-16 + +--- + +> 内容待更新... \ No newline at end of file