diff --git a/configs/emacs.org b/configs/emacs.org index 2c6fd75..c7023c0 100644 --- a/configs/emacs.org +++ b/configs/emacs.org @@ -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 "" :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"