home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f6f7ee29e47ee15c48cdd1ec04ccf94105e422dc
parent 7b63159f209e89c83fa3ec2df48931bd1b4507b7
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun, 29 Mar 2020 18:20:30 +0200

docs: remove sitemap …

… we will craft our own index file.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpublish.el | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/publish.el b/publish.el @@ -18,16 +18,10 @@ :publishing-function org-html-publish-to-html :publishing-directory "../www/public/configurations" :exclude ,(regexp-opt '("README.org" "draft")) - :auto-sitemap t + :auto-sitemap nil :with-footnotes t :with-toc t :with-drawers t - :sitemap-filename "index.org" - :sitemap-title "Configurations" - :sitemap-style tree - :sitemap-sort-files anti-chronologically - :sitemap-format-entry sbr/org-sitemap-format-entry - :sitemap-function sbr/org-publish-sitemap :html-head-include-scripts nil :html-head-include-default-style nil :html-head ,sbr-website-html-head