configs/emacs: order publish, remove css for now
This commit is contained in:
parent
474408840a
commit
5ce6da9f7d
@ -351,10 +351,10 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq my-org-publish-alist
|
(setq my-org-publish-alist
|
||||||
'(("notes" :components ("org-notes" "notes-static" "notes-rss"))
|
'(("bolddaemon" :components ("bolddaemon-web" "bolddaemon-static"))
|
||||||
|
("notes" :components ("org-notes" "notes-static" "notes-rss"))
|
||||||
("deftly" :components ("deftly-blog" "deftly-static"))
|
("deftly" :components ("deftly-blog" "deftly-static"))
|
||||||
("ohmyksh" :components ("ohmy-web" "ohmy-static"))
|
("ohmyksh" :components ("ohmy-web" "ohmy-static"))
|
||||||
("bolddaemon" :components ("bolddaemon-web" "bolddaemon-static"))
|
|
||||||
("org-notes"
|
("org-notes"
|
||||||
:auto-preamble t
|
:auto-preamble t
|
||||||
:auto-sitemap t
|
:auto-sitemap t
|
||||||
@ -454,18 +454,17 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
|
|||||||
:base-directory "~/org/recipes")
|
:base-directory "~/org/recipes")
|
||||||
("bolddaemon-web"
|
("bolddaemon-web"
|
||||||
:auto-preamble t
|
:auto-preamble t
|
||||||
:auto-sitemap nil
|
:auto-sitemap t
|
||||||
:headline-levels 2
|
:headline-levels 4
|
||||||
:publishing-directory "/ssh:suah.dev:/var/www/bolddaemon.com/"
|
:publishing-directory "/ssh:suah.dev:/var/www/bolddaemon.com/"
|
||||||
:publishing-function org-html-publish-to-html
|
:publishing-function org-html-publish-to-html
|
||||||
:recursive t
|
:recursive t
|
||||||
:section-numbers nil
|
:section-numbers nil
|
||||||
:html-head "<link rel=\"stylesheet\" href=\"/.static/css/stylesheet.css\" type=\"text/css\" />"
|
|
||||||
:html-link-home "http://bolddaemon.com"
|
:html-link-home "http://bolddaemon.com"
|
||||||
:html-link-up "../"
|
:html-link-up "../"
|
||||||
:style-include-default nil
|
:style-include-default nil
|
||||||
:with-title t
|
:with-title t
|
||||||
:author-info t
|
:author-info nil
|
||||||
:creator-info nil
|
:creator-info nil
|
||||||
:base-directory "~/org/bold.daemon")
|
:base-directory "~/org/bold.daemon")
|
||||||
("bolddaemon-static"
|
("bolddaemon-static"
|
||||||
|
Loading…
Reference in New Issue
Block a user