diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-02-01 22:47:19 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-02-01 22:47:19 +0530 |
commit | a97340f897bfe6494944d8621c4fe324580c17f0 (patch) | |
tree | 0d39c30cddbfd5ff41d33af01084579dd1ccea3e /publishconf.py | |
parent | 7822455e7a6a56e8cee78f5c1ee30294fc94b51f (diff) |
some more config tweaks
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 10 |
1 files changed, 10 insertions, 0 deletions
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)) + |