From 2888129a7b49ae47ef1534fbbcb9bf260a3b4e74 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Wed, 15 May 2019 16:11:10 +0200 Subject: [PATCH] Fix errors to make initial publish --- content/index.md | 4 ++++ publishconf.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 content/index.md diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..8db7475 --- /dev/null +++ b/content/index.md @@ -0,0 +1,4 @@ +title: PLACEHOLDER +date: 15.05.2019 + +PLACEHOLDER \ No newline at end of file diff --git a/publishconf.py b/publishconf.py index 185184d..b04b98e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -14,8 +14,8 @@ from pelicanconf import * SITEURL = '' RELATIVE_URLS = False -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' +#FEED_ALL_ATOM = 'feeds/all.atom.xml' +#CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True