Add the correct date format when creating post
[blog.git] / my-publish.el
index 5a5c928..b21533d 100644 (file)
@@ -24,8 +24,6 @@
 
 ;;; Code:
 
-;; (defconst root-dir "~/Private/blog/")
-
 (require 'org)
 (require 'ox-publish)
 (require 'htmlize)
@@ -35,9 +33,8 @@
 
 (setq blog-extra-head
       (concat
-       ;; "<link rel='stylesheet' href='../css/worg.css' />\n"
-       "<link rel='stylesheet' href='../css/my.css' />\n"
-       "<link rel='stylesheet' href='../css/code.css' />"))
+       "<link rel='stylesheet' href='/css/my.css' />\n"
+       "<link rel='stylesheet' href='/css/code.css' />"))
 
 (setq blog-header
       (concat
@@ -46,7 +43,7 @@
        "<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>"))
@@ -54,7 +51,7 @@
 (setq blog-footer
       (concat 
        "<hr />\n"
-       "<p><span style=\"float: left;\"><a href= \"http://orgmode.org\"/>Org-mode </a>" (org-version) "</span>"))
+       org-html-creator-string))
 
 (defun blog-setup-project-alist (root-dir &optional output-dir)
   "Set project alist. `output-dir' is the directory of publish-directory.
           ;; 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