Browse Source

changed the links to the videos in section 1 + added the 'videos' folder as a static path (content/videos) + fixed the overview button link

master
manetta 4 years ago
parent
commit
649ffe4c6e
  1. 2
      content/Section 1 - Digital Infrapunctures/3-question-1.md
  2. 2
      content/Section 1 - Digital Infrapunctures/4-question-2.md
  3. 2
      content/Section 1 - Digital Infrapunctures/5-question-3.md
  4. 2
      content/Section 1 - Digital Infrapunctures/6-question-4.md
  5. 2
      content/Section 1 - Digital Infrapunctures/7-question-5.md
  6. 4
      pelicanconf.py
  7. 4
      themes/default/templates/base.html

2
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.
<video controls>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
<source src="/videos/deb-verhoeven-q1.mp4" type="video/mp4">
</video>

2
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.
<video>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
<source src="/videos/deb-verhoeven-q2.mp4" type="video/mp4">
</video>

2
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.
<video>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
<source src="/videos/deb-verhoeven-q3.mp4" type="video/mp4">
</video>

2
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.
<video>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
<source src="/videos/deb-verhoeven-q4.mp4" type="video/mp4">
</video>

2
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.
<video>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
<source src="/videos/deb-verhoeven-q5.mp4" type="video/mp4">
</video>

4
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'

4
themes/default/templates/base.html

@ -5,7 +5,7 @@
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
{% endblock head %}
</head>
@ -28,7 +28,7 @@
{% endif %}
<br>
<a href="{{ SITEURL }}/pages/about.html"><li class="pagelink">About this Module</li></a>
<a href="{{ SITEURL }}/categories"><li class="pagelink">Overview</li></a>
<a href="{{ SITEURL }}/categories.html"><li class="pagelink">Overview</li></a>
</ul></nav>
<section id="content">

Loading…
Cancel
Save