diff --git a/content/sounduncloud.md b/content/sounduncloud.md index 4d3ad5b23..4cebc1b4c 100644 --- a/content/sounduncloud.md +++ b/content/sounduncloud.md @@ -3,11 +3,10 @@ Date: 2017-10-01 Category: curriculum Slug: sounduncloud lang: nl -curriculum: True event-start: 2017-11-15 12:00 event-duration: 4h location: Gouwstraat 3, Rotterdam - +summary: Soundcloud is onlangs op het nippertje gered van fallisement. Dit online platform waar allerhande mixes en genres zoals 'soundcloud rap' zijn ontstaan is nog echter niet buiten gevaar. In deze korte workshop gericht op informele en doe-het-zelf archivering helpen we je al je mixes en collecties te downloaden m.b.h vrije software. De gearchiveerde resultaten publiceren vervolgens als een micro-SD mixtape. ![Offline listening for days!](/images/offline_listening.png) diff --git a/pelicanconf.py b/pelicanconf.py index 16e410b67..a8181e56c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -20,24 +20,14 @@ TRANSLATION_FEED_ATOM = None 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', '#'),) - -# Social widget -#SOCIAL = (('You can add links in your config file', '#'), -# ('Another social link', '#'),) - DEFAULT_PAGINATION = 25 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True PLUGIN_PATHS = ['./plugins'] -PLUGINS = ['extract_toc', 'i18n_subsites', 'summary'] -MD_EXTENSIONS = ['codehilite','extra','smarty', 'toc'] +PLUGINS = ['extract_toc', 'i18n_subsites', 'events', 'summary'] +MD_EXTENSIONS = ['codehilite','extra','toc'] STATIC_PATHS = ['extra', 'images', 'pdfs'] EXTRA_PATH_METADATA = { @@ -48,6 +38,8 @@ EXTRA_PATH_METADATA = { THEME = 'themes/cetcat' +#SUMMARY_USE_FIRST_PARAGRAPH = True + # ARTICLE_LANG_URL = '{slug}-{lang}.html' I18N_SUBSITES = { @@ -64,4 +56,6 @@ lang_siteurls = { 'nl': '/', 'en': '/en/' } - +PLUGIN_EVENTS={ + 'ics_fname':'calendar.ics' + } diff --git a/themes/cetcat/static/css/.main.css.swp b/themes/cetcat/static/css/.main.css.swp deleted file mode 100644 index d4888740c..000000000 Binary files a/themes/cetcat/static/css/.main.css.swp and /dev/null differ