From ba1257ebae0f1ff909f6f1a4a68bf673e3af3903 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 17 Feb 2026 20:20:49 +0100 Subject: [PATCH] added posts back --- content/_index.md | 4 ++++ content/about.md | 10 ++++++++++ content/archives.md | 6 ++++++ content/search.md | 6 ++++++ content/tags/index.md | 4 ++++ 5 files changed, 30 insertions(+) create mode 100644 content/_index.md create mode 100755 content/about.md create mode 100644 content/archives.md create mode 100755 content/search.md create mode 100755 content/tags/index.md diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..095137f --- /dev/null +++ b/content/_index.md @@ -0,0 +1,4 @@ +--- +title: "Home" +draft: false +--- diff --git a/content/about.md b/content/about.md new file mode 100755 index 0000000..71eba6b --- /dev/null +++ b/content/about.md @@ -0,0 +1,10 @@ +--- +title: "About Me" +date: 2025-11-30 +draft: false +--- +Hi, +my name is Karl and I like computers, politics and art. + + + diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 0000000..2b87f07 --- /dev/null +++ b/content/archives.md @@ -0,0 +1,6 @@ +--- +title: "Archive" +layout: "archives" +url: "/archive/" +summary: archives +--- diff --git a/content/search.md b/content/search.md new file mode 100755 index 0000000..3dcbd05 --- /dev/null +++ b/content/search.md @@ -0,0 +1,6 @@ +--- +title: "Search" +layout: "search" +summary: "search" +placeholder: "Search..." +--- diff --git a/content/tags/index.md b/content/tags/index.md new file mode 100755 index 0000000..723be2e --- /dev/null +++ b/content/tags/index.md @@ -0,0 +1,4 @@ +--- +title: "Tags" +layout: "tags" +---