Update theme, fixes #1

pull/3/head
Georg Krause 2021-01-11 12:31:14 +01:00
parent 68c32432af
commit 56b44e1b96
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
6 changed files with 16 additions and 9 deletions

3
.gitmodules vendored
View File

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

BIN
content/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
content/images/logo.png~ Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

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

@ -1 +0,0 @@
Subproject commit c08c2503b3e30ff9b787c26955b9625b55f111f7

@ -0,0 +1 @@
Subproject commit 74825583e15d4ec21b47c1fde44c16f0ceeb40a0