windhamdavid 2 years ago
parent
commit
b8f94c7423
4 changed files with 64 additions and 4 deletions
  1. 1 1
      lists/film.md
  2. 4 3
      lists/index.md
  3. 52 0
      lists/next.md
  4. 7 0
      sidebarslists.js

+ 1 - 1
lists/film.md

@@ -1,7 +1,7 @@
 # Film
 
 ## Up Next
-see my post about this @ [https://davidawindham.com/now-streaming/](https://davidawindham.com/now-streaming/)
+see my post about this @ [https://davidawindham.com/now-streaming/](https://davidawindham.com/now-streaming/) and I've replaced this section with [Up Next](next)
 
 [The Shrink Next Door (TV Series)](https://en.wikipedia.org/wiki/The_Shrink_Next_Door_(TV_series)) /
 [Don't Look Up](https://en.wikipedia.org/wiki/Don%27t_Look_Up) /

+ 4 - 3
lists/index.md

@@ -10,12 +10,13 @@ slug: /
 
 ### A list of lists of things I like. 
 
-This page was originally ( [https://davidawindham.com/listing-lists/](https://davidawindham.com/listing-lists/) ) inspired by the list that Sindre Sorhus created which have now evolved into a library of useful resources available @ [https://github.com/sindresorhus/awesome](https://github.com/sindresorhus/awesome). The idea of keeping documentation in a version control repository is the way to go and I've moved this old repo into the TIL project to simplify.
+This page was originally ( [https://davidawindham.com/listing-lists/](https://davidawindham.com/listing-lists/) ) inspired by the list that Sindre Sorhus created which have now evolved into a library of useful resources available @ [https://github.com/sindresorhus/awesome](https://github.com/sindresorhus/awesome). The idea of keeping documentation in a version control repository is the way to go and I've moved this old repo into the TIL project to simplify. I've also added a 'now' or 'up next' page as a replacement for using bookmarks. 
 
 ---
 
-#### [Art](art) 
-- [Visual](art) / [Literature](lit) / [Music](music) / [Film](film)
+#### [Up Next](next)
+
+#### [Art](art) - [Visual](art) / [Literature](lit) / [Music](music) / [Film](film)
 
 
 

+ 52 - 0
lists/next.md

@@ -0,0 +1,52 @@
+# Up Next
+
+22.07 - An easier way to bookmark things I'd like to watch, read, or listen to. I wrote a post on it @ [https://davidawindham.com/now-streaming/](https://davidawindham.com/now-streaming/)
+
+---
+
+### Video
+
+[The Shrink Next Door (TV Series)](https://en.wikipedia.org/wiki/The_Shrink_Next_Door_(TV_series)) /
+[Don't Look Up](https://en.wikipedia.org/wiki/Don%27t_Look_Up) /
+[Bullet Train](https://en.wikipedia.org/wiki/Bullet_Train_(film)) /
+[The Eyes of Tammy Faye](https://en.wikipedia.org/wiki/The_Eyes_of_Tammy_Faye_(2021_film)) /
+[Summer of Soul](https://en.wikipedia.org/wiki/Summer_of_Soul) /
+[Flee](https://en.wikipedia.org/wiki/Flee_(film)) /
+[The Worst Person in the World](https://en.wikipedia.org/wiki/The_Worst_Person_in_the_World_(film)) /
+[Drive My Car](https://en.wikipedia.org/wiki/Drive_My_Car) /
+[Dune](https://en.wikipedia.org/wiki/Dune) /
+[Licorice Pizza](https://en.wikipedia.org/wiki/Licorice_Pizza) /
+[King Richard](https://en.wikipedia.org/wiki/King_Richard) /
+[Belfast](https://en.wikipedia.org/wiki/Belfast_(film)) /
+[Bao](https://en.wikipedia.org/wiki/Bao_(film)) /
+[C'mon, C'mon](https://en.wikipedia.org/wiki/C%27mon_C%27mon_(film)) /
+[The French Dispatch](https://en.wikipedia.org/wiki/The_French_Dispatch) /
+[Kajillionaire](https://en.wikipedia.org/wiki/Kajillionaire) /
+[The Newsroom](https://en.wikipedia.org/wiki/The_Newsroom_(American_TV_series)) /
+[The Power of the Dog](https://en.wikipedia.org/wiki/The_Power_of_the_Dog) /
+[The Orville](https://en.wikipedia.org/wiki/The_Orville)
+### Shakespeare-athon
+I'd like to watch some of the more recent films. 
+
+[The Tragedy of Macbeth](https://en.wikipedia.org/wiki/Macbeth) / 
+[West Side Story](https://en.wikipedia.org/wiki/West_Side_Story_(2021_film)) /
+[Titus](https://en.wikipedia.org/wiki/Titus_(film)) /
+[The Hollow Crown](https://en.wikipedia.org/wiki/The_Hollow_Crown_(TV_series)#The_Hollow_Crown:_The_Wars_of_the_Roses_(2016)) /
+[Cymboline](https://en.wikipedia.org/wiki/Cymboline_(film)) /
+[King Lear](https://en.wikipedia.org/wiki/King_Lear_(2018_film)) /
+[Much Ado About Nothing](https://en.wikipedia.org/wiki/Much_Ado_About_Nothing_(2012_film)) /
+
+
+### Podcasts
+[Smartless](https://en.wikipedia.org/wiki/SmartLess) /
+[You Made it Weird](https://en.wikipedia.org/wiki/You_Made_It_Weird_with_Pete_Holmes) /
+
+### Games 
+[Pikmin 3](https://en.wikipedia.org/wiki/Pikmin) /
+
+
+
+### Books
+[Jesus and John Wayne](https://en.wikipedia.org/wiki/Jesus_and_John_Wayne) /
+
+### Etc.

+ 7 - 0
sidebarslists.js

@@ -4,6 +4,13 @@ module.exports = {
       type:'doc',
       id: 'index',
     },
+    {
+      type: 'category',
+      label: 'Next',
+      items: [
+        'next'
+      ],
+    },
     {
       type: 'category',
       label: 'Art',