update siteurl

This commit is contained in:
makefu 2020-03-12 11:07:06 +01:00
parent 126bfccec2
commit 44e0051694
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

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