diff options
Diffstat (limited to 'pelicanconf.py')
l---------[-rw-r--r--] | pelicanconf.py | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index ab8afd2..00f205f 100644..120000 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,33 +1 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- # - -AUTHOR = "Cryptech Core Team" -SITENAME = "Cryptech Project" - -PATH = "content" -TIMEZONE = "UTC" -DEFAULT_LANG = "en" - -# Feed generation is usually not desired when developing -SITEURL = "" -RELATIVE_URLS = True -FEED_ALL_ATOM = None -CATEGORY_FEED_ATOM = None -TRANSLATION_FEED_ATOM = None -AUTHOR_FEED_ATOM = None -AUTHOR_FEED_RSS = None - -# Blogroll -LINKS = (("Pelican", "http://getpelican.com/"), - ("Python.org", "http://python.org/"), - ("Jinja2", "http://jinja.pocoo.org/")) -LINKS_WIDGET_NAME = "Links" - -# Social widget. Can't get rid of this with default theme, only change its name. -# Fiddle with themes later -SOCIAL = () -SOCIAL_WIDGET_NAME = "Subscribe" - -DEFAULT_PAGINATION = 10 - -#THEME = "/home/blog/pelican-themes/sundown" +tools/pelicanconf.py
\ No newline at end of file |