diff --git a/.gitmodules b/.gitmodules index 54b9d8f..fa71a54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "pelicanthemes/bootlex"] path = pelicanthemes/bootlex url = git://github.com/alexex/bootlex.git +[submodule "pelicanthemes/pelican-alchemy"] + path = pelicanthemes/pelican-alchemy + url = https://github.com/nairobilug/pelican-alchemy.git diff --git a/content/images/logo.png b/content/images/logo.png new file mode 100644 index 0000000..0639879 Binary files /dev/null and b/content/images/logo.png differ diff --git a/content/images/logo.png~ b/content/images/logo.png~ new file mode 100644 index 0000000..6dbf548 Binary files /dev/null and b/content/images/logo.png~ differ diff --git a/pelicanconf.py b/pelicanconf.py index aee7a5d..f336c5a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,17 +1,20 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # +from __future__ import unicode_literals AUTHOR = 'Team' SITENAME = 'blog.lediver.se' SITEURL = '' +SITESUBTITLE = 'Der Blog des sozialen Netzwerks lediver.se' PATH = 'content' -THEME = 'pelicanthemes/bootlex' +THEME = 'pelicanthemes/pelican-alchemy/alchemy' TIMEZONE = 'Europe/Berlin' +SITEIMAGE = '/images/logo.png' DEFAULT_LANG = 'de' -LOCALE = ('de_DE', 'en_EN') +LOCALE = ('de_DE.utf8', 'en_EN') # Feed generation is usually not desired when developing FEED_ALL_ATOM = None CATEGORY_FEED_ATOM = None @@ -19,15 +22,16 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None +HIDE_AUTHORS = True + # Blogroll -LINKS = (('Pelican', 'https://getpelican.com/'), - ('Python.org', 'https://www.python.org/'), - ('Jinja2', 'https://palletsprojects.com/p/jinja/'), - ('You can modify those links in your config file', '#'),) +LINKS = (('lediver.se', 'https://lediver.se/'), + ('Team Account', 'https://lediver.se/web/accounts/1'), + ) # Social widget -SOCIAL = (('You can add links in your config file', '#'), - ('Another social link', '#'),) +#ICONS = (('You can add links in your config file', '#'), +# ('Another social link', '#'),) DEFAULT_PAGINATION = 5 diff --git a/pelicanthemes/bootlex b/pelicanthemes/bootlex deleted file mode 160000 index c08c250..0000000 --- a/pelicanthemes/bootlex +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c08c2503b3e30ff9b787c26955b9625b55f111f7 diff --git a/pelicanthemes/pelican-alchemy b/pelicanthemes/pelican-alchemy new file mode 160000 index 0000000..7482558 --- /dev/null +++ b/pelicanthemes/pelican-alchemy @@ -0,0 +1 @@ +Subproject commit 74825583e15d4ec21b47c1fde44c16f0ceeb40a0