From bacb35991365d2ec24f9c35ce4c286e08e524518 Mon Sep 17 00:00:00 2001 From: 1AoB <2453468739@qq.com> Date: Thu, 2 Nov 2023 00:36:00 +0800 Subject: [PATCH] change about --- exampleSite/content/post/Date-Struct/index.md | 33 ++++++++++++++++--- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/post/Date-Struct/index.md b/exampleSite/content/post/Date-Struct/index.md index 517310c..b62f419 100644 --- a/exampleSite/content/post/Date-Struct/index.md +++ b/exampleSite/content/post/Date-Struct/index.md @@ -2,18 +2,41 @@ author = "Wxn" title = "英文测试" date = "2023-11-02" -description = "对文章的简单描述." +description = "Sample description about article." tags = [ - "底部标签", + "底部标签1", + "底部标签2", + "底部标签3", + "底部标签4", ] categories = [ - "文章分类", + "文章分类1", + "文章分类2", ] -image = "test.png" +series = ["Themes Guide"] +aliases = ["migrate-from-jekyl"] +image = "pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg" +++ This article offers a sample of basic Markdown. -# 正文开始 \ No newline at end of file +# hello world + +Hello World! + +``` +tags = [ + "文章标签(一般写用到了哪些技术)", + "底部标签1", + "底部标签2", + "底部标签3", + "底部标签4", +] +categories = [ + "分类专栏(一般写自己划分的专栏)", + "文章分类1", + "文章分类2", +] +``` \ No newline at end of file