From a549bdb5d704a62a6e560a09f6680217dda0b61b Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 5 Sep 2016 19:35:21 -0700 Subject: [PATCH] assign publication times --- content/{drafts => 2016}/apophenia.md | 2 +- .../psychology-is-about-invalidating-peoples-identities.md | 2 +- pelicanconf.py | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) rename content/{drafts => 2016}/apophenia.md (98%) rename content/{drafts => 2016}/psychology-is-about-invalidating-peoples-identities.md (99%) diff --git a/content/drafts/apophenia.md b/content/2016/apophenia.md similarity index 98% rename from content/drafts/apophenia.md rename to content/2016/apophenia.md index f5d88d5..1b20333 100644 --- a/content/drafts/apophenia.md +++ b/content/2016/apophenia.md @@ -1,5 +1,5 @@ Title: Apophenia? -Date: 2016-09-05 +Date: 2016-09-05 22:30 Category: commentary Tags: autogynephilia diff --git a/content/drafts/psychology-is-about-invalidating-peoples-identities.md b/content/2016/psychology-is-about-invalidating-peoples-identities.md similarity index 99% rename from content/drafts/psychology-is-about-invalidating-peoples-identities.md rename to content/2016/psychology-is-about-invalidating-peoples-identities.md index 50461ca..848dcaf 100644 --- a/content/drafts/psychology-is-about-invalidating-peoples-identities.md +++ b/content/2016/psychology-is-about-invalidating-peoples-identities.md @@ -1,5 +1,5 @@ Title: Psychology Is About Invalidating People's Identities -Date: 2016-09-05 +Date: 2016-09-06 00:05 Category: commentary Tags: epistemology diff --git a/pelicanconf.py b/pelicanconf.py index 3b5cd59..2b81dd2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -27,6 +27,8 @@ LINKS = ( DEFAULT_PAGINATION = 12 +WITH_FUTURE_DATES = False + FILENAME_METADATA = '(?P.*)' ARTICLE_URL = '{date:%Y}/{date:%b}/{slug}/' ARTICLE_SAVE_AS = '{date:%Y}/{date:%b}/{slug}/index.html' -- 2.17.1