add bgcolor for code in content

This commit is contained in:
mivinci 2021-08-07 22:01:03 +08:00
parent f7e504ff27
commit e6aa0cd091
19 changed files with 43 additions and 2 deletions

View file

@ -1,12 +1,13 @@
source=exampleSite
themeDir=../..
.PHONY: dev, build, clean
dev:
hugo server -D -s $(source) --themesDir ../..
hugo server -D -s $(source) --themesDir $(themeDir)
build:
hugo -D --gc --minify -s $(source) --themesDir ../
hugo -D --gc --minify -s $(source) --themesDir $(themeDir)
clean:
rm -r $(source)/public