makefile: add new command

This commit is contained in:
Reorx 2022-09-03 21:35:10 +08:00
parent 72ad30a0a0
commit 295396b440
1 changed files with 5 additions and 2 deletions

View File

@ -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