diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |