mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
starters: update - plugin framework
This commit is contained in:
parent
11a51f8e9f
commit
137ebf6fdc
35 changed files with 150 additions and 20 deletions
|
@ -7,3 +7,17 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue