|
|
|
@ -76,3 +76,21 @@ JINJA_FILTERS = {
|
|
|
|
|
'sidebar': sidebar, |
|
|
|
|
'stringtags_and_img': do_stringtags_and_img, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PLUGIN_PATHS = ['/home/sipp11/dev/pelican-plugins'] |
|
|
|
|
PLUGINS = ['assets', 'sitemap', 'gravatar', 'optimize_images'] |
|
|
|
|
|
|
|
|
|
SITEMAP = { |
|
|
|
|
'format': 'xml', |
|
|
|
|
'priorities': { |
|
|
|
|
'articles': 0.5, |
|
|
|
|
'indexes': 0.5, |
|
|
|
|
'pages': 0.5 |
|
|
|
|
}, |
|
|
|
|
'changefreqs': { |
|
|
|
|
'articles': 'monthly', |
|
|
|
|
'indexes': 'daily', |
|
|
|
|
'pages': 'monthly' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|