change about

This commit is contained in:
1AoB 2023-11-01 23:40:14 +08:00
parent 6a7a5c1015
commit 3dc4b45f9c

View File

@ -4,14 +4,12 @@ title = "my First"
date = "2023-11-01" date = "2023-11-01"
description = "Sample description about article." description = "Sample description about article."
tags = [ tags = [
"文章标签(一般写用到了哪些技术)"
"底部标签1", "底部标签1",
"底部标签2", "底部标签2",
"底部标签3", "底部标签3",
"底部标签4", "底部标签4",
] ]
categories = [ categories = [
"分类专栏(一般写自己划分的专栏)",
"文章分类1", "文章分类1",
"文章分类2", "文章分类2",
] ]
@ -26,4 +24,17 @@ This article offers a sample of basic Markdown.
# hello world # hello world
Hello World Hello World
tags = [
"文章标签(一般写用到了哪些技术)"
"底部标签1",
"底部标签2",
"底部标签3",
"底部标签4",
]
categories = [
"分类专栏(一般写自己划分的专栏)",
"文章分类1",
"文章分类2",
]