Repos / hi.imnhan.com / 87d6fd9bd5
commit 87d6fd9bd5ab46755a3d8c776a11c2b37fed17fa
Author: nhanb <thanhnhan483@gmail.com>
Date:   Fri Sep 6 18:51:50 2013 +0700

    add social links

diff --git a/pelicanconf.py b/pelicanconf.py
index 32a8a38..0d46276 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -6,7 +6,7 @@
 SITENAME = u'Nhanb'
 SITEURL = ''
 
-THEME=u'/home/nhanb/dev/pelican-octopress-theme'
+THEME = u'/home/nhanb/open-source/pelican-octopress-theme'
 
 TIMEZONE = 'Asia/Ho_Chi_Minh'
 
@@ -56,8 +56,10 @@
 AUTHOR_SLUG = "nhanb"
 
 # Social widget
-#SOCIAL = (('You can add links in your config file', '#'),
-          #('Another social link', '#'),)
+SOCIAL = (('Github', 'https://github.com/nhanb'),
+          ('Facebook', 'https://www.facebook.com/thanhnhanb'),
+          ('Google+', 'https://plus.google.com/114388334309097537564'),
+          )
 
 ## Blogroll
 #LINKS = (('Pelican', 'http://getpelican.com/'),