Skip to content

Commit 3df8513

Browse files
author
Splitter
committed
starters: update to latest Hugo best practices (hugo.yaml)
1 parent 0f1bab6 commit 3df8513

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

config/_default/config.yaml config/_default/hugo.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ hasCJKLanguage: false
2929
defaultContentLanguageInSubdir: false
3030
removePathAccents: true
3131

32-
############################
33-
## MODULES
34-
############################
35-
36-
module:
37-
imports:
38-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms
39-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
40-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
41-
4232
############################
4333
## ADVANCED
4434
############################

config/_default/module.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
############################
2+
## HUGO MODULES
3+
## Install or uninstall themes and plugins here.
4+
## Docs: https://gohugo.io/hugo-modules/
5+
############################
6+
7+
imports:
8+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms
9+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
10+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5

0 commit comments

Comments
 (0)