diff options
author | Yuchen Pei <me@ypei.me> | 2021-06-24 18:40:21 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-06-24 18:40:21 +1000 |
commit | e9383423398b1dda9a3d5be45c7a029d200f1d87 (patch) | |
tree | 173283389724b31ad689e1a402d2b29037075589 /Makefile | |
parent | 0abcccc0c2283f2671b45bbd233f8a64eaef0cf0 (diff) |
Adding post-processing script and fix image size
- post-process.sh: fix paths
- image size: max width not exceeding div
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 + ./post-process.sh python rss.py publish_no_init: publish.el |