The blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
339 B

  1. .PHONY: deploy
  2. deploy:
  3. rm -rf deploy
  4. hyde gen
  5. #hyde publish
  6. .PHONY: update-tufte-css
  7. update-tufte-css:
  8. git subtree pull -P tufte-css --squash https://github.com/edwardtufte/tufte-css.git gh-pages
  9. cp -Rp tufte-css/{tufte.css,et-book} content/media/css
  10. @echo 'Make sure to git add content/media/css and commit the updates (if any)!'