did not work
This commit is contained in:
parent
a2319c0038
commit
3472ce77b7
1 changed files with 11 additions and 13 deletions
24
publish.el
24
publish.el
|
@ -128,7 +128,16 @@
|
|||
:sitemap-format-entry my/org-publish-org-sitemap-format
|
||||
:sitemap-sort-files anti-chronologically
|
||||
:sitemap-title "Blog")
|
||||
("org-gen-rss"
|
||||
("org-rss"
|
||||
:publishing-directory "~/public_html"
|
||||
:base-directory "~/blog/"
|
||||
:base-extension "org"
|
||||
:exclude "index.org"
|
||||
:publishing-function publish-posts-rss-feed
|
||||
:rss-extension "xml"
|
||||
:html-link-home "https://jjanzen.ca"
|
||||
:html-link-use-abs-url t
|
||||
:html-link-org-files-as-html t
|
||||
:auto-sitemap t
|
||||
:sitemap-function posts-rss-feed
|
||||
:sitemap-title "jjanzen's Blog"
|
||||
|
@ -136,17 +145,6 @@
|
|||
:sitemap-style list
|
||||
:sitemap-sort-files anti-chronologically
|
||||
:sitemap-format-entry format-posts-rss-feed-entry)
|
||||
("org-rss"
|
||||
:publishing-directory "~/public_html"
|
||||
:base-directory "~/blog/"
|
||||
:base-extension "org"
|
||||
:exclude ".*"
|
||||
:include "rss.org"
|
||||
:publishing-function org-rss-publish-to-rss
|
||||
:rss-extension "xml"
|
||||
:html-link-home "https://jjanzen.ca"
|
||||
:html-link-use-abs-url t
|
||||
:html-link-org-files-as-html t)
|
||||
("org-config"
|
||||
:base-directory "~/dotfiles/"
|
||||
:base-extension "org"
|
||||
|
@ -167,5 +165,5 @@
|
|||
:publishing-directory "~/public_html/dotfiles"
|
||||
:recursive t
|
||||
:publishing-function org-publish-attachment)
|
||||
("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-gen-rss" "org-rss"))))
|
||||
("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-rss"))))
|
||||
(org-publish-all t)
|
||||
|
|
Loading…
Add table
Reference in a new issue