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" +---