Repos / hi.imnhan.com / 6947954473
commit 6947954473854081cdfb005994c5577918188e0c
Author: nhanb <thanhnhan483@gmail.com>
Date:   Sat Sep 7 13:29:50 2013 +0700

    add png favicon, remove unecessary variables

diff --git a/content/extra/favicon.png b/content/extra/favicon.png
new file mode 100644
index 0000000..f17ef0e
Binary files /dev/null and b/content/extra/favicon.png differ
diff --git a/pelicanconf.py b/pelicanconf.py
index 08fd289..a22ce7e 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -24,6 +24,7 @@
 FILES_TO_COPY = (('extra/CNAME', 'CNAME'),
                  ('extra/README.markdown', 'README.markdown'),
                  ('extra/favicon.ico', 'favicon.ico'),
+                 ('extra/favicon.png', 'favicon.png'),
                  ('extra/cal.html', 'calendar/index.html'),
                  ('extra/google3f40dbd543a603fa.html',
                   'google3f40dbd543a603fa.html'),
@@ -52,9 +53,6 @@
 
 #THEME = "/home/nhanb/Dropbox/dev/pelican-simplicity-theme"
 
-GITHUB_USERNAME = "nhanb"
-FACEBOOK_USERNAME = "thanhnhanb"
-
 AUTHOR_NAME = "Bùi Thành Nhân"
 AUTHOR_SLUG = "nhanb"
 
@@ -70,3 +68,5 @@
          #('Python.org', 'http://python.org/'),
          #('Jinja2', 'http://jinja.pocoo.org/')
          #)
+
+THEME_STATIC_PATHS = ['static']