ee00085cce8284c64b2ab7b3eb4f928212bbc9c2
[markerbeacon.git] / pelicanconf.py
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*- #
3
4 AUTHOR = 'Marker Beacon'
5 SITENAME = 'Marker Beacon'
6 SITEURL = ''
7
8 PATH = 'content'
9
10 TIMEZONE = 'Europe/Paris'
11
12 DEFAULT_LANG = 'en'
13
14 # Feed generation is usually not desired when developing
15 FEED_ALL_ATOM = None
16 CATEGORY_FEED_ATOM = None
17 TRANSLATION_FEED_ATOM = None
18 AUTHOR_FEED_ATOM = None
19 AUTHOR_FEED_RSS = None
20
21 # Blogroll
22 LINKS = (('Pelican', 'https://getpelican.com/'),
23          ('Python.org', 'https://www.python.org/'),
24          ('Jinja2', 'https://palletsprojects.com/p/jinja/'),
25          ('You can modify those links in your config file', '#'),)
26
27 # Social widget
28 SOCIAL = (('You can add links in your config file', '#'),
29           ('Another social link', '#'),)
30
31 DEFAULT_PAGINATION = 5
32
33 # Uncomment following line if you want document-relative URLs when developing
34 #RELATIVE_URLS = True