From 6a7a5c1015140b84c73b2348c5bb6cb0264c6338 Mon Sep 17 00:00:00 2001 From: 1AoB <2453468739@qq.com> Date: Wed, 1 Nov 2023 23:36:50 +0800 Subject: [PATCH] change about --- exampleSite/content/post/markdown-syntax/index.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/exampleSite/content/post/markdown-syntax/index.md b/exampleSite/content/post/markdown-syntax/index.md index 2aeb239..8c960cc 100644 --- a/exampleSite/content/post/markdown-syntax/index.md +++ b/exampleSite/content/post/markdown-syntax/index.md @@ -4,14 +4,16 @@ title = "my First" date = "2023-11-01" description = "Sample description about article." tags = [ - "markdown", - "css", - "html", - "themes", + "文章标签(一般写用到了哪些技术)", + "底部标签1", + "底部标签2", + "底部标签3", + "底部标签4", ] categories = [ - "themes", - "syntax", + "分类专栏(一般写自己划分的专栏)", + "文章分类1", + "文章分类2", ] series = ["Themes Guide"] aliases = ["migrate-from-jekyl"]