X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=pelicanconf.py;h=a9875e156da6169f4789a2fd5fe11407db9ff898;hb=a21a86bf8ef2c11882161f893509f3454bf519dc;hp=0195bb927cd226d25bc52a0ae14da10879b6308f;hpb=1a52a4e21e6c15576ca0b1e33a4fe531e578fa3d;p=Ultimately_Untrue_Thought.git diff --git a/pelicanconf.py b/pelicanconf.py index 0195bb9..a9875e1 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -32,6 +32,7 @@ LINKS = ( ('Paula Wright', "https://porlawright.com/"), ('Culturally Bound Gender', "https://culturallyboundgender.wordpress.com/"), ('Gender Contrary', "http://neat-dyke.tumblr.com/"), + ('My Only Path to Power', "https://transwidow.wordpress.com/"), ('Sex and Gender: A Beginner\'s Guide', "https://sexandgenderintro.com/"), ) @@ -63,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