From 8edc338aa369a07511e740b599f82669baee176a Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 22:04:17 -0500 Subject: go to / instead of index.html --- publish.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 82564e2..7fb6cfd 100644 --- a/publish.el +++ b/publish.el @@ -86,7 +86,7 @@ :headline-levels 4 :section-numbers nil :html-head "" - :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
") + :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
") ("org-static-website" :base-directory "~/website/" :base-extension "txt\\|css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" @@ -106,7 +106,7 @@ :headline-levels 4 :section-numbers nil :html-head "" - :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" + :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" :auto-sitemap t :sitemap-filename "index.org" :sitemap-format-entry my/org-publish-org-sitemap-format @@ -133,7 +133,7 @@ :base-directory "~/.dotfiles/" :base-extension "org" :html-head "" - :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" + :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" :html-wrap-src-lines t :with-toc nil :section-numbers nil -- cgit v1.2.3