changed the links to the videos in section 1 + added the 'videos' folder as a static path (content/videos) + fixed the overview button link
This commit is contained in:
parent
5f96895599
commit
649ffe4c6e
@ -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>
|
@ -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>
|
@ -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>
|
@ -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>
|
@ -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>
|
@ -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'
|
||||
|
@ -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…
Reference in New Issue
Block a user