mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-19 06:21:01 +00:00
See https://discord.com/channels/722225264733716590/738924091511144489/1406144559188283494 See https://gohugo.io/templates/new-templatesystem-overview/
26 lines
774 B
YAML
26 lines
774 B
YAML
############################
|
|
## 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
|
|
|
|
# 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
|
|
- source: assets
|
|
target: assets
|