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