Add the correct date format when creating post
[blog.git] / my-publish.el
index f694433..b21533d 100644 (file)
@@ -24,8 +24,6 @@
 
 ;;; Code:
 
-;; (defconst root-dir "~/Private/blog/")
-
 (require 'org)
 (require 'ox-publish)
 (require 'htmlize)
        "<nav><ul>"
        "<li><a href= '/about.html' >About</a></li>"
        "<li><a href= '/posts/sitemap.html' >Blog</a></li>"
-       "<li><a href= '/index.html' >Home</a></li>"
+       ;; "<li><a href= '/index.html' >Home</a></li>"
        "</ul></nav>"
        "</header>"
        "<hr>"))
 
-;; (setq blog-footer
-;;       (concat 
-;;        "<hr />\n"
-;;        "<span><a href= \"http://orgmode.org\"/>Org-mode </a>" (org-version) "</span>"))
 (setq blog-footer
       (concat 
        "<hr />\n"
           ;; sitemap
           :auto-sitemap t
           :sitemap-filename "sitemap.org"
-          :sitemap-title "Sitemap"
+          :sitemap-title "Blog"
+          :sitemap-sort-files anti-chronologically
+          :sitemap-file-entry-format "%d  %t"
 
           ;; other generic options
           :with-toc nil                ; table of contents