X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=blog.el;h=245a849cb7b98b308361d107ee7a6cac9a996471;hb=ad028b3390f78be19de9eaae3336a1d883618f3b;hp=cb42d19a069aab639f11a087fa22f9f262946449;hpb=da7baf43a25e64d2a67152455c39583083a96e88;p=blog.git diff --git a/blog.el b/blog.el index cb42d19..245a849 100644 --- a/blog.el +++ b/blog.el @@ -82,38 +82,24 @@ "

Peng Li

" "
" "" "")) + + +(setq blog-footer + "
\n +

RSS +License: CC BY-SA 4.0") - ;; :html-head-include-default-style nil - ;; :html-head-include-scripts nil) ("blog-pages" ;; publishing :base-directory ,root-dir @@ -128,9 +114,13 @@ :html-home/up-format "" :html-link-home "" :html-link-up "" - - :html-head ,blog-extra-head - :html-postamble nil) + ;; + :html-head nil + :html-head-include-default-style nil + :html-head-include-scripts nil + :html-head-extra ,blog-extra-head + :html-preamble ,blog-header + :html-postamble ,blog-footer) ("blog-posts" ;; publishing @@ -146,10 +136,19 @@ :html-home/up-format "" :html-link-up "" :html-link-home "" - ;; Add css file and preamble - :html-head ,blog-extra-head + ;; Add css file, preamble and posamble + :html-head nil + :html-head-include-default-style nil + :html-head-include-scripts nil + :html-head-extra ,blog-extra-head :html-preamble ,blog-header - :html-postamble "") + :html-postamble ,blog-footer + + ;; sitemap + :auto-sitemap t + :sitemap-filename "sitemap.org" + :sitemap-title "Sitemap" + ) ("blog-css" :base-directory ,(concat root-dir "/css")