summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2014-02-02 01:21:00 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2014-02-02 01:21:00 +0530
commit8c9a5bc9970813c34ca83b83ee01762903136fc3 (patch)
treefc2374bc01ec2a3eeaae09c65a79865eb5580e77 /pelicanconf.py
parentdaacbe022c6c1cf9eee85b48e77a72f403b9a636 (diff)
configuration fix
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index f61dbe6..3ca7152 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -40,7 +40,10 @@ PYGMENTS_STYLE = "solarizelight"
BOOTSTRAP_THEME = "flatly"
# Blogroll
-LINKS = (('Old Blog Archive', 'http://blog-archive.copyninja.info/'),)
+LINKS = (('Old Blog Archive', 'http://blog-archive.copyninja.info/'),
+ ('Ohloh Profile', 'https://www.ohloh.net/accounts/copyninja'),
+ ('Developer Overview (Debian)',
+ 'http://qa.debian.org/developer.php?login=kamathvasudev@gmail.com'))
# Social widget
SOCIAL = (('twitter', 'https://twitter.com/copyninja_'),