update config, urls

Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2019-07-31 13:26:02 +02:00
parent 75f0a6e227
commit 47019020fe
1 changed files with 6 additions and 6 deletions

View File

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