culinary.kemonine.info/themes/gochowdown/exampleSite/Makefile

19 lines
241 B
Makefile
Raw Normal View History

2022-12-03 15:27:03 +00:00
default:
hugo server
build:
hugo --destination docs/
debug:
hugo server -D
deploy:
rm -r docs/
hugo --destination docs/
git add docs/
git commit -m "Update live site"
git push
update-theme:
git submodule update --remote --merge