From a97340f897bfe6494944d8621c4fe324580c17f0 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 1 Feb 2014 22:47:19 +0530 Subject: some more config tweaks --- publishconf.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'publishconf.py') diff --git a/publishconf.py b/publishconf.py index 6d4a41b..f072f37 100644 --- a/publishconf.py +++ b/publishconf.py @@ -16,9 +16,19 @@ RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +# Use folders as category +USE_FOLDER_AS_CATEGORY = True + +# Metadata +DEFAULT_METADATA = (('author', 'Vasudeva Kamath'),) + DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing #DISQUS_SITENAME = "" #GOOGLE_ANALYTICS = "" +#GITHUB_URL = "https://github.com/copyninja" + +SOCIAL = SOCIAL + (('rss', SITEURL + '/' + FEED_ALL_ATOM)) + -- cgit v1.2.3