From 570784afb3297158094e3f287138d570154790ec Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 22:50:27 -0500 Subject: go straight to index.html instead of directory --- publish.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/publish.el b/publish.el index a3b41db..01f4779 100644 --- a/publish.el +++ b/publish.el @@ -85,7 +85,7 @@ :headline-levels 4 :section-numbers nil :html-head "" - :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
") + :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
") ("org-static" :base-directory "~/website/" :base-extension "txt\\|css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" @@ -105,7 +105,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 @@ -132,11 +132,11 @@ :base-directory "~/.dotfiles/" :base-extension "org" :html-head "" - :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" + :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" :html-wrap-src-lines t :with-toc nil :recursive t - :publishing-directory "~/public_html/dotfiles" + :publishing-directory "~/public_html/dotfiles/index.html" :publishing-function org-html-publish-to-html :headline-levels 4 :auto-preamble t) -- cgit v1.2.3