From 3e36028d99b21d8946085be6b3597b63d1ed14d1 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 10 Aug 2025 15:02:05 -0600 Subject: Better blog format --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 640e50e..9a0aebb 100644 --- a/publish.el +++ b/publish.el @@ -30,7 +30,7 @@ :base-directory "org/" :base-extension "css\\|html\\|xhtml\\|py\\|png\\|jpg\\|gif\\|cgi\\|key" :include ("blog/feed.xml") - :exclude "template.xhtml" + :exclude ".template\.xhtml" :publishing-directory "xhtml/" :recursive t :publishing-function org-publish-attachment @@ -38,7 +38,7 @@ ("gopher-notes" :base-directory "org/" :base-extension "org" - :exclude "404.org\\|index.org" + :exclude "404\.org\\|index\.org" :publishing-directory "gopher/" :recursive t :publishing-function org-ascii-publish-to-ascii -- cgit v1.2.3