diff --git a/project-config.el b/project-config.el index 944313e..bc27ee7 100644 --- a/project-config.el +++ b/project-config.el @@ -12,8 +12,16 @@ :publishing-function org-html-publish-to-html :html-head "" :html-link-home "https://ryuslash.gitlab.io/ryuslash.org/" - :html-link-user-abs-url t - :recursive t) + :html-link-user-abs-url t) + ("ryuslash.org Posts" + :base-directory "posts" + :publishing-directory "public_html/posts" + :exclude "\\`README.org\\'" + :base-extension "org" + :publishing-function org-html-publish-to-html + :html-head "" + :html-link-home "https://ryuslash.gitlab.io/ryuslash.org/" + :html-link-user-abs-url t) ("ryuslash-rss" :base-directory "." :publishing-directory "public_html"