aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read/pelican.conf.py-sample.py
blob: 93689d300ad64c0b7129529b256e302b1649fce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
AUTHOR = 'Name Lastname'
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 = 'es'
TWITTER_USERNAME = ''

SOCIAL = (('GitHub',  'http://github.com/yourusername'),
          ('Twitter', 'http://twitter.com/yourusername'),)