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 -*- # # -*- coding: utf-8 -*- #
from __future__ import unicode_literals from __future__ import unicode_literals
AUTHOR = 'Nico Schottelius' AUTHOR = 'Nico Schottelius and team ungleich'
SITENAME = 'Hacking in Digital Glarus' SITENAME = 'Hacking in Digital Glarus'
SITEURL = '' SITEURL = ''
@ -20,10 +20,10 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None AUTHOR_FEED_RSS = None
# Blogroll # Blogroll
LINKS = (('Pelican', 'http://getpelican.com/'), LINKS = (('Digital Glarus', 'https://digitaglarus.ch/'),
('Python.org', 'http://python.org/'), ('Nico Schottelius', 'https://www.nico.schottelius.org/'),
('Jinja2', 'http://jinja.pocoo.org/'), ('ungleich', 'https://ungleich.ch'),
('You can modify those links in your config file', '#'),) )
# Social widget # Social widget
SOCIAL = (('You can add links in your config file', '#'), 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 # Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True #RELATIVE_URLS = True
THEME = '/home/nico/hacker-hotel-diesbach-room/hack-digitalglarus-pelican/themes/pelican-alchemy/alchemy' THEME = 'themes/pelican-alchemy/alchemy'