From c755974cf6d153f4ae668765ae7c95348c3c60b6 Mon Sep 17 00:00:00 2001 From: nikolaosboutalas Date: Mon, 28 Oct 2024 12:38:54 +0200 Subject: posts: add section --- content/posts/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/posts/_index.md (limited to 'content/posts/_index.md') diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..34b0f21 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,8 @@ ++++ +title="Posts" +sort_by = "date" +template = "posts-section.html" +page_template = "posts-page.html" ++++ + +Software (probably) related thoughts. Will try to keep them updated... -- cgit v1.2.3