update siteurl
This commit is contained in:
parent
126bfccec2
commit
44e0051694
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
||||||
|
|
||||||
AUTHOR = 'makefu'
|
AUTHOR = 'makefu'
|
||||||
SITENAME = 'only code is pure'
|
SITENAME = 'only code is pure'
|
||||||
SITEURL = 'http://syntax-fehler.de'
|
SITEURL = 'http://euer.krebsco.de'
|
||||||
#SITESUBTITLE = 'A collection of pseudocode snippets'
|
#SITESUBTITLE = 'A collection of pseudocode snippets'
|
||||||
|
|
||||||
TIMEZONE = 'Europe/Berlin'
|
TIMEZONE = 'Europe/Berlin'
|
||||||
|
@ -40,7 +40,7 @@ MENUITEMS = ( ( 'Wiki', 'http://wiki.euer.krebsco.de/makefu.html'),
|
||||||
READERS = {"html": None}
|
READERS = {"html": None}
|
||||||
|
|
||||||
PLUGIN_PATHS = ['plugins',]
|
PLUGIN_PATHS = ['plugins',]
|
||||||
PLUGINS=['sitemap',]
|
PLUGINS=['sitemap','tag_cloud']
|
||||||
|
|
||||||
SITEMAP = {
|
SITEMAP = {
|
||||||
'format': 'xml',
|
'format': 'xml',
|
||||||
|
@ -55,3 +55,7 @@ SITEMAP = {
|
||||||
'pages': 'monthly'
|
'pages': 'monthly'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
TAG_CLOUD_STEPS = 8
|
||||||
|
TAG_CLOUD_MAX_ITEMS = 20
|
||||||
|
TAG_CLOUD_SORTING = 'random'
|
||||||
|
TAG_CLOUD_BADGE = True
|
||||||
|
|
Loading…
Reference in a new issue