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/is/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/is/_index.md (limited to 'content/is') diff --git a/content/is/_index.md b/content/is/_index.md new file mode 100644 index 0000000..391d6d1 --- /dev/null +++ b/content/is/_index.md @@ -0,0 +1,8 @@ ++++ +title = "About" +date = 2026-01-01T00:00:00Z ++++ + +Hi, I'm Danilo. I write about tech, life, and the things that matter. + +This is your about page. Edit this to tell your story. -- cgit v1.2.3