hugo-tufte/Makefile
slashformotion affe4f6c81
♻️ Fixing the normalize.scss issue (#39)
Removing vendor version of normalise.scss and
replacing it with cdn version
2021-11-03 21:54:46 +01:00

16 lines
No EOL
366 B
Makefile

# VARIABLE
SCSS_DIR := "assets/scss/vendor"
# LIST OF THE COMMANDS
help:
@echo "Commands available:"
@echo "- 'rebuild': rebuild the public directory in the 'exampleSite'"
# COMMANDS
rebuild:
@rm -rf exampleSite/public
@cd exampleSite && hugo && cd ..
@echo "SITE REBUILT"
chroma:
hugo gen chromastyles --style=monokai > assets/scss/syntax/syntax-dark.scss