update config

This commit is contained in:
David Todd 2019-05-27 00:53:14 -05:00
parent cf7c77eb6e
commit 434e747f35
1 changed files with 5 additions and 7 deletions

View File

@ -20,16 +20,14 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = (('Pelican', 'http://getpelican.com/'),
('Python.org', 'http://python.org/'),
('Jinja2', 'http://jinja.pocoo.org/'),
('You can modify those links in your config file', '#'),)
LINKS = (('Personal Site', 'https://c0defox.es'),)
# Social widget
SOCIAL = (('You can add links in your config file', '#'),
('Another social link', '#'),)
SOCIAL = (('Github', 'https://github.com/alopexc0de'),
('Keybase', 'https://keybase.io/alopexc0de'),
('Telegram', 'https://t.me/c0defox'),)
DEFAULT_PAGINATION = 20
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
#RELATIVE_URLS = True