hugo-theme-stack/exampleSite/content/post/my-First/index.zh-cn.md.md
2023-11-02 00:32:28 +08:00

42 lines
726 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

+++
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.
<!--more-->
# hello world
Hello World
```
tags = [
"文章标签(一般写用到了哪些技术)"
"底部标签1",
"底部标签2",
"底部标签3",
"底部标签4",
]
categories = [
"分类专栏(一般写自己划分的专栏)",
"文章分类1",
"文章分类2",
]
```