mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
change README
This commit is contained in:
parent
5cf30a325e
commit
a868e9bdd7
90
exampleSite/content/post/1README/index.zh-cn.md
Normal file
90
exampleSite/content/post/1README/index.zh-cn.md
Normal file
@ -0,0 +1,90 @@
|
||||
+++
|
||||
author = "Wxn"
|
||||
title = "README"
|
||||
date = "2023-11-02"
|
||||
description = "Please read me first."
|
||||
tags = [
|
||||
"底部标签",
|
||||
]
|
||||
categories = [
|
||||
"文章分类",
|
||||
]
|
||||
|
||||
+++
|
||||
|
||||
This article offers a sample of basic Markdown.
|
||||
<!--more-->
|
||||
|
||||
# 正文开始
|
||||
|
||||

|
||||
|
||||
这个文件加中放文章,每篇文章都要放入到一个文件加中。
|
||||
|
||||
下面我们来一个例子:
|
||||
|
||||
比如说:我们想写一篇名为数据结构的文章:
|
||||
|
||||
我可以创建一个文件夹:Date-Struct(这个名字随便起,只要是英文的就好,然后没有固定格式,中间那个-可以加也可以不加)
|
||||
|
||||

|
||||
|
||||
然后,我们进入Date-Struct文件加创建两个文件index.md与index.zh-cn.md
|
||||
|
||||

|
||||
|
||||
下面我来写一个示例:
|
||||
|
||||
<font color=red>请注意:这个网站进行搭建的时间与当地会有一定的时差,最好写当地的前一天,以便能够快速看到网站搭建好的效果</font>
|
||||
|
||||
```
|
||||
+++
|
||||
author = "文章作者"
|
||||
title = "文章标题"
|
||||
date = "文章日期"
|
||||
description = "对文章的简单描述."
|
||||
tags = [
|
||||
"底部标签",
|
||||
]
|
||||
categories = [
|
||||
"文章分类",
|
||||
]
|
||||
+++
|
||||
|
||||
This article offers a sample of basic Markdown.
|
||||
<!--more-->
|
||||
|
||||
# 正文开始
|
||||
```
|
||||
|
||||
|
||||
|
||||
## YouTube Privacy Enhanced Shortcode
|
||||
|
||||
很有意思的一个可以360旋转的视频
|
||||
|
||||
{{< youtube ZJthWmvUzzc >}}
|
||||
|
||||
<br>
|
||||
|
||||
考研/工作累了,来听首歌放松一下吧!
|
||||
|
||||
{{< youtube BpQwi0zHopU >}}
|
||||
|
||||
## bilibilibi Shortcode
|
||||
|
||||
<br>
|
||||
|
||||
{{< bilibili BV1ew411q7gm >}}
|
||||
|
||||
<br>
|
||||
|
||||
cheems,你被生活打倒了吗?
|
||||
|
||||
{{< bilibili BV1Rv4y1w7hA >}}
|
||||
|
||||
<br>
|
||||
|
||||
{{< bilibili BV12C4y1o7gi >}}
|
||||
|
||||

|
Loading…
Reference in New Issue
Block a user