diff options
| author | azureazure <azureazure@disroot.org> | 2025-12-20 16:19:16 +0100 |
|---|---|---|
| committer | azureazure <azureazure@disroot.org> | 2025-12-20 16:19:16 +0100 |
| commit | 550272c4a9778ca8f40c790d6c50acda62f6ed8f (patch) | |
| tree | ab57863ed4d6e0482f40f254e83003680c68cdc5 /build-site.el | |
| parent | c7f7d6455909565e664b4613aa9a5ef275d58769 (diff) | |
| download | slimegirl.nexus-550272c4a9778ca8f40c790d6c50acda62f6ed8f.tar.gz | |
add css
Diffstat (limited to 'build-site.el')
| -rw-r--r-- | build-site.el | 12 |
1 files changed, 7 insertions, 5 deletions
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 |
