video path
This commit is contained in:
parent
95ee751fa7
commit
8971588668
|
@ -124,7 +124,7 @@ defaults:
|
||||||
height: 720
|
height: 720
|
||||||
resize_style: cover
|
resize_style: cover
|
||||||
uploads_dir: "/images/posts"
|
uploads_dir: "/images/posts"
|
||||||
video_file:
|
video_path:
|
||||||
uploads_dir: "/videos"
|
uploads_dir: "/videos"
|
||||||
# ---------
|
# ---------
|
||||||
# Translate
|
# Translate
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
<div class="imagecontainer">
|
<div class="imagecontainer">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% if page.video_file %}
|
{% if page.video_path %}
|
||||||
<video autoplay muted loop id="myVideo">
|
<video autoplay muted loop id="myVideo">
|
||||||
<source src="{{ page.video_file }}" type="video/mp4">
|
<source src="{{ page.video_path }}" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -6,7 +6,7 @@ description: >-
|
||||||
The 2 tracks of laid back cloud rap are tales of daily digital life-struggles.
|
The 2 tracks of laid back cloud rap are tales of daily digital life-struggles.
|
||||||
When day-to-day communication blurs the line between the virtual and real.
|
When day-to-day communication blurs the line between the virtual and real.
|
||||||
image: /images/posts/1-k-as-tu-fait-de-nous-.jpeg
|
image: /images/posts/1-k-as-tu-fait-de-nous-.jpeg
|
||||||
video_file: /videos/satoshi.webm
|
video_path: /videos/satoshi.webm
|
||||||
category: releases
|
category: releases
|
||||||
tags: EP
|
tags: EP
|
||||||
link:
|
link:
|
||||||
|
|
|
@ -6,7 +6,7 @@ description: >-
|
||||||
As dystopian as the present might seem on-line, there is always room for the
|
As dystopian as the present might seem on-line, there is always room for the
|
||||||
strange in the cypher...
|
strange in the cypher...
|
||||||
image: /images/darkweb.jpg
|
image: /images/darkweb.jpg
|
||||||
video_file: /videos/darkweb.webm
|
video_path: /videos/darkweb.webm
|
||||||
category: releases
|
category: releases
|
||||||
tags: EP
|
tags: EP
|
||||||
link:
|
link:
|
||||||
|
|
|
@ -4,7 +4,7 @@ author: setto
|
||||||
date: 2019-12-12 03:03:00
|
date: 2019-12-12 03:03:00
|
||||||
description: Jazzy Cybersoul with a hint of 303 baselines.
|
description: Jazzy Cybersoul with a hint of 303 baselines.
|
||||||
image: /images/posts/1-grandma-got-the-ssh-keys.jpeg
|
image: /images/posts/1-grandma-got-the-ssh-keys.jpeg
|
||||||
video_file:
|
video_path:
|
||||||
category: releases
|
category: releases
|
||||||
tags: single
|
tags: single
|
||||||
link:
|
link:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: >-
|
||||||
can't get my finger on. Assumptions and projections that I think partially
|
can't get my finger on. Assumptions and projections that I think partially
|
||||||
stem from the lack in body language
|
stem from the lack in body language
|
||||||
image: /images/posts/1-ep-life-of-a-dudelini.jpeg
|
image: /images/posts/1-ep-life-of-a-dudelini.jpeg
|
||||||
video_file:
|
video_path:
|
||||||
category: releases
|
category: releases
|
||||||
tags: single
|
tags: single
|
||||||
link:
|
link:
|
||||||
|
|
|
@ -10,7 +10,7 @@ description: >-
|
||||||
|
|
||||||
Open your mind, open the source!
|
Open your mind, open the source!
|
||||||
image: /images/posts/final-pingnucover1220x1200.jpg
|
image: /images/posts/final-pingnucover1220x1200.jpg
|
||||||
video_file:
|
video_path:
|
||||||
category: releases
|
category: releases
|
||||||
tags: EP
|
tags: EP
|
||||||
link:
|
link:
|
||||||
|
|
|
@ -5,7 +5,7 @@ date: 2020-08-03 00:00
|
||||||
description: >-
|
description: >-
|
||||||
Pignu got Chopped & Screwed by KodTreatment
|
Pignu got Chopped & Screwed by KodTreatment
|
||||||
image: /images/posts/333mix.jpg
|
image: /images/posts/333mix.jpg
|
||||||
video_file:
|
video_path:
|
||||||
category: ramblings
|
category: ramblings
|
||||||
link: https://kodtreatment.bandcamp.com/
|
link: https://kodtreatment.bandcamp.com/
|
||||||
check_this_if_cannot_be_bought: true
|
check_this_if_cannot_be_bought: true
|
||||||
|
|
|
@ -4,7 +4,7 @@ author:
|
||||||
date:
|
date:
|
||||||
description:
|
description:
|
||||||
image:
|
image:
|
||||||
video_file:
|
video_path:
|
||||||
category:
|
category:
|
||||||
link:
|
link:
|
||||||
check_this_if_cannot_be_bought: false
|
check_this_if_cannot_be_bought: false
|
||||||
|
|
BIN
videos/0001-0030.mp4
Normal file
BIN
videos/0001-0030.mp4
Normal file
Binary file not shown.
Loading…
Reference in a new issue