From e9383423398b1dda9a3d5be45c7a029d200f1d87 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 24 Jun 2021 18:40:21 +1000 Subject: Adding post-processing script and fix image size - post-process.sh: fix paths - image size: max width not exceeding div --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f025ab..6ee852c 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3