hugo.yaml: Permalinks for the two main sections
This commit is contained in:
parent
a0515e9688
commit
8a67d46efd
1 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,14 @@ module:
|
||||||
imports:
|
imports:
|
||||||
- path: base
|
- path: base
|
||||||
|
|
||||||
|
permalinks:
|
||||||
|
page:
|
||||||
|
blog: "/blog/:year/:month/:slug/"
|
||||||
|
tests: "/tests/:slug/"
|
||||||
|
section:
|
||||||
|
blog: "/blog/"
|
||||||
|
tests: "/tests/"
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
- blog
|
- blog
|
||||||
- base
|
- base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue