From 649ffe4c6e6f25a828226be79eb421a8275a08b9 Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 30 Oct 2020 12:24:47 +0100 Subject: [PATCH] changed the links to the videos in section 1 + added the 'videos' folder as a static path (content/videos) + fixed the overview button link --- content/Section 1 - Digital Infrapunctures/3-question-1.md | 2 +- content/Section 1 - Digital Infrapunctures/4-question-2.md | 2 +- content/Section 1 - Digital Infrapunctures/5-question-3.md | 2 +- content/Section 1 - Digital Infrapunctures/6-question-4.md | 2 +- content/Section 1 - Digital Infrapunctures/7-question-5.md | 2 +- pelicanconf.py | 4 ++-- themes/default/templates/base.html | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/Section 1 - Digital Infrapunctures/3-question-1.md b/content/Section 1 - Digital Infrapunctures/3-question-1.md index d22a2b8..002746d 100644 --- a/content/Section 1 - Digital Infrapunctures/3-question-1.md +++ b/content/Section 1 - Digital Infrapunctures/3-question-1.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:02 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/content/Section 1 - Digital Infrapunctures/4-question-2.md b/content/Section 1 - Digital Infrapunctures/4-question-2.md index 341b6f7..1a8ccd4 100644 --- a/content/Section 1 - Digital Infrapunctures/4-question-2.md +++ b/content/Section 1 - Digital Infrapunctures/4-question-2.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:03 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/content/Section 1 - Digital Infrapunctures/5-question-3.md b/content/Section 1 - Digital Infrapunctures/5-question-3.md index 04ecf3f..87f6b30 100644 --- a/content/Section 1 - Digital Infrapunctures/5-question-3.md +++ b/content/Section 1 - Digital Infrapunctures/5-question-3.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:04 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/content/Section 1 - Digital Infrapunctures/6-question-4.md b/content/Section 1 - Digital Infrapunctures/6-question-4.md index dbb94f9..3845146 100644 --- a/content/Section 1 - Digital Infrapunctures/6-question-4.md +++ b/content/Section 1 - Digital Infrapunctures/6-question-4.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:04 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/content/Section 1 - Digital Infrapunctures/7-question-5.md b/content/Section 1 - Digital Infrapunctures/7-question-5.md index 2856f0b..c6d1b0c 100644 --- a/content/Section 1 - Digital Infrapunctures/7-question-5.md +++ b/content/Section 1 - Digital Infrapunctures/7-question-5.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:05 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index 1c54004..5490256 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,7 +3,7 @@ AUTHOR = 'Cristina Cochior & Manetta Berends' SITENAME = 'Bots as Digital Infrapunctures' -SITEURL = '' +SITEURL = 'https://vvvvvvaria.org/bots-as-digital-infrapunctures' PATH = 'content' # PLUGIN_PATHS = ['plugins'] @@ -21,7 +21,7 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -STATIC_PATHS = [ 'extra/favicon.ico', 'images', 'attachments', 'bot-example' ] +STATIC_PATHS = [ 'extra/favicon.ico', 'images', 'attachments', 'bot-example', 'videos' ] THEME = 'themes/default' THEME_STATIC_DIR = 'theme' diff --git a/themes/default/templates/base.html b/themes/default/templates/base.html index 1c6887e..63ae47c 100644 --- a/themes/default/templates/base.html +++ b/themes/default/templates/base.html @@ -5,7 +5,7 @@ {% block title %}{{ SITENAME }}{% endblock title %} - + {% endblock head %} @@ -28,7 +28,7 @@ {% endif %}
- +