summaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-03-05 22:27:47 -0800
committerrtk0c <[email protected]>2025-03-05 22:27:47 -0800
commit62bffb53ab361a0c6a8815b79d15ada97eba3e9e (patch)
treece9f91954c9e26970f1a0bb625861c98afb874d7 /hugo.yaml
parent524f389b817ac9dbc87eca23d282c4d38ac35867 (diff)
Add tags and RSS button
Diffstat (limited to 'hugo.yaml')
-rw-r--r--hugo.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/hugo.yaml b/hugo.yaml
index 9cee916..758e8c8 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -8,6 +8,7 @@ outputs:
# Gotta read them somehow
- HTML
# Go get a RSS client (and some quality blogs), you will not regret it
+ # Hugo defaults to /index.xml, but if want to change: https://discourse.gohugo.io/t/how-can-i-change-the-rss-url/118/23
- RSS
# For fastsearch.json
- JSON
@@ -25,6 +26,9 @@ languages:
- name: Posts
url: /archives
weight: 5
+ - name: RSS
+ url: /index.xml
+ weight: 5
- name: Search
url: /search
weight: 10
@@ -54,6 +58,10 @@ params:
ShowPageNums: true
ShowToc: true
+taxonomies:
+ category: categories
+ tag: tags
+
markup:
goldmark:
renderer: