From 6d7e34af89ef1038d213ff8ea325bb84d4a00d4a Mon Sep 17 00:00:00 2001 From: Jan T Date: Fri, 2 Jan 2026 14:19:40 +0000 Subject: Initial commit --- content/posts/_index.md | 6 ++++++ content/posts/initial.md | 19 +++++++++++++++++++ content/posts/second.md | 11 +++++++++++ 3 files changed, 36 insertions(+) create mode 100644 content/posts/_index.md create mode 100644 content/posts/initial.md create mode 100644 content/posts/second.md (limited to 'content/posts') 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 -- cgit v1.3