diff options
-rw-r--r-- | pelicanconf.py | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index cd4ded2..667e48e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -12,20 +12,10 @@ CATEGORY_FEED_ATOM = None DEFAULT_LANG = 'en' DEFAULT_PAGINATION = 30 FEED_ALL_ATOM = None -# mapping: language_code -> settings_overrides_dict -I18N_SUBSITES = { - 'en': { - 'SITENAME': 'Sleep Map', - }, - 'de': { - 'SITENAME': 'Sleep Map', - } -} -# Blogroll LINKS = ( ('000', 'http://0x0x0.porn'), ('Arch Linux', 'https://archlinux.org'), - ('Befaco', 'http://befaco.org'), + ('Befaco', 'https://befaco.org'), ('c-base', 'https://c-base.org/'), ('Chaos Computer Club', 'https://ccc.de/'), ('Electronic Studio (TU)', 'https://www.ak.tu-berlin.de/studio'), @@ -44,7 +34,7 @@ PATH = 'content' PATH_METADATA = 'pages/(?P<path>.*)\..*' # Make pages top-level (remove /pages/ from each URL) # Plugins PLUGIN_PATHS = ['pelican-plugins/'] -PLUGINS = [ 'i18n_subsites', 'pelican-page-hierarchy'] +PLUGINS = [ 'pelican-page-hierarchy'] # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True SITENAME = 'Sleep Map' |