From 484895e052ba88804f470a7cf26961d2f5cc7d0a Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 6 Jun 2025 06:24:01 -0600 Subject: phlog working --- publish.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'publish.el') 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 -- cgit v1.2.3