From 5832906283cd122d0506628ad17c8e9bc95d331c Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Sun, 14 Feb 2021 05:16:49 +0100 Subject: [PATCH] Update pelicanconf to match theme The theme is not yet commited. --- pelicanconf.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 64f535e..f4bf0c8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,8 +5,11 @@ import os import sys sys.path.append(os.curdir) -AUTHOR = 'LEdoian' -SITENAME = 'LEdoian' +AUTHOR = "LEdoian" +SITENAME = "LEdoian's Blog" +SITE_DESCRIPTION = "My personal webpage" # NOTE: Theme-specific + +GENERATOR = "Pelican 4.5.4" # NOTE: Theme-specific SITEURL = 'https://blog.ledoian.cz/' RELATIVE_URLS = True @@ -33,12 +36,6 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -# Blogroll -LINKS = () - -# Social widget -SOCIAL = (('Mail', 'mailto:blog@pokemon.ledoian.cz'), - ) DEFAULT_PAGINATION = False