windhamdavid 9 months ago
parent
commit
a3053e9f15
2 changed files with 40 additions and 1 deletions
  1. 24 0
      lists/art/video.md
  2. 16 1
      sidebarslists.js

+ 24 - 0
lists/art/video.md

@@ -0,0 +1,24 @@
+# Video
+
+**23/08/27** - A video come through my feed from Jason Kottke and because I thought it was good, I went through my standard routine, logged in, and liked it as a sort of bookmark. I also spent a bit of time this last weekend editing video, so it got me to thinking about the ability to find previous references in one place.  I bookmark a bit through [my bookmarks](https://davidawindham.com/bookmarks), but it's not tied into my semantic search experiments like this is... so I'm migrating over here.
+
+### Vimeo ( ♡ likes )
+
+- [The Eagleman Stag](https://vimeo.com/41756240) - The larger our past gets the smaller our present feels. The 2011 BAFTA award winning short film from Mikey Please.
+- [Five Cents](https://vimeo.com/816283616)
+- [Kubrick // One-Point Perspective](https://vimeo.com/48425421)
+- [Peter Bjorn and John ‘Nothing To Worry About’](https://vimeo.com/windhamdavid/likes/page:2/sort:date)
+- [THE 25 BEST FILMS OF 2022: A Video Countdown](https://vimeo.com/786806921)
+- [Jeff Koons: MOCA](https://vimeo.com/221498834)
+
+
+### Youtube ( ♡ favorites )
+
+#### Playlists
+##### Art
+##### Music
+##### Tivo
+##### Math
+##### Computer
+##### Chess
+

+ 16 - 1
sidebarslists.js

@@ -14,7 +14,22 @@ module.exports = {
       },
       items: [
         'art/lit',
-        'art/motion',
+        {
+          type: 'category',
+          label: 'Motion',
+          collapsible: true,
+          link: {
+            type:'doc',
+            id:'art/motion',
+          },
+          items: [
+            {
+              type:'doc',
+              id: 'art/video',
+              label:'Video',
+            },
+          ],
+        },
         {
           type: 'category',
           label: 'Music',