diff options
Diffstat (limited to 'content/posts')
| -rw-r--r-- | content/posts/_index.md | 6 | ||||
| -rw-r--r-- | content/posts/initial.md | 19 | ||||
| -rw-r--r-- | content/posts/second.md | 11 |
3 files changed, 36 insertions, 0 deletions
diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..9673e56 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,6 @@ +--- +title: Posts +sort_by: date +--- + +foobar diff --git a/content/posts/initial.md b/content/posts/initial.md new file mode 100644 index 0000000..2c59d79 --- /dev/null +++ b/content/posts/initial.md @@ -0,0 +1,19 @@ +--- +title: Initial Post +date: 2025-12-31 +description: Or, how to write a dummy blog post for testing the static site generation. +extra: + kind: note + keywords: + - initial post + - dummy blog post + - static site generation +--- + +## Foobar + +jea + +## benis + +asdasdas asdasdasd asd asd asd diff --git a/content/posts/second.md b/content/posts/second.md new file mode 100644 index 0000000..c7a8127 --- /dev/null +++ b/content/posts/second.md @@ -0,0 +1,11 @@ +--- +title: Second Post +date: 2025-12-31 +description: Another post +extra: + kind: note + keywords: + - second post +--- + +jabadabaduu |
