From a4946f7818cac3eec5521c6f6eb40ad7b31d572d Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 1 May 2025 12:55:30 +0200 Subject: Add miscellaneous changes. --- publish-mlnp.org | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'publish-mlnp.org') diff --git a/publish-mlnp.org b/publish-mlnp.org index 99950f8..0e40b49 100644 --- a/publish-mlnp.org +++ b/publish-mlnp.org @@ -529,32 +529,32 @@ dashes when exported to the sitemap titles. #+NAME: blog.mlnp.fr #+BEGIN_SRC emacs-lisp - ("blog.mlnp.fr" - :components ("blog-main-pages" - "blog-resources" - "blog-fonts")) - ("blog-main-pages" - :base-directory "blog/" - :base-extension "org" - :publishing-directory ,(concat org-publish-location-local "blog.mlnp.fr/") - :recursive t - :html-head " - " - :auto-sitemap t - :sitemap-filename "index.org" - :sitemap-title "Sitemap for [[https://blog.mlnp.fr][blog.mlnp.fr]]" - :sitemap-sort-files chronologically - :publishing-function org-html-publish-to-html) - ("blog-resources" - :base-directory "resources/" - :base-extension "css\\|js\\|png" - :publishing-directory ,(concat org-publish-location-local "blog.mlnp.fr/resources/") - :publishing-function org-publish-attachment) - ("blog-fonts" - :base-directory "resources/fonts/" - :base-extension "ttf\\|otf" - :publishing-directory ,(concat org-publish-location-local "blog.mlnp.fr/resources/fonts/") - :publishing-function org-publish-attachment) + ("blog.mlnp.fr" + :components ("blog-main-pages" + "blog-resources" + "blog-fonts")) + ("blog-main-pages" + :base-directory "blog/" + :base-extension "org" + :publishing-directory ,(concat org-publish-location-local "blog.mlnp.fr/") + :recursive t + :html-head " + " + :auto-sitemap t + :sitemap-filename "index.org" + :sitemap-title "Sitemap for [[https://blog.mlnp.fr][blog.mlnp.fr]]" + :sitemap-sort-files alphabetically + :publishing-function org-html-publish-to-html) + ("blog-resources" + :base-directory "resources/" + :base-extension "css\\|js\\|png" + :publishing-directory ,(concat org-publish-location-local "blog.mlnp.fr/resources/") + :publishing-function org-publish-attachment) + ("blog-fonts" + :base-directory "resources/fonts/" + :base-extension "ttf\\|otf" + :publishing-directory ,(concat org-publish-location-local "blog.mlnp.fr/resources/fonts/") + :publishing-function org-publish-attachment) #+END_SRC @@ -630,7 +630,7 @@ to build the entire website. #+END_SRC #+RESULTS: main -: # +: # The following links to the locally built homepages are useful after building the website locally, to check that everything proceeded smoothly. -- cgit v1.2.3