add language navigator and fix some styles
This commit is contained in:
parent
10dcb7a324
commit
59ee3f114a
21 changed files with 262 additions and 186 deletions
4
Makefile
4
Makefile
|
@ -4,11 +4,11 @@ themeDir=../..
|
|||
.PHONY: dev, build, clean
|
||||
|
||||
dev:
|
||||
-rm -r exampleSite/resources
|
||||
hugo server -D -s $(source) --themesDir $(themeDir) --disableFastRender
|
||||
|
||||
build:
|
||||
hugo -D --gc --minify -s $(source) --themesDir $(themeDir)
|
||||
|
||||
clean:
|
||||
rm -r $(source)/public
|
||||
rm -r $(source)/public
|
||||
rm -r exampleSite/resources
|
Loading…
Add table
Add a link
Reference in a new issue