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