diff options
author | nathan <nathansmith@disroot.org> | 2025-08-10 15:02:05 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-10 15:02:05 -0600 |
commit | 3e36028d99b21d8946085be6b3597b63d1ed14d1 (patch) | |
tree | 9dc0c1ea8f22394243097205dfc10cf829ad48ae /publish.el | |
parent | 0880780d5744d346ad44f4552cd25f8f5169a940 (diff) |
Better blog format
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |