mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

commit 9ca6c9fc02bcd644bbce29f73a9c4789c555c51b
parent dabd33961964ee2099fdcda3ece83724f663ec62
Author: martin@ashbysoft.com <martin@ashbysoft.com>
Date:   Wed, 10 Nov 2021 19:38:20 +0000

Added short video of longboarding
Diffstat:
A.gitattributes | 1+
Mcontent/posts/2021-11-09-longboard-2.md | 3++-
Alayouts/shortcodes/video.html | 5+++++
3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1 @@ +*.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/content/posts/2021-11-09-longboard-2.md b/content/posts/2021-11-09-longboard-2.md @@ -10,4 +10,5 @@ I've also made a couple of hardware changes - switched to [powell peralta snakes](https://newtons-shred.co.uk/shop/skateboards/wheels/cruiser-filmer/powell-peralta-snakes-red-66mm-75a/), following many many reviews on [reddit](https://teddit.net/r/longboarding) - added [freebrake brake soles](https://newtons-shred.co.uk/shop/safety/other/footbraking-sole/freebrake-longboard-skateboard-footbraking-sole-4mm-pair/) to my shoes. I had nearly worn through the heel and toe on my right foot from frequent braking. These appear to be up-cycled car tyres! -Pictures and videos to follow. +{{< video src="/10-11-21-longboard-slides.mp4" type="video/mp4" preload="auto" >}} + diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html @@ -0,0 +1,5 @@ +<video class="video-shortcode" preload="{{ .Get "preload" }}" controls> + <source src="{{ .Get "src" }}" type="{{ .Get "type" }}"> + There should have been a video here but your browser does not seem + to support it. +</video>