The blog.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

13 lignes
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)!'