From 550272c4a9778ca8f40c790d6c50acda62f6ed8f Mon Sep 17 00:00:00 2001 From: azureazure Date: Sat, 20 Dec 2025 16:19:16 +0100 Subject: add css --- build-site.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'build-site.el') diff --git a/build-site.el b/build-site.el index 303bd14..4cc16eb 100644 --- a/build-site.el +++ b/build-site.el @@ -2,7 +2,10 @@ (setq org-html-validation-link nil org-html-head-include-scripts nil - ;; org-html-head-include-default-style nil + org-html-doctype "html5" + org-html-html5-fancy t + org-html-head-include-default-style nil + org-html-postamble nil org-html-head (with-temp-buffer (insert-file-contents "head.html") (buffer-string))) @@ -11,7 +14,7 @@ (let ((filename (org-publish-find-title entry project)) (date (org-publish-find-date entry project))) (format "%s - [[file:%s][%s]]" - (format-time-string "[%Y-%m-%d %^a]" date) + (format-time-string "[%F %a]" date) entry filename))) @@ -22,9 +25,7 @@ :base-directory "./src" :publishing-function 'org-html-publish-to-html :publishing-directory "./public" - :with-title nil - :with-author nil - :with-creator nil + ;; :with-title nil :with-toc nil :section-numbers nil :time-stamp-file nil) @@ -42,6 +43,7 @@ :section-numbers nil :with-toc nil :auto-sitemap t + :time-stamp-file nil :sitemap-title "blog posts" :sitemap-filename "index.org" :sitemap-sort-files 'anti-chronologically -- cgit v1.2.3