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