Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefile - github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44ca7c10fbc7416c9f31276b39af134d9ab6b549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
	cd exampleSite; hugo server --cleanDestinationDir --themesDir ../../ -t hugo-theme-console