WIP local fonts
[Ultimately_Untrue_Thought.git] / pelicanconf.py
index c35c598..a9875e1 100644 (file)
@@ -64,10 +64,12 @@ PAGINATION_PATTERNS = (
 THEME = 'theme'
 
 PLUGIN_PATHS = ["plugins"]
-PLUGINS = ["tag_cloud", "simple_footnotes"]
+PLUGINS = ["tag_cloud", "simple_footnotes", "page_hierarchy"]
 
 TAG_CLOUD_STEPS = 6
 TAG_CLOUD_SORTING = "alphabetically"
 
 # Uncomment following line if you want document-relative URLs when developing
 RELATIVE_URLS = True
+
+IS_DEVELOPMENT = True