From 9fa14f6ff56f96642b325cd219d9dbdb316f0b5c Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Tue, 25 Nov 2025 22:01:07 +0100 Subject: minor improvements + favicon --- build-site.el | 16 ++++++++++++---- src/assets/favicon.ico | Bin 0 -> 30525 bytes src/index.org | 1 + 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 src/assets/favicon.ico diff --git a/build-site.el b/build-site.el index c22b1b0..35d55e6 100644 --- a/build-site.el +++ b/build-site.el @@ -2,20 +2,28 @@ (setq org-html-validation-link nil org-html-head-include-scripts nil - org-html-head-include-default-style nil) + org-html-head-include-default-style nil + org-html-head-extra "") (setq org-publish-project-alist (list - (list "lemur.tld" + (list "content" :recursive t :base-directory "./src" :publishing-function 'org-html-publish-to-html :publishing-directory "./public" :with-author nil - :with-creator t + :with-creator nil :with-toc nil + :with-title nil :section-numbers nil - :time-stamp-file nil))) + :time-stamp-file nil) + (list "assets" + :recursive t + :base-directory "./src" + :base-extension "css\\|png\\|ico\\|jpg\\|gif" + :publishing-function 'org-publish-attachment + :publishing-directory "./public"))) (org-publish-all t) diff --git a/src/assets/favicon.ico b/src/assets/favicon.ico new file mode 100644 index 0000000..6490ec2 Binary files /dev/null and b/src/assets/favicon.ico differ diff --git a/src/index.org b/src/index.org index 7d2be07..3d58861 100644 --- a/src/index.org +++ b/src/index.org @@ -1,2 +1,3 @@ +#+TITLE: THE LEMUR SITE * this is a test ** hi hello -- cgit v1.2.3