aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-13 11:03:21 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-13 11:03:21 -0500
commita2bf94402774a6f988a03f6f544b20749d83014e (patch)
tree9b05f04e555d4d5e1e434c21b035082398a7022c /publish.el
parent42e87969320261dea75d0c9827fc54a6c2a98e4c (diff)
use .doom.d instead of dotfiles
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 7a8299d..e75509a 100644
--- a/publish.el
+++ b/publish.el
@@ -33,7 +33,7 @@
:recursive t
:publishing-function org-publish-attachment)
("org-config"
- :base-directory "~/dotfiles/.doom.d/"
+ :base-directory "~/.doom.d/"
:base-extension "org"
:html-head "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>"
:html-preamble "<div class='topnav'><a href='/index.html'>Home</a><a href='/projects.html'>Projects</a><a href='/tea.html'>Tea Tasting Notes</a><a href='/rants.html'>Rants</a><a href='/config.html'>Dotfiles</a><a href='/about.html'>About Me</a></div>"