From 78b5c2f4c9e27bbc751316fc3a9c2194b8ff309f Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 20 Feb 2022 11:01:35 -0600 Subject: [PATCH] Minor updates. --- .config/doom/config.el | 56 +++++++++++++++++++++++++++++++++++++++++ .config/doom/config.org | 56 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) diff --git a/.config/doom/config.el b/.config/doom/config.el index ff87fcd..d16d217 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -383,6 +383,62 @@ List of keybindings (SPC h b b)") :publishing-function org-html-publish-to-html :headline-levels 4 ; Just the default for this project. :auto-preamble t) + ("man0p" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man0p/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man0p/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man1" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man1/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man1/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man1p" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man1p/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man1p/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man2" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man2/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man2/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man3" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man3/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man3/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man3p" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man3p/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man3p/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + + ("org-static" :base-directory "~/Org/website" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" diff --git a/.config/doom/config.org b/.config/doom/config.org index 26a9013..a33a648 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -737,6 +737,62 @@ We need ox-man for "Org eXporting" to manpage format and ox-gemini for exporting :publishing-function org-html-publish-to-html :headline-levels 4 ; Just the default for this project. :auto-preamble t) + ("man0p" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man0p/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man0p/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man1" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man1/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man1/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man1p" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man1p/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man1p/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man2" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man2/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man2/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man3" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man3/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man3/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + ("man3p" + :base-directory "~/nc/gitlab-repos/distro.tube/man-org/man3p/" + :base-extension "org" + :publishing-directory "~/nc/gitlab-repos/distro.tube/html/man-org/man3p/" + :recursive t + :exclude "org-html-themes/.*" + :publishing-function org-html-publish-to-html + :headline-levels 4 ; Just the default for this project. + :auto-preamble t) + + ("org-static" :base-directory "~/Org/website" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"