From c45999ecfab4558886581987caccdf0226628fdf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 23 Feb 2020 20:26:46 -0800 Subject: [PATCH] Split posts and index publishing to fix CSS reference --- project-config.el | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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"