From 880f1ce121434e641c09f63e43ab08a2beaa83d4 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 5 Apr 2026 08:43:04 +0200 Subject: feat: add filter functionality, archetypes, and sample content - Create filters.js for post filtering by type (tech, life, quote, link, photo) - Add article.md and page.md archetypes with appropriate fields - Update default.md archetype with correct TOML syntax - Create sample content for home, articles, and about pages - Fix section.html template resource permalink syntax Co-Authored-By: Claude Haiku 4.5 --- content/_index.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'content/_index.md') diff --git a/content/_index.md b/content/_index.md index 652623b..f04efe2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,6 @@ +++ -title = 'Home' -date = 2023-01-01T08:00:00-07:00 -draft = false +title = "Home" +date = 2026-01-01T00:00:00Z +++ -Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat -pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim -excepteur excepteur pariatur nostrud qui irure ullamco. +This is the home page content. The landing page layout will use this, but typically you won't add much here — the hero and latest posts grid will be the main focus. -- cgit v1.2.3