mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Update work-roam publishing config
This commit is contained in:
parent
dae19b6947
commit
03ff05782b
1 changed files with 2 additions and 3 deletions
|
@ -610,14 +610,13 @@ Tell Emacs how to build the document collections I export to HTML.
|
||||||
:recursive t
|
:recursive t
|
||||||
:with-toc nil
|
:with-toc nil
|
||||||
:section-numbers nil
|
:section-numbers nil
|
||||||
:auto-sitemap t
|
:auto-sitemap nil
|
||||||
:sitemap-filename "index.org"
|
|
||||||
:sitemap-title "Correl Roush's Org Roam Notes"
|
:sitemap-title "Correl Roush's Org Roam Notes"
|
||||||
:publishing-function org-html-publish-to-html
|
:publishing-function org-html-publish-to-html
|
||||||
:html-head "<link rel=\"stylesheet\" href=\"https://gongzhitaao.org/orgcss/org.css\"/>")
|
:html-head "<link rel=\"stylesheet\" href=\"https://gongzhitaao.org/orgcss/org.css\"/>")
|
||||||
("work-roam-assets"
|
("work-roam-assets"
|
||||||
:base-directory "~/roam/aweber"
|
:base-directory "~/roam/aweber"
|
||||||
:base-extension "css\\|gif\\|jpe?g\\|png\\|svg\\|pdf\\|ogv\\|py\\|html\\|ya?ml"
|
:base-extension "css\\|gif\\|jpe?g\\|png\\|svg\\|pdf\\|ogv\\|py\\|html\\|js\\|json\\|ya?ml"
|
||||||
:include (".gitlab-ci.yml")
|
:include (".gitlab-ci.yml")
|
||||||
:publishing-directory "~/Public/roam-aweber"
|
:publishing-directory "~/Public/roam-aweber"
|
||||||
:publishing-function org-publish-attachment
|
:publishing-function org-publish-attachment
|
||||||
|
|
Loading…
Reference in a new issue