move sitemap.org into gitignore
authorPeng Li <seudut@gmail.com>
Thu, 9 Mar 2017 14:24:08 +0000 (22:24 +0800)
committerPeng Li <seudut@gmail.com>
Thu, 9 Mar 2017 14:24:08 +0000 (22:24 +0800)
.gitignore
blog.el

index 879e26b..e79d01b 100644 (file)
@@ -1,2 +1,3 @@
 \.#*
 _site/*
+sitemap.org
diff --git a/blog.el b/blog.el
index 26672fa..86ec850 100644 (file)
--- a/blog.el
+++ b/blog.el
@@ -96,6 +96,7 @@
         :publishing-directory ,publish-dir
         :recursive nil
         :publishing-function org-html-publish-to-html
+        
         ;; html style
         :html-head  ,(concat  "<link rel='stylesheet' href='" css-file  "' />")
         :html-postamble nil)
         :recursive t
         :publishing-function org-html-publish-to-html
         :html-link-home "/"
+        
         ;; html style
         :html-head ,(concat "<link rel='stylesheet' href='" css-file "' />")
         ;; don't export creator auto validation info in html postamble div