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

Makefile - github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caf69ac02df74a0d895f4eae53d04b95db2c90fc (plain)
1
2
3
4
5
6
7
8
build:
	if [ ! -d ../hugo-theme-texify ]; then \
		git clone https://github.com/queensferryme/hugo-theme-texify.git ../hugo-theme-texify; \
	fi
	hugo --contentDir=exampleSite/content --gc --minify --themesDir=..

dev:
	hugo server --contentDir=exampleSite/content --disableFastRender --themesDir=..