hugo-theme-console/makefile

12 lines
394 B
Makefile
Raw Permalink Normal View History

PWD ?= $(shell pwd)/
usage: ### Usage (default)
@echo
@echo "USAGE:"
@echo " make command [options]"
@echo
@echo "COMMANDS:"
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed 's/^/ /' | sed -e 's/\\$$//' | sed -e 's/#/ /g'
hugo-server: ## Run Hugo web server and serve the example site
2020-06-28 18:27:00 +00:00
cd exampleSite; hugo server --cleanDestinationDir --themesDir ../../ -t hugo-theme-console