diff options
| author | lemurianmage <azureazure@disroot.org> | 2025-11-25 22:01:07 +0100 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2025-11-25 22:01:07 +0100 |
| commit | 9fa14f6ff56f96642b325cd219d9dbdb316f0b5c (patch) | |
| tree | 0671e7637e8746210696375e362e7ee3e127561a | |
| parent | 92274c283758b04699166d08409da58827b5ef9e (diff) | |
| download | slimegirl.nexus-9fa14f6ff56f96642b325cd219d9dbdb316f0b5c.tar.gz | |
minor improvements + favicon
| -rw-r--r-- | build-site.el | 16 | ||||
| -rw-r--r-- | src/assets/favicon.ico | bin | 0 -> 30525 bytes | |||
| -rw-r--r-- | src/index.org | 1 |
3 files changed, 13 insertions, 4 deletions
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 "<link rel=\"icon\" href=\"assets/favicon.ico\">") (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 Binary files differnew file mode 100644 index 0000000..6490ec2 --- /dev/null +++ b/src/assets/favicon.ico 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 |
