site: start outline, add build files
This commit is contained in:
+13
@@ -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)
|
||||
Reference in New Issue
Block a user