diff --git a/Makefile b/Makefile index 1c878f8..629cbca 100644 --- a/Makefile +++ b/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