makefile: add new command
This commit is contained in:
parent
72ad30a0a0
commit
295396b440
7
Makefile
7
Makefile
|
@ -1,5 +1,8 @@
|
||||||
run-example:
|
run-default:
|
||||||
cd exampleSite && hugo server -D --gc -p 13131
|
cd exampleSite && hugo server -D --gc -p 13131 --config config.default.yml
|
||||||
|
|
||||||
|
run-profile-mode:
|
||||||
|
cd exampleSite && hugo server -D --gc -p 13131 --config config.profileMode.yml
|
||||||
|
|
||||||
chroma-css:
|
chroma-css:
|
||||||
hugo gen chromastyles --style=dracula > assets/css/lib/chroma-dark.css
|
hugo gen chromastyles --style=dracula > assets/css/lib/chroma-dark.css
|
||||||
|
|
Loading…
Reference in New Issue