aboutsummaryrefslogtreecommitdiffstats
path: root/exampleSite/content/post/ExamplePost/index.md
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-08-07 10:35:56 +0800
committeryingyu5658 <i@yingyu5658.me>2025-08-07 10:35:56 +0800
commit87cb7cc92743e88486e5e3c4852ab903a159fd8c (patch)
tree62a9f988b51034e5148bb61f019d6caffa60ee59 /exampleSite/content/post/ExamplePost/index.md
parent83d5590fc13e769f976746cac1e2119c25589448 (diff)
downloadhugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.tar.gz
hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.zip
添加exampleSite
Diffstat (limited to 'exampleSite/content/post/ExamplePost/index.md')
-rw-r--r--exampleSite/content/post/ExamplePost/index.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/exampleSite/content/post/ExamplePost/index.md b/exampleSite/content/post/ExamplePost/index.md
new file mode 100644
index 0000000..aa29377
--- /dev/null
+++ b/exampleSite/content/post/ExamplePost/index.md
@@ -0,0 +1,50 @@
++++
+date = '2025-08-07T10:25:02+08:00'
+draft = false
+title = 'ExamplePost'
++++
+
+# h1
+
+## h2
+
+### h3
+
+#### h4
+
+##### h5
+
+###### h6
+
+- a
+- b
+- c
+- d
+
+1. 1
+2. 2
+3. 3
+4. 4
+
+```c
+#include <stdio.h>
+
+int
+main() {
+ printf("Hello world!\n");
+ return 0;
+}
+```
+
+
+> quote
+>
+> quote2
+
+**BOLD**
+
+*Italic*
+
+***
+
+~~The world is flat.~~