]> juplo.de Git - website/commitdiff
WIP:hugo.yaml an Website angepasst
authorKai Moritz <kai@juplo.de>
Wed, 22 Apr 2026 12:46:59 +0000 (14:46 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 22 Apr 2026 12:46:59 +0000 (14:46 +0200)
exampleSite/hugo.yaml

index 5e8cafd86e0b64231d2a81fbc66d682eb7f7e9cc..0ffbaff54c4f81f5183437e38fe66c110556a054 100644 (file)
@@ -1,29 +1,12 @@
-baseURL: https://example.org/
+baseURL: https://juplo.de
+disablePathToLower: true
 copyright: Kai Moritz
 languageCode: en-US
+title: Hugo-Theme for juplo.de
 theme: hugo-juplo
-menu:
-  main:
-    - identifier: categories
-      name: categories
-      url: /categories/
-      weight: 10
-    - identifier: tags
-      name: tags
-      url: /tags/
-      weight: 20
-    - identifier: archives
-      name: archives
-      url: /archives/
-      weight: 30
-mainSections:
-  - blog
-  - projects
-  - about
-module:
-  hugoVersion:
-    extended: false
-    min: 0.152.0
+taxonomies:
+  category: categories
+  tag: tags
 params:
   author:
     email: kai@juplo.de
@@ -42,10 +25,30 @@ params:
   assets:
     favicon: /favicon.ico
     disableHLJS: true
-title: Hugo-Theme for juplo.de
 markup:
   highlight:
     codeFences: true
     guessSyntax: true
     style: paraiso-dark
-    lineNos: true
+    linenos: true
+  goldmark:
+    renderer:
+      unsafe: true
+menu:
+  main:
+    - identifier: categories
+      name: categories
+      url: /categories/
+      weight: 10
+    - identifier: tags
+      name: tags
+      url: /tags/
+      weight: 20
+    - identifier: archives
+      name: archives
+      url: /archives/
+      weight: 30
+mainSections:
+  - blog
+  - projects
+  - about