diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
| commit | 87cb7cc92743e88486e5e3c4852ab903a159fd8c (patch) | |
| tree | 62a9f988b51034e5148bb61f019d6caffa60ee59 /exampleSite/content/post/ExamplePost/index.md | |
| parent | 83d5590fc13e769f976746cac1e2119c25589448 (diff) | |
| download | hugo-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.md | 50 |
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.~~ |
