mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
starters: redesign of Minimal template
This commit is contained in:
parent
719dcbe8f8
commit
1325f0a9c1
10 changed files with 129 additions and 84 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
HUGOxPARAMSxCMSxLOCAL_BACKEND=true \
|
||||
HUGO_MODULE_REPLACEMENTS="github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 -> ../../../wowchemy,github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 -> ../../../wowchemy-cms" \
|
||||
hugo server -F --port 80 --bind 0.0.0.0 \
|
||||
hugo server --renderStaticToDisk -F --port 80 --bind 0.0.0.0 \
|
||||
--source "starters/$1"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
HUGOxPARAMSxCMSxLOCAL_BACKEND=true \
|
||||
hugo server -F --port 80 --bind 0.0.0.0 \
|
||||
hugo server --renderStaticToDisk -F --port 80 --bind 0.0.0.0 \
|
||||
--source "starters/$1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue