Split posts and index publishing to fix CSS reference

This commit is contained in:
Tom Willemse 2020-02-23 20:26:46 -08:00
parent 6e368141cb
commit c45999ecfa

View file

@ -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"