add bgcolor for code in content
This commit is contained in:
parent
f7e504ff27
commit
e6aa0cd091
19 changed files with 43 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue