aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-06-06 06:24:01 -0600
committernathan <nathansmith@disroot.org>2025-06-06 06:24:01 -0600
commit484895e052ba88804f470a7cf26961d2f5cc7d0a (patch)
treecfa69725397d978defe6eb0ba391a8ed722951a3 /publish.el
parent03f020fd64071d5f000fcd0c326a7d1c71b96917 (diff)
phlog working
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/publish.el b/publish.el
index edd227b..2a3b712 100644
--- a/publish.el
+++ b/publish.el
@@ -9,8 +9,6 @@
(require 'elpher) ;; for gopher
(require 'shittyweb-html)
-;; Dont forgor https://github.com/gophernicus/gophernicus
-
(setq org-publish-project-alist
'(
("org" :components ("xhtml-notes" "xhtml-static"))
@@ -47,8 +45,8 @@
)
("gopher-static"
:base-directory "org/"
- :base-extension ""
- :include ("gophermap")
+ :base-extension "txt"
+ :include ("gophermap" "blog/gophermap")
:publishing-directory "gopher/"
:recursive t
:publishing-function org-publish-attachment