website/pelicanconf.py

30 lines
733 B
Python
Raw Normal View History

2023-09-18 12:05:30 +00:00
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
2023-09-18 19:04:14 +00:00
LINKS = (('GitHub', 'https://github.com/pnmadelaine'),
('Lichess', 'https://lichess.org/@/pnmadelaine'),
('Chess.com', 'https://chess.com/member/pnmadelaine'))
2023-09-18 12:05:30 +00:00
# Social widget
2023-09-18 15:40:23 +00:00
SOCIAL = (('Mastodon', 'https://mamot.fr/@pnm'),)
2023-09-18 12:05:30 +00:00
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
2023-09-18 12:14:19 +00:00
#RELATIVE_URLS = True