diff --git a/pelicanconf.py b/pelicanconf.py index e6da322..2112d4a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # from __future__ import unicode_literals -AUTHOR = 'Nico Schottelius' +AUTHOR = 'Nico Schottelius and team ungleich' SITENAME = 'Hacking in Digital Glarus' SITEURL = '' @@ -20,10 +20,10 @@ 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 = (('Digital Glarus', 'https://digitaglarus.ch/'), + ('Nico Schottelius', 'https://www.nico.schottelius.org/'), + ('ungleich', 'https://ungleich.ch'), +) # Social widget SOCIAL = (('You can add links in your config file', '#'), @@ -34,4 +34,4 @@ DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True -THEME = '/home/nico/hacker-hotel-diesbach-room/hack-digitalglarus-pelican/themes/pelican-alchemy/alchemy' +THEME = 'themes/pelican-alchemy/alchemy'