X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=5156680ad9a446cb97feaeea40bfb064e8414513;hp=162365bb7202afdbc58094c28d324cac95639d50;hb=a77638268002355eae581f378034a23415595196;hpb=d0efa54edb3657c212462dcf6391bf179a05f0f8 diff --git a/pelicanconf.py b/pelicanconf.py index 162365b..5156680 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -50,6 +50,8 @@ AUTHOR_URL = 'author/{slug}/' AUTHOR_SAVE_AS = 'author/{slug}/index.html' ARCHIVES_URL = 'archives' ARCHIVES_SAVE_AS = 'archives/index.html' +YEAR_ARCHIVE_SAVE_AS = '{date:%Y}/index.html' +MONTH_ARCHIVE_SAVE_AS = '{date:%Y}/{date:%b}/index.html' PAGINATION_PATTERNS = ( (1, '{base_name}/', '{base_name}/index.html'), @@ -58,5 +60,11 @@ PAGINATION_PATTERNS = ( THEME = 'theme' +PLUGIN_PATHS = ["plugins"] +PLUGINS = ["tag_cloud"] + +TAG_CLOUD_STEPS = 6 +TAG_CLOUD_SORTING = "alphabetically" + # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True