aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project-config.el12
1 files 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 "<link rel=\"stylesheet\" href=\"assets/css/main.css\" type=\"text/css\"/>"
: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 "<link rel=\"stylesheet\" href=\"../assets/css/main.css\" type=\"text/css\"/>"
+ :html-link-home "https://ryuslash.gitlab.io/ryuslash.org/"
+ :html-link-user-abs-url t)
("ryuslash-rss"
:base-directory "."
:publishing-directory "public_html"