.PHONY: deploy deploy: rm -rf deploy hyde gen #hyde publish .PHONY: update-tufte-css update-tufte-css: git subtree pull -P tufte-css --squash https://github.com/edwardtufte/tufte-css.git gh-pages cp -Rp tufte-css/{tufte.css,et-book} content/media/css @echo 'Make sure to git add content/media/css and commit the updates (if any)!' .PHONY: update-w3-css update-w3-css: wget -O content/media/css/w3.css 'https://www.w3schools.com/w3css/4/w3.css'