Skip to content

Commit 06ea4d3

Browse files
author
Splitter
committed
starters: update to latest Hugo best practices (hugo.yaml)
1 parent d3ea863 commit 06ea4d3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

-11
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ hasCJKLanguage: false
1515
defaultContentLanguageInSubdir: false
1616
removePathAccents: true
1717

18-
############################
19-
## MODULES
20-
############################
21-
22-
module:
23-
imports:
24-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms
25-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
26-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
27-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
28-
2918
############################
3019
## ADVANCED
3120
############################

config/_default/module.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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-decap-cms
9+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
10+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
11+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5

0 commit comments

Comments
 (0)