some styles fixes

This commit is contained in:
Mivinci 2021-11-06 15:28:56 +08:00
parent 1e8d1ff994
commit 991bc2f116
6 changed files with 36 additions and 8 deletions

View file

@ -4,7 +4,7 @@ themeDir=../..
.PHONY: dev, build, clean
dev:
rm -r exampleSite/resources
-rm -r exampleSite/resources
hugo server -D -s $(source) --themesDir $(themeDir) --disableFastRender
build: