publishing for test deftly.net stuff

This commit is contained in:
Aaron Bieber 2021-02-10 17:00:05 -07:00
parent ed05584949
commit 5631cbf43d

View File

@ -562,7 +562,7 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
#+begin_src emacs-lisp
(setq my-org-publish-alist
'(("notes" :components ("org-notes" "notes-static"))
("deftly" :components ("deftly" "deftly-static"))
("deftly" :components ("deftly-blog" "deftly-static"))
("org-notes"
:auto-preamble t
:auto-sitemap t
@ -581,10 +581,10 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
:author-info nil
:creator-info nil
:base-directory "~/org/notes")
("deftly"
("deftly-blog"
:auto-preamble t
:auto-sitemap t
:headline-levels 4
:headline-levels 1
:publishing-directory "/ssh:suah.dev:/var/www/deftly/new/"
:publishing-function org-html-publish-to-html
:recursive t
@ -593,7 +593,6 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
:html-link-home "http://deftly.net/new"
:html-link-up "../"
:style-include-default nil
:sitemap-filename "index.org"
:sitemap-title "Deftly.net"
:with-title t
:author-info nil
@ -606,8 +605,9 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
:recursive t
:publishing-function org-publish-attachment)
("deftly-static"
:base-directory "~org/deftly"
:publishing-directory "/ssh:suah.dev:/var/www/deftly/new"
:base-directory "~/org/deftly"
:publishing-directory "/ssh:suah.dev:/var/www/deftly/new/"
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg"
:recursive t
:publishing-function org-publish-attachment)
("recipes"