replace index page with about page
authorPeng Li <seudut@gmail.com>
Sun, 14 May 2017 14:37:58 +0000 (22:37 +0800)
committerPeng Li <seudut@gmail.com>
Sun, 14 May 2017 14:37:58 +0000 (22:37 +0800)
about.org
index.org
my-publish.el

index da45a6e..4020961 100644 (file)
--- a/about.org
+++ b/about.org
@@ -3,6 +3,9 @@
 #+EMAIL: seudut@gmail.com
 #+DATE: 2017-03-12
 
+Hello, my name is Li, Peng. I am a coder, who is interested in Emacs, Vim. The website is generated using Org mode in Emacs.
+I am also interested in programming languages such as C/C++, Lua, Perl, Lisp, etc.
+
 - My home page http://www.seudut.com
 
 - Github https://github.com/seudut
index 5c8f302..c149f68 100644 (file)
--- a/index.org
+++ b/index.org
@@ -1,11 +1,10 @@
-#+TITLE: My Personal Wiki
+#+TITLE: About Me
 #+AUTHOR: Peng Li
 #+EMAIL: seudut@gmail.com
 #+DATE: 2016-10-25
 #+STARTUP: showall
 
-Welcome to Peng's Personal Wiki
+Hello, my name is Li, Peng. I am a coder, who is interested in Emacs, Vim.  I am also interested in programming languages such as C/C++, Lua, Perl, Lisp, etc.
+
+The websiteis generated using Org mode in Emacs. The source code is located on my github [[https://github.com/seudut/blog.git][blog]].  You can contact me by mail seudut@gmail.com.
 
-* Blog
-- [[file:posts/Blog-with-org-mode.org][Blow with Org-mode]]
-- [[file:git-note.org][Git Note]]
index 454753f..fd1cee3 100644 (file)
@@ -41,7 +41,7 @@
        "<header id= 'banner'>"
        "<a class=\"title\"href= '/' >Peng Li</a>"
        "<nav><ul>"
-       "<li><a href= '/about.html' >About</a></li>"
+       "<li><a href= '/index.html' >About</a></li>"
        "<li><a href= '/posts/sitemap.html' >Blog</a></li>"
        ;; "<li><a href= '/index.html' >Home</a></li>"
        "</ul></nav>"