X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=pelicanconf.py;h=4a50ab57d8536a089af0f83a20cceece9b1e8cf5;hb=07b6b6b8f6d056e6530b11020ef0587a41056827;hp=162365bb7202afdbc58094c28d324cac95639d50;hpb=d0efa54edb3657c212462dcf6391bf179a05f0f8;p=Ultimately_Untrue_Thought.git diff --git a/pelicanconf.py b/pelicanconf.py index 162365b..4a50ab5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -26,6 +26,7 @@ LINKS = ( ('Crossdreamers', "http://www.crossdreamers.com/"), ('Third Way Trans', "https://thirdwaytrans.com/"), ('Trans Blog', "http://transblog.grieve-smith.com/"), + ('Carey Callahan', "https://careycallahan.com/"), ('Social Justice Wizard', "https://medium.com/@rftbk"), ('Thing of Things', "http://thingofthings.wordpress.com/"), ('Paula Wright', "https://porlawright.com/"), @@ -50,6 +51,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 +61,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