hugo-theme-more-contentful/Makefile

12 lines
371 B
Makefile
Raw Permalink Normal View History

2022-05-04 04:41:25 +00:00
.PHONY : serve
serve:
hugo -s ./exampleSite server
.PHONY : update
2021-01-31 09:03:39 +00:00
update:
curl --silent --location https://api.github.com/repos/foo-dogsquared/hugo-mod-simple-icons/commits | jq '.[0].sha' --raw-output | xargs --replace='{}' hugo mod get -u "github.com/foo-dogsquared/hugo-mod-simple-icons@{}" && hugo mod tidy
2022-05-04 04:41:25 +00:00
.PHONY : build-demo
build-demo:
hugo -s ./exampleSite