diff --git a/content/videos/_index.md b/content/videos/_index.md index cc13179..c17ba45 100644 --- a/content/videos/_index.md +++ b/content/videos/_index.md @@ -11,6 +11,6 @@ and stunning as sculpture, a rhythm as driving and delicate as poetry, frame compositions more stellar that those of photography, and music that speaks to the souls of both the characters on screen and the viewers off. -But I digress. Most of my forays into the world of film are immortalized on -[my Peertube channel](https://video.millironx.com/c/mix_studios/videos), but I -decided to share a few highlights here. Enjoy! +But I digress. Most of my forays into the world of film are immortalized on [my +Vimeo account](https://vimeo.com/tchristensenii), but I decided to share a few +highlights here. Enjoy! diff --git a/content/videos/if-you-come-out-to-the-fair.md b/content/videos/if-you-come-out-to-the-fair.md index 0a5c958..28cdec6 100644 --- a/content/videos/if-you-come-out-to-the-fair.md +++ b/content/videos/if-you-come-out-to-the-fair.md @@ -1,9 +1,9 @@ --- title: If You Come Out to the Fair date: 2016-10-13 -storage: peertube -storageId: 3a872dbf-4141-4bec-8a0c-11f5c1db2328 -thumbnail: https://video.millironx.com/lazy-static/previews/d1f33911-fdff-461d-a485-54de0bde79f3.jpg +storage: vimeo +storageId: 191326975 +thumbnail: https://i.vimeocdn.com/video/604398739-ad61494f60c56836508e11001b39ad5228c2cc41c2b7ab1ca6f1bc8255a173e2-d?mw=1200&mh=675&q=70 --- My extension agent asked me to make a promotional video for our county fair. diff --git a/content/videos/in-the-hayfields.md b/content/videos/in-the-hayfields.md index 0b8f780..c012f60 100644 --- a/content/videos/in-the-hayfields.md +++ b/content/videos/in-the-hayfields.md @@ -1,9 +1,9 @@ --- title: In The Hayfields date: 2015-10-05 -storage: peertube -storageId: a755f140-123a-4435-8002-0da2d0c831e9 -thumbnail: https://video.millironx.com/lazy-static/previews/837d70cd-b5dc-48be-bc65-84a50ae29c99.jpg +storage: vimeo +storageId: 144811104 +thumbnail: https://i.vimeocdn.com/video/542754357-e316fb6ef98be3ed442c582ff2982f9a00c79c854c3afd2a07ed17f985bde60d-d?mw=1200&mh=675&q=70 --- I always get the comment that our implements are _old_ whenever I show this diff --git a/content/videos/non-verum.md b/content/videos/non-verum.md index 0eac35b..117995f 100644 --- a/content/videos/non-verum.md +++ b/content/videos/non-verum.md @@ -1,9 +1,9 @@ --- title: "Non. Verum: The Mystery Killer" date: 2015-06-12 -storage: peertube -storageId: 03ac71e5-69b2-4c3d-b8b2-da98055cd953 -thumbnail: https://video.millironx.com/lazy-static/previews/6c479593-5bcf-4953-bbe5-99c4b4a87a79.jpg +storage: vimeo +storageId: 130557155 +thumbnail: https://i.vimeocdn.com/video/522472352-4e0adaa9150464843aff5ffd20540b1cf98912536bcd847892a759fa82fe1725-d?mw=1200&mh=675&q=70 --- My first ~~documentary~~ mockumentary. This film won 2{{< sup nd >}} place at diff --git a/layouts/videos/single.html b/layouts/videos/single.html index baa3918..8f31c97 100644 --- a/layouts/videos/single.html +++ b/layouts/videos/single.html @@ -12,9 +12,6 @@ {{ if eq .Params.storage "lbry" }} {{ .Scratch.Set "embedLink" (print "https://odysee.com/$/embed/" .Params.storageId) }} {{ end }} - {{ if eq .Params.storage "peertube" }} - {{ .Scratch.Set "embedLink" (print "https://video.millironx.com/videos/embed/" .Params.storageId) }} - {{ end }}