Quellcode durchsuchen

Add profile picture and links

theenglishway (time) vor 8 Jahren
Ursprung
Commit
da30cff737
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
  1. BIN
      content/images/theenglishway_profile.jpg
  2. 3 4
      pelicanconf.py

BIN
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"