pelican-main-vision/pelicanconf.py
2023-05-22 18:17:49 +02:00

30 lines
No EOL
692 B
Python

AUTHOR = 'Richard Azia'
SITENAME = 'Main-Vision.com'
SITEURL = ''
PATH = 'content'
TIMEZONE = 'Europe/Rome'
DEFAULT_LANG = 'en'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = (('My Blog', 'https://www.main-vision.com/richard/blog/'),
('Home', 'https://www.main-vision.com/')
)
# Social widget
SOCIAL = (('You can add links in your config file', '#'),
('Another social link', '#'),)
DEFAULT_PAGINATION = 3
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True