2023-11-09 15:59:43 +00:00
|
|
|
############################
|
|
|
|
## 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
|
2024-04-20 22:52:24 +01:00
|
|
|
|
|
|
|
# Install any Hugo Blox within the `hugo-blox/blox/` folder
|
|
|
|
mounts:
|
|
|
|
- source: hugo-blox/blox/community
|
|
|
|
target: layouts/partials/blox/community/
|
|
|
|
includeFiles: '**.html'
|
|
|
|
- source: hugo-blox/blox/all-access
|
|
|
|
target: layouts/partials/blox/
|
|
|
|
includeFiles: '**.html'
|
|
|
|
- source: hugo-blox/blox
|
|
|
|
target: assets/dist/community/blox/
|
|
|
|
includeFiles: '**.css'
|
|
|
|
- source: layouts
|
|
|
|
target: layouts
|
2024-04-27 16:15:21 +01:00
|
|
|
- source: assets
|
|
|
|
target: assets
|