configs/emacs: order publish, remove css for now

This commit is contained in:
Aaron Bieber 2024-07-06 20:41:46 -06:00
parent 474408840a
commit 5ce6da9f7d
No known key found for this signature in database

View File

@ -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
(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"))
("ohmyksh" :components ("ohmy-web" "ohmy-static"))
("bolddaemon" :components ("bolddaemon-web" "bolddaemon-static"))
("org-notes"
:auto-preamble 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")
("bolddaemon-web"
:auto-preamble t
:auto-sitemap nil
:headline-levels 2
:auto-sitemap t
:headline-levels 4
:publishing-directory "/ssh:suah.dev:/var/www/bolddaemon.com/"
:publishing-function org-html-publish-to-html
:recursive t
:section-numbers nil
:html-head "<link rel=\"stylesheet\" href=\"/.static/css/stylesheet.css\" type=\"text/css\" />"
:html-link-home "http://bolddaemon.com"
:html-link-up "../"
:style-include-default nil
:with-title t
:author-info t
:author-info nil
:creator-info nil
:base-directory "~/org/bold.daemon")
("bolddaemon-static"