diff options
-rw-r--r-- | pelicanconf.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index cf39ab8..1d8c2a6 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -23,11 +23,18 @@ I18N_SUBSITES = { } # Blogroll LINKS = ( + ('000', 'http://0x0x0.porn'), ('Arch Linux', 'https://archlinux.org'), - ('C-base', 'https://c-base.org/'), + ('Befaco', 'http://befaco.org'), + ('c-base', 'https://c-base.org/'), ('Chaos Computer Club', 'https://ccc.de/'), + ('Electronic Studio (TU)', 'https://www.ak.tu-berlin.de/studio'), ('Freakquenzy Records e.V.', 'http://frqrec.de'), + ('Linux Audio', 'http://linuxaudio.org'), + ('miniLAC', 'http://minilac.linuxaudio.org'), + ('Modular Synth Selbstbau Workshop', 'http://mssw.0x0x0.porn'), ('NetworkSEC', 'http://networksec.de'), + ('Rebel Technology', 'http://rebeltech.org'), ('Tibet Motorcycle Adventures', 'http://tibetmoto.de'), ('Waldeck-Freakquenz', 'http://waldeck-freakquenz.de'), ) |