From 3ced01e672ca730b5506d1dd7ed1338293b580e0 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 12 May 2017 10:21:56 +0800 Subject: [PATCH] Correct the timestamp in the org files --- my-publish.el | 3 ++- posts/Blog-with-org-mode.org | 2 +- posts/My-work-flow-with-tmux-vim-zsh-iterm.org | 3 ++- posts/git-note.org | 2 +- posts/linux-note.org | 2 +- posts/note.org | 2 +- posts/raspberrypi-note.org | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/my-publish.el b/my-publish.el index b21533d..454753f 100644 --- a/my-publish.el +++ b/my-publish.el @@ -114,7 +114,8 @@ :sitemap-filename "sitemap.org" :sitemap-title "Blog" :sitemap-sort-files anti-chronologically - :sitemap-file-entry-format "%d %t" + :sitemap-date-format "%h %d, %Y" + :sitemap-file-entry-format "%d » %t" ;; other generic options :with-toc nil ; table of contents diff --git a/posts/Blog-with-org-mode.org b/posts/Blog-with-org-mode.org index 3c20675..a223d85 100644 --- a/posts/Blog-with-org-mode.org +++ b/posts/Blog-with-org-mode.org @@ -1,7 +1,7 @@ #+TITLE: Blog with Org Mode #+AUTHOR: Peng Li #+EMAIL: seudut@gmail.com -#+DATE: 2016-10-26 +#+DATE: <2016-10-26> #+STARTUP: showall #+STARTUP: inlineimages #+OPTIONS: toc:nil date:t diff --git a/posts/My-work-flow-with-tmux-vim-zsh-iterm.org b/posts/My-work-flow-with-tmux-vim-zsh-iterm.org index c3cb39f..5b2c958 100644 --- a/posts/My-work-flow-with-tmux-vim-zsh-iterm.org +++ b/posts/My-work-flow-with-tmux-vim-zsh-iterm.org @@ -1,7 +1,8 @@ #+TITLE: My Work Flow with Tmux + Vim + Zsh + iTerm2 #+AUTHOR: Peng Li #+EMAIL: seudut@gmail.com -#+DATE: <2016-12-31> +#+DATE: <2016-12-31> +#+SUBTITLE: haha My most work is on Mac OSX platform. Here are some of my efficient tools when coding. iTerm2 + Zsh + Tmux + Vim diff --git a/posts/git-note.org b/posts/git-note.org index cd11c5a..ba3eed4 100644 --- a/posts/git-note.org +++ b/posts/git-note.org @@ -1,7 +1,7 @@ #+TITLE: Git Note #+AUTHOR: Peng Li #+EMAIL: seudut@gmail.com -#+DATE: 2016-12-18 +#+DATE: <2016-12-18> * Git Note ** Update an forked repo on Github diff --git a/posts/linux-note.org b/posts/linux-note.org index 0c4b165..f50aee3 100644 --- a/posts/linux-note.org +++ b/posts/linux-note.org @@ -1,7 +1,7 @@ #+TITLE: Note of Linux (Debian) #+AUTHOR: Peng Li #+EMAIL: seudut@gmail.com -#+DATE: 2016-12-23 +#+DATE: <2016-12-23> * Install and Environment ** Install ios in virtual box diff --git a/posts/note.org b/posts/note.org index 95e875e..9e548c6 100644 --- a/posts/note.org +++ b/posts/note.org @@ -1,7 +1,7 @@ #+TITLE: note #+AUTHOR: Peng Li #+EMAIL: seudut@gmail.com -#+DATE: 2017-03-04 +#+DATE: <2017-03-04> * some post to do - introduction to perspeen diff --git a/posts/raspberrypi-note.org b/posts/raspberrypi-note.org index 6eb968b..712d54d 100644 --- a/posts/raspberrypi-note.org +++ b/posts/raspberrypi-note.org @@ -1,7 +1,7 @@ #+TITLE: The note of raspberry #+AUTHOR: Peng Li #+EMAIL: seudut@gmail.com -#+DATE: 2017-02-18 +#+DATE: <2017-02-18> * Install Raspbian ** format the sd card and install the image -- 2.11.0