From b75169712b555143ee32fe77f74f4890009c4942 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 4 May 2024 11:19:42 +0100 Subject: [PATCH] Add sitemap and up/home links to exported website --- init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index f3870a9..24eca05 100644 --- a/init.el +++ b/init.el @@ -858,14 +858,19 @@ Uses `my/projects-directory' to find correct directory" `(("xenia.me.uk" :base-directory ,(expand-file-name "www/xenia.me.uk" (my/projects-directory)) :base-extension "org" + :exclude "setup.org" :recursive t :publishing-function org-html-publish-to-html :publishing-directory "/sshx:pixelifytica@legion:/var/www/xenia.me.uk" + :auto-sitemap t + :sitemap-title "Sitemap" :section-numbers nil :with-author t :with-email t :with-toc nil - ;; :html-head "" + :html-link-home "/" + :html-link-up "../" + ;; :html-head "" ))) (use-package rainbow-delimiters