aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
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