tag cloud
[Ultimately_Untrue_Thought.git] / pelicanconf.py
index 162365b..e481594 100644 (file)
@@ -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