starters: redesign of Minimal template

This commit is contained in:
Geo 2022-04-21 13:35:30 +01:00
commit 1325f0a9c1
10 changed files with 129 additions and 84 deletions

View file

@ -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"

View file

@ -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"