X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=e481594a5ccf05be10ba63f09c8344038461dd60;hp=162365bb7202afdbc58094c28d324cac95639d50;hb=6e8f3b60100fef3b5d47e9f759578484bb8df6eb;hpb=edadfa8dc29fe637ea230e3e8ae6829332476384 diff --git a/pelicanconf.py b/pelicanconf.py index 162365b..e481594 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -58,5 +58,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