hugo.yaml: Add the blog module and set up mounts
This commit is contained in:
parent
8a67d46efd
commit
b2e531ee81
1 changed files with 10 additions and 0 deletions
10
hugo.yaml
10
hugo.yaml
|
@ -24,6 +24,16 @@ module:
|
|||
min: "0.116.0"
|
||||
imports:
|
||||
- path: base
|
||||
- path: blog
|
||||
mounts:
|
||||
- source: assets
|
||||
target: assets/blog
|
||||
- source: layouts/_default
|
||||
target: layouts/blog
|
||||
- source: layouts/shortcodes
|
||||
target: layouts/shortcodes
|
||||
- source: layouts/partials
|
||||
target: layouts/partials
|
||||
|
||||
permalinks:
|
||||
page:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue