hugo.yaml: Permalinks for the two main sections

This commit is contained in:
Eryn Wells 2024-07-06 10:24:22 -07:00
parent a0515e9688
commit 8a67d46efd

View file

@ -25,6 +25,14 @@ module:
imports:
- path: base
permalinks:
page:
blog: "/blog/:year/:month/:slug/"
tests: "/tests/:slug/"
section:
blog: "/blog/"
tests: "/tests/"
theme:
- blog
- base