Repos / hi.imnhan.com / 9c2082453c
commit 9c2082453c12a759580f54222a5f891f1fedf251
Author: nhanb <nhan@nerdyweekly.com>
Date:   Fri Jun 5 13:42:40 2015 +0700

    use motherfucking-pelican-theme

diff --git a/.gitmodules b/.gitmodules
index e69de29..3c7855d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "motherfucking-pelican-theme"]
+	path = motherfucking-pelican-theme
+	url = git@github.com:nhanb/motherfucking-pelican-theme.git
diff --git a/motherfucking-pelican-theme b/motherfucking-pelican-theme
new file mode 160000
index 0000000..aa3df9d
--- /dev/null
+++ b/motherfucking-pelican-theme
@@ -0,0 +1 @@
+Subproject commit aa3df9d3020e7754441b5963e3e753eeca4e8c6d
diff --git a/pelicanconf.py b/pelicanconf.py
index 9c8d90f..07dc7db 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -7,7 +7,7 @@
 SITESUBTITLE = u'Thoughts on programming and other stuff that matters'
 SITEURL = ''
 
-THEME = u'/home/nhanb/open-source/pelican-octopress-theme'
+THEME = u'./motherfucking-pelican-theme'
 
 TIMEZONE = 'Asia/Ho_Chi_Minh'
 
@@ -51,26 +51,11 @@
 TAG_URL = ('tag/{slug}/')
 TAG_SAVE_AS = ('tag/{slug}/index.html')
 
-DEFAULT_PAGINATION = 10
+DEFAULT_PAGINATION = False
 
 AUTHOR_NAME = u'Bùi Thành Nhân'
 AUTHOR_SLUG = "nhanb"
 
-# Social widget
-SOCIAL = (
-    ('Résumé', 'http://resume.nerdyweekly.com'),
-    ('Github', 'https://github.com/nhanb'),
-    ('Facebook', 'https://www.facebook.com/thanhnhanb'),
-    ('Google+',
-     'https://plus.google.com/114388334309097537564?rel=author'),
-)
-
-## Blogroll
-#LINKS = (('Pelican', 'http://getpelican.com/'),
-         #('Python.org', 'http://python.org/'),
-         #('Jinja2', 'http://jinja.pocoo.org/')
-         #)
-
 THEME_STATIC_PATHS = ['static']
 
 MENUITEMS = (
@@ -83,3 +68,5 @@
 FEED_ALL_ATOM = 'feeds/all.atom.xml'
 FEED_ATOM = 'feeds/atom.xml'
 CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
+
+GITHUB_USERNAME = 'nhanb'