Skip to content

Commit

Permalink
starters: update to latest Hugo best practices (hugo.yaml)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Nov 9, 2023
1 parent 6a1d37b commit d1e0ae4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/_default/config.yaml → config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ hasCJKLanguage: false
defaultContentLanguageInSubdir: false
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-tailwind

############################
## ADVANCED
############################
Expand Down
9 changes: 9 additions & 0 deletions config/_default/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
############################
## 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-tailwind

0 comments on commit d1e0ae4

Please sign in to comment.