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