starters: update to latest Hugo best practices (hugo.yaml)
This commit is contained in:
@@ -15,16 +15,6 @@ hasCJKLanguage: false
|
|||||||
defaultContentLanguageInSubdir: false
|
defaultContentLanguageInSubdir: false
|
||||||
removePathAccents: true
|
removePathAccents: true
|
||||||
|
|
||||||
############################
|
|
||||||
## MODULES
|
|
||||||
############################
|
|
||||||
|
|
||||||
module:
|
|
||||||
imports:
|
|
||||||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
|
|
||||||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
|
|
||||||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
|
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## ADVANCED
|
## ADVANCED
|
||||||
############################
|
############################
|
||||||
10
config/_default/module.yaml
Normal file
10
config/_default/module.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
############################
|
||||||
|
## HUGO MODULES
|
||||||
|
## Install or uninstall themes and plugins here.
|
||||||
|
## Docs: https://gohugo.io/hugo-modules/
|
||||||
|
############################
|
||||||
|
|
||||||
|
imports:
|
||||||
|
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
|
||||||
|
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
|
||||||
|
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
|
||||||
Reference in New Issue
Block a user