aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read/pelican.conf.py-sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'Just-Read/pelican.conf.py-sample.py')
-rw-r--r--Just-Read/pelican.conf.py-sample.py23
1 files changed, 20 insertions, 3 deletions
diff --git a/Just-Read/pelican.conf.py-sample.py b/Just-Read/pelican.conf.py-sample.py
index e92e4e8..93689d3 100644
--- a/Just-Read/pelican.conf.py-sample.py
+++ b/Just-Read/pelican.conf.py-sample.py
@@ -1,10 +1,27 @@
AUTHOR = 'Name Lastname'
-SITENAME = 'The name of your website'
+SITENAME = "The name of your website"
SITEURL = 'http://example.com'
+TIMEZONE = ""
DISQUS_SITENAME = ''
+DEFAULT_DATE_FORMAT = '%d/%m/%Y'
+REVERSE_ARCHIVE_ORDER = True
+TAG_CLOUD_STEPS = 8
+
+PATH = ''
+THEME = ''
+OUTPUT_PATH = ''
+
+MARKUP = 'md'
+MD_EXTENSIONS = 'extra'
+
+FEED_RSS = 'feeds/all.rss.xml'
+TAG_FEED_RSS = 'feeds/%s.rss.xml'
GOOGLE_ANALYTICS = 'UA-XXXXX-X'
-HTML_LANG = 'en'
-TWITTER_USERNAME = 'yourtwitterhandle no @ please' \ No newline at end of file
+HTML_LANG = 'es'
+TWITTER_USERNAME = ''
+
+SOCIAL = (('GitHub', 'http://github.com/yourusername'),
+ ('Twitter', 'http://twitter.com/yourusername'),) \ No newline at end of file