From e2e02c3ca8d0da734c89cb0e5667ae99b860e5a6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 4 Aug 2015 13:13:55 +0200 Subject: pelicanconf.py: Alphabetically sorting all links. Adding links for CCC and c-base. --- pelicanconf.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 1d8825d..146386f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -24,10 +24,12 @@ I18N_SUBSITES = { # Blogroll LINKS = ( ('Arch Linux', 'https://archlinux.org'), - ('NetworkSEC', 'http://networksec.de'), + ('C-base', 'https://c-base.org/'), + ('Chaos Computer Club', 'https://ccc.de/'), ('Freakquenzy Records e.V.', 'http://frqrec.de'), - ('Waldeck-Freakquenz', 'http://waldeck-freakquenz.de'), + ('NetworkSEC', 'http://networksec.de'), ('Tibet Motorcycle Adventures', 'http://tibetmoto.de'), + ('Waldeck-Freakquenz', 'http://waldeck-freakquenz.de'), ) LOAD_CONTENT_CACHE = False MENUITEMS = () @@ -43,10 +45,10 @@ SITESUBTITLE = "Live - Create - Sleep (a map through existence)" SITEURL = 'http://sleepmap.de' # Social widget SOCIAL = ( - ('Twitter', 'https://twitter.com/dvzrv'), - ('Github', 'https://github.com/dvzrv'), - ('Flattr', 'https://flattr.com/profile/davezerave'), ('Discogs', 'http://www.discogs.com/user/dvzrv'), + ('Flattr', 'https://flattr.com/profile/davezerave'), + ('Github', 'https://github.com/dvzrv'), + ('Twitter', 'https://twitter.com/dvzrv'), ) STATIC_PATHS = [ 'icons', 'images', 'cert' ] THEME = 'sleepmap-theme' -- cgit v1.2.3-54-g00ecf