website/pelicanconf.py

30 lines
733 B
Python

AUTHOR = 'Paul-Nicolas Madelaine'
SITENAME = 'Personal website of Paul-Nicolas Madelaine'
SITEURL = ''
PATH = 'content'
TIMEZONE = 'Europe/Paris'
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 = (('GitHub', 'https://github.com/pnmadelaine'),
('Lichess', 'https://lichess.org/@/pnmadelaine'),
('Chess.com', 'https://chess.com/member/pnmadelaine'))
# Social widget
SOCIAL = (('Mastodon', 'https://mamot.fr/@pnm'),)
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True