diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 9 | ||||
| -rw-r--r-- | content/articles/_index.md | 6 | ||||
| -rw-r--r-- | content/is/_index.md | 8 |
3 files changed, 17 insertions, 6 deletions
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. diff --git a/content/articles/_index.md b/content/articles/_index.md new file mode 100644 index 0000000..3d43a65 --- /dev/null +++ b/content/articles/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Articles" +date = 2026-01-01T00:00:00Z ++++ + +Browse all articles, organized by type. Use the filters to find what you're looking for. 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. |
