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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | .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)!'
 |