浏览代码

Add profile picture and links

theenglishway (time) 8 年之前
父节点
当前提交
da30cff737
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 二进制
      content/images/theenglishway_profile.jpg
  2. 3 4
      pelicanconf.py

二进制
content/images/theenglishway_profile.jpg


+ 3 - 4
pelicanconf.py

@@ -20,16 +20,15 @@ AUTHOR_FEED_ATOM = None
 AUTHOR_FEED_RSS = None
 
 # Blogroll
-LINKS = (('Pelican', 'http://getpelican.com/'),
-         ('Python.org', 'http://python.org/'),
-         ('Jinja2', 'http://jinja.pocoo.org/'),
-         ('You can modify those links in your config file', '#'),)
+LINKS = ()
 
 # Social widget
 SOCIAL = (('My GitHub', 'https://github.com/theenglishway'),)
 
 DEFAULT_PAGINATION = False
 THEME = 'themes/pelican-alchemy/alchemy'
+SITEIMAGE = 'images/theenglishway_profile.jpg'
+SITESUBTITLE = "Thought I'd've something more to say"
 DEFAULT_DATE = 'fs'
 
 ISSO_SERVER = "http://comments.theenglishway.eu"