X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=blog.el;h=cb42d19a069aab639f11a087fa22f9f262946449;hb=da7baf43a25e64d2a67152455c39583083a96e88;hp=ff2fca2f3d925b54bff8211f0b39a3605b991238;hpb=38acbeb6acd4af5479940996bad1c85ba90c97f8;p=blog.git diff --git a/blog.el b/blog.el index ff2fca2..cb42d19 100644 --- a/blog.el +++ b/blog.el @@ -71,24 +71,24 @@ (setq blog-extra-head (concat - "\n" - ;; "\n" - ;; "" + ;; "\n" + "\n" + "" )) -;; (setq blog-header -;; (concat -;; " ")) +(setq blog-header + (concat + " ")) ;; don't know why setting this null in `org-publish-project-alist' doesn't work ;; (setf org-html-home/up-format "") @@ -124,8 +124,14 @@ ;; html style :htlm-link-home "/" + ;; disable home/up div + :html-home/up-format "" + :html-link-home "" + :html-link-up "" + :html-head ,blog-extra-head :html-postamble nil) + ("blog-posts" ;; publishing :base-directory ,(concat root-dir "/posts") @@ -140,10 +146,11 @@ :html-home/up-format "" :html-link-up "" :html-link-home "" - ;; don't export creator auto validation info in html postamble div + ;; Add css file and preamble :html-head ,blog-extra-head - :html-preamble nil + :html-preamble ,blog-header :html-postamble "") + ("blog-css" :base-directory ,(concat root-dir "/css") :base-extension ".*"