diff options
| author | Jan T <jan@jantuomi.fi> | 2026-01-02 14:19:40 +0000 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:21:02 +0200 |
| commit | 6d7e34af89ef1038d213ff8ea325bb84d4a00d4a (patch) | |
| tree | 9f2a716794f3469e0af3c414556feeafa2219b40 /content/posts | |
Initial commit
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 |
