aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-07 22:37:36 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-07 22:37:36 -0500
commitbe0daea28d98733f3b5cbef2b40d1cc39ef5c9c1 (patch)
treed925f455ddd57579288dafd15b12979b852be7bd /publish.el
parenta38854e443f8315ef264acfa962422586c737a37 (diff)
update publish script
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/publish.el b/publish.el
index dc32631..aaa61ad 100644
--- a/publish.el
+++ b/publish.el
@@ -129,12 +129,13 @@
:sitemap-sort-files anti-chronologically
:sitemap-format-entry format-posts-rss-feed-entry)
("org-config"
- :base-directory "~/.doom.d/"
+ :base-directory "~/.dotfiles/"
:base-extension "org"
:html-head "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>"
:html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/config.html'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a></div>"
:html-wrap-src-lines t
- :publishing-directory "~/public_html"
+ :with-toc nil
+ :publishing-directory "~/public_html/dotfiles"
:publishing-function org-html-publish-to-html
:headline-levels 4
:auto-preamble t)