mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
See https://discord.com/channels/722225264733716590/1233597456541941851/1233597456541941851
25 lines
772 B
YAML
25 lines
772 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
|