mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
refactor: move Reveal.JS plugin to its own module
``` module: imports: - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal ``` See #2792
This commit is contained in:
parent
22e2a7cf74
commit
b49528cf1e
13 changed files with 46 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
HUGOxPARAMSxCMSxLOCAL_BACKEND=true \
|
||||
HUGO_MODULE_REPLACEMENTS="github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 -> ../../../modules/wowchemy,
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify -> ../../../modules/wowchemy-plugin-netlify,
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal -> ../../../modules/wowchemy-plugin-reveal,
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms -> ../../../modules/wowchemy-plugin-netlify-cms" \
|
||||
hugo server --panicOnWarning --renderStaticToDisk -F --port 80 --bind 0.0.0.0 \
|
||||
hugo server --panicOnWarning --renderStaticToDisk -F --port 8081 --bind 0.0.0.0 \
|
||||
--source "starters/$1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue