From 5b851dfd8375d544bf56bff2e2a71f279a50b3a8 Mon Sep 17 00:00:00 2001 From: yvling Date: Thu, 19 Dec 2024 12:15:45 +0800 Subject: [PATCH] fix: fixed some errors --- _blog/dst/about/index.html | 1 + _blog/dst/post/test.md.html | 30 ++++++++++++++++++++++++++++++ _blog/src/about/index.md | 2 ++ 3 files changed, 33 insertions(+) create mode 100644 _blog/dst/about/index.html create mode 100644 _blog/dst/post/test.md.html create mode 100644 _blog/src/about/index.md diff --git a/_blog/dst/about/index.html b/_blog/dst/about/index.html new file mode 100644 index 0000000..fe2da1b --- /dev/null +++ b/_blog/dst/about/index.html @@ -0,0 +1 @@ +

About me

diff --git a/_blog/dst/post/test.md.html b/_blog/dst/post/test.md.html new file mode 100644 index 0000000..20f3df7 --- /dev/null +++ b/_blog/dst/post/test.md.html @@ -0,0 +1,30 @@ + +

Heading level 1

+

Heading level 2

+

Heading level 3

+

Heading level 4

+
Heading level 5
+
Heading level 6
+

I just love bold text.

+
+

Dorothy followed her through many of the beautiful rooms in her castle.

+
+
    +
  1. First item
  2. +
  3. Second item
  4. +
  5. Third item
  6. +
  7. Fourth item
  8. +
+ +
func main() {
+	fmt.Println("Hello, World")
+}
+
+
+

This is a link: Markdown link

+

Image

diff --git a/_blog/src/about/index.md b/_blog/src/about/index.md new file mode 100644 index 0000000..cb191e0 --- /dev/null +++ b/_blog/src/about/index.md @@ -0,0 +1,2 @@ +## About me +