aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-10 15:02:05 -0600
committernathan <nathansmith@disroot.org>2025-08-10 15:02:05 -0600
commit3e36028d99b21d8946085be6b3597b63d1ed14d1 (patch)
tree9dc0c1ea8f22394243097205dfc10cf829ad48ae /publish.el
parent0880780d5744d346ad44f4552cd25f8f5169a940 (diff)
Better blog format
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el4
1 files changed, 2 insertions, 2 deletions
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