diff options
author | Yuchen Pei <me@ypei.me> | 2021-06-24 17:50:34 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-06-24 17:50:34 +1000 |
commit | 11011d7c373c655830053b155eeaf632c2658ac7 (patch) | |
tree | 2e7ae85b013041fef7e733ddb4c74dd197c17f56 /Makefile | |
parent | 4f5ad1a70089365c5b6949d06386930433e09193 (diff) |
Updated.
- added mathjax (freed)
- added rss.py
- updated publish.el
- etc.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ all: publish publish: publish.el @echo "Publishing... with current Emacs configurations." emacs --batch --load publish.el --funcall org-publish-all + python rss.py publish_no_init: publish.el @echo "Publishing... with --no-init." |