fix css for markdown
This commit is contained in:
parent
f5601e9c5e
commit
3ff716ac93
4 changed files with 13 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -6,8 +6,7 @@ dev:
|
|||
hugo server -D -s $(source) --themesDir ../..
|
||||
|
||||
build:
|
||||
cd exampleSite
|
||||
hugo -D --gc --minify -s $(source) --themesDir ../..
|
||||
hugo -D --gc --minify -s $(source) --themesDir ../
|
||||
|
||||
clean:
|
||||
rm -r $(source)/public
|
Loading…
Add table
Add a link
Reference in a new issue