aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-03-13-doom-emacs.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-04-01 22:01:32 -0500
committerChristian Cleberg <[email protected]>2025-04-01 22:01:32 -0500
commit80bc8747e9d8e47aeceab2a02c4510b35c408d7d (patch)
tree9c6caefdcbffe39e3fa6ec3835a27ddc863dadcf /content/blog/2024-03-13-doom-emacs.org
parent9061191da87f742248a9453505f99f70c8783cac (diff)
downloadcleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.gz
cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.bz2
cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.zip
migrate back to cleberg.net
Diffstat (limited to 'content/blog/2024-03-13-doom-emacs.org')
-rw-r--r--content/blog/2024-03-13-doom-emacs.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/blog/2024-03-13-doom-emacs.org b/content/blog/2024-03-13-doom-emacs.org
index 2f2dc92..04e9989 100644
--- a/content/blog/2024-03-13-doom-emacs.org
+++ b/content/blog/2024-03-13-doom-emacs.org
@@ -269,10 +269,10 @@ list them all, so I will simply cover a few of the basic commands I use myself.
(setq org-publish-project-alist
`(("blog"
- :base-directory "~/Source/cmc.pub/"
+ :base-directory "~/Source/cleberg.net/"
:base-extension "org"
:recursive t
- :publishing-directory "~/Source/cmc.pub/public/"
+ :publishing-directory "~/Source/cleberg.net/public/"
:publishing-function org-html-publish-to-html
;; HTML5
:html-doctype "html5"
@@ -311,13 +311,13 @@ list them all, so I will simply cover a few of the basic commands I use myself.
)
("static"
- :base-directory "~/Source/cmc.pub/static/"
+ :base-directory "~/Source/cleberg.net/static/"
:base-extension "css\\|txt\\|jpg\\|gif\\|png"
:recursive t
- :publishing-directory "~/Source/cmc.pub/public/"
+ :publishing-directory "~/Source/cleberg.net/public/"
:publishing-function org-publish-attachment)
- ("cmc.pub" :components ("blog" "static"))))
+ ("cleberg.net" :components ("blog" "static"))))
#+end_src
** General Thoughts