X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=pelicanconf.py;h=7952a3fcaf89be8d721a22c4baf3b1517d1bdac5;hb=e4504f629ae6da48aa2d3f0cc6a59902afcdcd81;hp=16a13f0bb543bda8f83309992dd2f3bb9bd5edaa;hpb=235121faf8fed0479fae6f8a0bb413c84397860a;p=Ultimately_Untrue_Thought.git diff --git a/pelicanconf.py b/pelicanconf.py index 16a13f0..7952a3f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -32,6 +32,8 @@ 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/"), ) DEFAULT_PAGINATION = 20 @@ -62,7 +64,7 @@ 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"