mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-30 22:57:57 +00:00
16 lines
207 B
Makefile
16 lines
207 B
Makefile
.PHONY : serve
|
|
serve:
|
|
hugo -s ./exampleSite server
|
|
|
|
.PHONY : update
|
|
update:
|
|
hugo mod get -u ./...
|
|
|
|
.PHONY : build-demo
|
|
build-demo:
|
|
hugo -s ./exampleSite
|
|
|
|
.PHONY : dev-update
|
|
dev-update:
|
|
nix flake update
|