Split posts and index publishing to fix CSS reference
This commit is contained in:
parent
6e368141cb
commit
c45999ecfa
1 changed files with 10 additions and 2 deletions
|
@ -12,8 +12,16 @@
|
||||||
:publishing-function org-html-publish-to-html
|
:publishing-function org-html-publish-to-html
|
||||||
:html-head "<link rel=\"stylesheet\" href=\"assets/css/main.css\" type=\"text/css\"/>"
|
:html-head "<link rel=\"stylesheet\" href=\"assets/css/main.css\" type=\"text/css\"/>"
|
||||||
:html-link-home "https://ryuslash.gitlab.io/ryuslash.org/"
|
:html-link-home "https://ryuslash.gitlab.io/ryuslash.org/"
|
||||||
:html-link-user-abs-url t
|
:html-link-user-abs-url t)
|
||||||
:recursive 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"
|
("ryuslash-rss"
|
||||||
:base-directory "."
|
:base-directory "."
|
||||||
:publishing-directory "public_html"
|
:publishing-directory "public_html"
|
||||||
|
|
Loading…
Reference in a new issue