From 1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e Mon Sep 17 00:00:00 2001 From: Jan Palma Date: Fri, 27 Feb 2026 17:59:06 +0100 Subject: Init --- content/blog.md | 17 +++++++++++++++++ content/blog/blog.11tydata.mjs | 4 ++++ content/blog/test-post.md | 4 ++++ content/index.md | 14 ++++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 content/blog.md create mode 100644 content/blog/blog.11tydata.mjs create mode 100644 content/blog/test-post.md create mode 100644 content/index.md (limited to 'content') diff --git a/content/blog.md b/content/blog.md new file mode 100644 index 0000000..bffe34b --- /dev/null +++ b/content/blog.md @@ -0,0 +1,17 @@ +--- +title: Blog +layout: page +nav: true +--- + +Some interesting posts. :) + +## Posts + \ No newline at end of file diff --git a/content/blog/blog.11tydata.mjs b/content/blog/blog.11tydata.mjs new file mode 100644 index 0000000..f88fb2a --- /dev/null +++ b/content/blog/blog.11tydata.mjs @@ -0,0 +1,4 @@ +export default { + tags: ["blog"], + layout: "post" +}; \ No newline at end of file diff --git a/content/blog/test-post.md b/content/blog/test-post.md new file mode 100644 index 0000000..1aedffa --- /dev/null +++ b/content/blog/test-post.md @@ -0,0 +1,4 @@ +--- +title: Post 1 +keywords: WOW OMG +--- \ No newline at end of file diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..9342d9d --- /dev/null +++ b/content/index.md @@ -0,0 +1,14 @@ +--- +title: "Home" +nav: true +--- + +Hey, I'm Spelis. + +I write software mainly in **C**, **Python**, and **Java**. Currently learning **Zig**. + +--- + +Location: Northern Sweden + +Age: years old. \ No newline at end of file -- cgit v1.3-7-ge9ab