use .doom.d instead of dotfiles

This commit is contained in:
Jacob Janzen 2024-04-13 11:03:21 -05:00
parent 42e8796932
commit a2bf944027
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ packages:
- emacs
- hut
sources:
- https://git.sr.ht/~jjanzen/dotfiles
- https://git.sr.ht/~jjanzen/.doom.d
tasks:
- build: |
emacs --batch -f package-initialize --script ~/website/publish.el

View file

@ -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>"