Skip to content

Commit 12ec39b

Browse files
Add video feed
1 parent 99ad365 commit 12ec39b

File tree

7 files changed

+52
-5
lines changed

7 files changed

+52
-5
lines changed

content/video.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
feed:
3+
enable: true
4+
title: Tristan's videos
5+
---
6+
7+
# Video
8+
9+
My video ([rss feed](video.xml)):
10+
11+
```query {.timeline}
12+
path:video/*
13+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# opJuicer
2+
3+
:::{.flex .items-center .justify-center}
4+
<iframe width="560" height="315" src="https://www.youtube.com/embed/O5W2TMFiKpo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
5+
:::
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 19th Century Piano Fractal
2+
3+
:::{.flex .items-center .justify-center}
4+
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLOA1Lq_GM0VvsnCyvoBjul7rYEBAAkN_s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
5+
:::
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# microRakt
2+
3+
:::{.flex .items-center .justify-center}
4+
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLOA1Lq_GM0VtxqAsQJzxr8SsgdiUXOvY2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
5+
:::
6+
7+
https://www.youtube.com/watch?v=HpfZpEdNx-g&list=PLOA1Lq_GM0VtxqAsQJzxr8SsgdiUXOvY2&pp=gAQBiAQB
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Strudel Shader
2+
3+
My piano phase with #strudel :)
4+
I missed a few transitions and I forgot to pan the patterns, but this is my first performance using this system and I hope you'll like it!
5+
The code is in my animation-fractal branch and I would appreciate feedback to integrate this shader feature in strudel.
6+
7+
:::{.flex .items-center .justify-center}
8+
<iframe width="560" height="315" src="https://www.youtube.com/embed/M7U3vGOQsTc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
9+
:::
10+
11+
Checkout the source code: https://strudel.cc/?wzPJ7F0q33TX
12+
13+
Here is the initial demo where I integrated the Truchet + Kaleidoscope FTW shader by @range_marten in #strudel:
14+
15+
:::{.flex .items-center .justify-center}
16+
<iframe width="560" height="315" src="https://www.youtube.com/embed/NudZWDzVt-Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
17+
:::

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
inputs = {
33
emanote.url =
4-
"github:srid/emanote/f825dc8688762b49c0d2f958a0d300baa0601c58";
4+
"github:srid/emanote/48f5ea185873e7b6ee5ab9544a31a8325aea5b61";
55
nixpkgs.url =
66
"github:NixOS/nixpkgs/3665c429d349fbda46b0651e554cca8434452748";
77
};

0 commit comments

Comments
 (0)