X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=pelicanconf.py;h=a9875e156da6169f4789a2fd5fe11407db9ff898;hb=a21a86bf8ef2c11882161f893509f3454bf519dc;hp=9fbf74a5e797e3413383a19acd8f66fa7b95edaa;hpb=bc47043ad5a5d926643cf3218624521cde6609ef;p=Ultimately_Untrue_Thought.git diff --git a/pelicanconf.py b/pelicanconf.py index 9fbf74a..a9875e1 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -64,10 +64,12 @@ PAGINATION_PATTERNS = ( THEME = 'theme' PLUGIN_PATHS = ["plugins"] -PLUGINS = ["tag_cloud"] +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