From 44e00516940c3f143817beb5550a25df4c9ba7df Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 12 Mar 2020 11:07:06 +0100 Subject: update siteurl --- pelicanconf.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index c8eee83..a0a1fa6 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = 'makefu' SITENAME = 'only code is pure' -SITEURL = 'http://syntax-fehler.de' +SITEURL = 'http://euer.krebsco.de' #SITESUBTITLE = 'A collection of pseudocode snippets' TIMEZONE = 'Europe/Berlin' @@ -40,7 +40,7 @@ MENUITEMS = ( ( 'Wiki', 'http://wiki.euer.krebsco.de/makefu.html'), READERS = {"html": None} PLUGIN_PATHS = ['plugins',] -PLUGINS=['sitemap',] +PLUGINS=['sitemap','tag_cloud'] SITEMAP = { 'format': 'xml', @@ -55,3 +55,7 @@ SITEMAP = { 'pages': 'monthly' } } +TAG_CLOUD_STEPS = 8 +TAG_CLOUD_MAX_ITEMS = 20 +TAG_CLOUD_SORTING = 'random' +TAG_CLOUD_BADGE = True -- cgit v1.2.3