summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-03-12 11:07:06 +0100
committermakefu <github@syntax-fehler.de>2020-03-12 11:07:06 +0100
commit44e00516940c3f143817beb5550a25df4c9ba7df (patch)
tree88138716b2e3c72bb28f6c87231bd3ebf57e0515
parent126bfccec22e617524469f7e092ad3647a695384 (diff)
update siteurl
-rw-r--r--pelicanconf.py8
1 files 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