diff --git a/exampleSite/content/post/1README/README.md b/exampleSite/content/post/1README/README.md new file mode 100644 index 0000000..af71fa8 --- /dev/null +++ b/exampleSite/content/post/1README/README.md @@ -0,0 +1,37 @@ +这个文件加中放文章,每篇文章都要放入到一个文件加中。 + +下面我们来一个例子: + +比如说:我们想写一篇名为数据结构的文章: + +我可以创建一个文件夹:Date-Struct(这个名字随便起,只要是英文的就好,然后没有固定格式,中间那个-可以加也可以不加) + +![1698854881951](图片/1698854881951.png) + +然后,我们进入Date-Struct文件加创建两个文件index.md与index.zh-cn.md + +![1698855011986](图片/1698855011986.png) + +下面我来写一个示例: + +``` ++++ +author = "文章作者" +title = "文章标题" +date = "文章日期" +description = "对文章的简单描述." +tags = [ + "底部标签", +] +categories = [ + "文章分类", +] +image = "文章宣传图片" + ++++ + +This article offers a sample of basic Markdown. + + +# 正文开始 +``` \ No newline at end of file diff --git a/exampleSite/content/post/1README/图片/1698854881951.png b/exampleSite/content/post/1README/图片/1698854881951.png new file mode 100644 index 0000000..a607ddc Binary files /dev/null and b/exampleSite/content/post/1README/图片/1698854881951.png differ diff --git a/exampleSite/content/post/1README/图片/1698855011986.png b/exampleSite/content/post/1README/图片/1698855011986.png new file mode 100644 index 0000000..da5742d Binary files /dev/null and b/exampleSite/content/post/1README/图片/1698855011986.png differ diff --git a/exampleSite/content/post/Date-Struct/index.md b/exampleSite/content/post/Date-Struct/index.md new file mode 100644 index 0000000..517310c --- /dev/null +++ b/exampleSite/content/post/Date-Struct/index.md @@ -0,0 +1,19 @@ ++++ +author = "Wxn" +title = "英文测试" +date = "2023-11-02" +description = "对文章的简单描述." +tags = [ + "底部标签", +] +categories = [ + "文章分类", +] +image = "test.png" + ++++ + +This article offers a sample of basic Markdown. + + +# 正文开始 \ No newline at end of file diff --git a/exampleSite/content/post/Date-Struct/index.zh-cn.md b/exampleSite/content/post/Date-Struct/index.zh-cn.md new file mode 100644 index 0000000..f911daf --- /dev/null +++ b/exampleSite/content/post/Date-Struct/index.zh-cn.md @@ -0,0 +1,19 @@ ++++ +author = "Wxn" +title = "中文测试" +date = "2023-11-02" +description = "对文章的简单描述." +tags = [ + "底部标签", +] +categories = [ + "文章分类", +] +image = "test.png" + ++++ + +This article offers a sample of basic Markdown. + + +# 正文开始 \ No newline at end of file diff --git a/exampleSite/content/post/Date-Struct/test.png b/exampleSite/content/post/Date-Struct/test.png new file mode 100644 index 0000000..05248e8 Binary files /dev/null and b/exampleSite/content/post/Date-Struct/test.png differ diff --git a/exampleSite/content/post/README.md b/exampleSite/content/post/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/exampleSite/content/post/markdown-syntax/index.md b/exampleSite/content/post/my-First/index.md similarity index 100% rename from exampleSite/content/post/markdown-syntax/index.md rename to exampleSite/content/post/my-First/index.md diff --git a/exampleSite/content/post/markdown-syntax/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg b/exampleSite/content/post/my-First/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg similarity index 100% rename from exampleSite/content/post/markdown-syntax/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg rename to exampleSite/content/post/my-First/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg