site: start outline, add build files

This commit is contained in:
leo
2026-07-22 04:40:08 +02:00
parent 6655b09f98
commit c93f235022
6 changed files with 120 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
(require 'ox-publish)
(setq org-publish-project-alist
'(("info.belastodon.social"
:base-directory "./org"
:publishing-directory "./public"
:publishing-function org-html-publish-to-html
:recursive t
:with-toc t)))
(setq org-publish-timestamp-directory "./.org-timestamps/")
(org-publish-project "info.belastodon.social" t)