From 434e747f356160f2b7be4b3656dd0d5108af0035 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 00:53:14 -0500 Subject: [PATCH] update config --- pelican/pelicanconf.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pelican/pelicanconf.py b/pelican/pelicanconf.py index c1e8415..b5e737e 100644 --- a/pelican/pelicanconf.py +++ b/pelican/pelicanconf.py @@ -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 \ No newline at end of file +#RELATIVE_URLS = True