From 0d533b37f2b97b389cbd2c01668f34e6e0ccd6d9 Mon Sep 17 00:00:00 2001 From: 1AoB <2453468739@qq.com> Date: Thu, 2 Nov 2023 00:32:28 +0800 Subject: [PATCH] change about --- .../content/post/my-First/index.zh-cn.md.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 exampleSite/content/post/my-First/index.zh-cn.md.md diff --git a/exampleSite/content/post/my-First/index.zh-cn.md.md b/exampleSite/content/post/my-First/index.zh-cn.md.md new file mode 100644 index 0000000..4478c5e --- /dev/null +++ b/exampleSite/content/post/my-First/index.zh-cn.md.md @@ -0,0 +1,42 @@ ++++ +author = "Wxn" +title = "my First" +date = "2023-11-01" +description = "Sample description about article." +tags = [ + "底部标签1", + "底部标签2", + "底部标签3", + "底部标签4", +] +categories = [ + "文章分类1", + "文章分类2", +] +series = ["Themes Guide"] +aliases = ["migrate-from-jekyl"] +image = "pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg" + ++++ + +This article offers a sample of basic Markdown. + + +# hello world + +Hello World! + +``` +tags = [ + "文章标签(一般写用到了哪些技术)", + "底部标签1", + "底部标签2", + "底部标签3", + "底部标签4", +] +categories = [ + "分类专栏(一般写自己划分的专栏)", + "文章分类1", + "文章分类2", +] +``` \ No newline at end of file