diff options
author | nathan <nathansmith@disroot.org> | 2025-06-06 06:24:01 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-06-06 06:24:01 -0600 |
commit | 484895e052ba88804f470a7cf26961d2f5cc7d0a (patch) | |
tree | cfa69725397d978defe6eb0ba391a8ed722951a3 /publish.el | |
parent | 03f020fd64071d5f000fcd0c326a7d1c71b96917 (diff) |
phlog working
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 |