2022-09-03 14:35:10 +01:00
|
|
|
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
|
2022-04-14 17:55:41 +01:00
|
|
|
|
|
|
|
chroma-css:
|
|
|
|
hugo gen chromastyles --style=dracula > assets/css/lib/chroma-dark.css
|
|
|
|
hugo gen chromastyles --style=github > assets/css/lib/chroma-light.css
|