7 lines
218 B
Makefile
7 lines
218 B
Makefile
run-example:
|
|
cd exampleSite && hugo server -D --gc -p 13131
|
|
|
|
chroma-css:
|
|
hugo gen chromastyles --style=dracula > assets/css/lib/chroma-dark.css
|
|
hugo gen chromastyles --style=github > assets/css/lib/chroma-light.css
|