]> juplo.de Git - website/commitdiff
WIP:Pfade von juplo.de nachbauen...
authorKai Moritz <kai@juplo.de>
Sat, 22 Nov 2025 11:20:03 +0000 (12:20 +0100)
committerKai Moritz <kai@juplo.de>
Wed, 17 Dec 2025 20:26:22 +0000 (21:26 +0100)
content/_index.md [new file with mode: 0644]
content/archives.md
content/posts/_index.md [new file with mode: 0644]
hugo.yaml

diff --git a/content/_index.md b/content/_index.md
new file mode 100644 (file)
index 0000000..cdc0460
--- /dev/null
@@ -0,0 +1,5 @@
+---
+title: Blog
+url: /blog/
+---
+Hallo Welt!
index aaadc430a5290e3ca196ba20ef45ac0b8284175c..b94a5f9a83b74b9f10f160460eaf6f1a7a464f2c 100644 (file)
@@ -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 (file)
index 0000000..cdc0460
--- /dev/null
@@ -0,0 +1,5 @@
+---
+title: Blog
+url: /blog/
+---
+Hallo Welt!
index d5bcdb315f732fe780de93f8a78d2b2570976b98..c769db8038d4ac7c477ef69f991ae57342961b72 100644 (file)
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -50,3 +50,7 @@ menu:
       name: archives
       url: /archives/
       weight: 30
+mainSections:
+  - posts
+  - projects
+  - about