From: Kai Moritz Date: Sat, 22 Nov 2025 11:20:03 +0000 (+0100) Subject: WIP:Pfade von juplo.de nachbauen... X-Git-Tag: hugo--rebase--2025-12-17--21-17~3 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=ee676ac530a208c2e4acbcc7fc8aeb1e15be9a8a;p=website WIP:Pfade von juplo.de nachbauen... --- diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 00000000..cdc04609 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,5 @@ +--- +title: Blog +url: /blog/ +--- +Hallo Welt! diff --git a/content/archives.md b/content/archives.md index aaadc430..b94a5f9a 100644 --- a/content/archives.md +++ b/content/archives.md @@ -1,7 +1,7 @@ --- -title: "All" +title: "Archives" layout: "archives" -url: "/all/" -summary: archives +url: "/archives/" +summary: Archive of all posts, organized by the publishing date --- diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 00000000..cdc04609 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,5 @@ +--- +title: Blog +url: /blog/ +--- +Hallo Welt! diff --git a/hugo.yaml b/hugo.yaml index d5bcdb31..c769db80 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -50,3 +50,7 @@ menu: name: archives url: /archives/ weight: 30 +mainSections: + - posts + - projects + - about