diff options
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/_index.md | 6 | ||||
| -rw-r--r-- | content/blog/first_post.md | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..99811f9 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,6 @@ ++++ +title = "blog" ++++ + +hello blog + diff --git a/content/blog/first_post.md b/content/blog/first_post.md new file mode 100644 index 0000000..5f21c93 --- /dev/null +++ b/content/blog/first_post.md @@ -0,0 +1,8 @@ ++++ +title = "first post!" +date = 2026-09-01 ++++ + +hello this is my blog + +hope its nice |
