X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=my-publish.el;h=825bd892c8c89afd9264eaa80f502202c667b22e;hb=6c23b3ac38e6819e67ac68f0cdb7d6975509ed8e;hp=7f0cd311ce469ef4a62434dd82b24ae0b9e042a9;hpb=b180940e46407b5f41f1951487c02d3b586096e8;p=blog.git diff --git a/my-publish.el b/my-publish.el index 7f0cd31..825bd89 100644 --- a/my-publish.el +++ b/my-publish.el @@ -35,27 +35,25 @@ (setq blog-extra-head (concat - ;; "\n" - "\n" - "" - )) + "\n" + "")) (setq blog-header (concat - " " + "
")) (setq blog-footer - "
\n -

RSS -License: CC BY-SA 4.0\n" + "Org-mode " (org-version) "")) (defun blog-setup-project-alist (root-dir &optional output-dir) "Set project alist. `output-dir' is the directory of publish-directory. @@ -86,7 +84,11 @@ License: CC BY-SA 4 :html-head-include-scripts nil :html-head-extra ,blog-extra-head :html-preamble ,blog-header - :html-postamble ,blog-footer) + :html-postamble ,blog-footer + + ;; other generic options + :with-toc nil + ) ("blog-posts" :base-directory ,(concat root-dir "/posts") @@ -112,7 +114,11 @@ License: CC BY-SA 4 ;; sitemap :auto-sitemap t :sitemap-filename "sitemap.org" - :sitemap-title "Sitemap") + :sitemap-title "Sitemap" + + ;; other generic options + :with-toc nil ; table of contents + ) ("blog-css" :base-directory ,(concat root-dir "/css")