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

Makefile - github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7dc4a4438a92583c6ebd76865b4f49f36eb049ab (plain)
1
2
3
4
5
6
7
build:
	cd exampleSite/ && hugo

format:
#	prettier --write "layouts/**/*.html"
	prettier --write "static/**/*.css"
	prettier --write "exampleSite/**/*.json"