mermaid support
This commit is contained in:
parent
0c9211f27b
commit
e7eb6932e2
19 changed files with 125 additions and 124 deletions
3
Makefile
3
Makefile
|
@ -4,7 +4,8 @@ themeDir=../..
|
|||
.PHONY: dev, build, clean
|
||||
|
||||
dev:
|
||||
hugo server -D -s $(source) --themesDir $(themeDir)
|
||||
rm -r exampleSite/resources
|
||||
hugo server -D -s $(source) --themesDir $(themeDir) --disableFastRender
|
||||
|
||||
build:
|
||||
hugo -D --gc --minify -s $(source) --themesDir $(themeDir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue