# This file is released into the public domain. publish: publish.el @echo "Publishing..." emacs --batch --load publish.el --funcall org-publish-all ./post-process.sh python rss.py deploy: @echo "Deploying to ypei.me..." ansible-playbook -i ~/Projects/sysadmin/ansible/inventory.yml -l ypei.me ~/Projects/sysadmin/ansible/deploy-sites.yml run-devserver: @echo "Running devserver with python webserver..." python -m http.server --directory ./site 8000 clean: @echo "Cleaning up.." @rm -rvf *.elc @rm -rvf site @rm -rvf ~/.org-timestamps/*