windhamdavid 1 year ago
parent
commit
c26649e499
7 changed files with 68 additions and 5 deletions
  1. 1 1
      lists/next.md
  2. 3 0
      lists/now.md
  3. 21 0
      lists/now/listening.md
  4. 3 0
      lists/now/playing.md
  5. 1 0
      lists/now/reading.md
  6. 3 0
      lists/now/watching.md
  7. 36 4
      sidebarslists.js

+ 1 - 1
lists/next.md

@@ -1,4 +1,4 @@
-# Up Next
+# Next
 
 **22/07/06** - I added this page so that I could set reminders of shows, films, podcasts, games, and books I'd like to give me attention to because I'm often trying to remember what it was I wanted to watch on TV.  I wrote a post about it @ [https://davidawindham.com/now-streaming/](https://davidawindham.com/now-streaming/)
 

+ 3 - 0
lists/now.md

@@ -0,0 +1,3 @@
+# Now
+
+Adding this list as a way to pull info for my main now page @ <https://davidawindham.com/now>

+ 21 - 0
lists/now/listening.md

@@ -0,0 +1,21 @@
+# Listening
+
+- Carl Perkins - Blue Suede Shoes : The Dance Album
+- Allman Brothers Band - Midnight Rider : Idlewild South (Deluxe Edition Remastered)
+- Roy Orbison - Blue Bayou : In Dreams
+- Blake Mills - Skeleton Is Walking : Skeleton Is Walking
+- Ilsey - Heart of Gold (with Bon Iver) : Heart of Gold (with Bon Iver)
+- Ben Harper - Masterpiece : Wide Open Light
+- Brian Eno - Five Light Paintings 3 : Five Light Paintings
+- Roy Orbison - Blue Bayou : In Dreams
+- Hank Williams - Your Cheatin' Heart : The Complete Hank Williams
+- Domenico Modugno - Volare : Domenico Modugno
+- Johnny Paycheck - The Old Violin : Difference in Me
+- Beck - Odyssey : Odyssey
+- Ben Harper - Masterpiece : Wide Open Light
+- Mapache - What A Summer : What A Summer
+- Allison Russell - The Returner : The Returner
+- Jonathan Wilson - Charlie Parker : Charlie Parker
+- Beck - Odyssey : Odyssey
+- The Osborne Brothers - Ruby - Are You Mad At Your Man : High Lonesome
+- Bill Evans - Pavane - Live : Behind the Dikes: The 1969 Netherlands Recordings (Live)

+ 3 - 0
lists/now/playing.md

@@ -0,0 +1,3 @@
+# Playing
+
+- Zelda: Tears of the Kingdom

+ 1 - 0
lists/now/reading.md

@@ -0,0 +1 @@
+# Reading

+ 3 - 0
lists/now/watching.md

@@ -0,0 +1,3 @@
+# Watching
+
+- Gardeners World

+ 36 - 4
sidebarslists.js

@@ -69,6 +69,41 @@ module.exports = {
       type: 'doc',
       id: 'grocery',
     },
+    {
+      type: 'doc',
+      id: 'next',
+    },
+    {
+      type: 'category',
+      label: 'Now',
+      collapsible: true,
+      link: {
+        type:'doc',
+        id:'now',
+      },
+      items: [
+        {
+          type:'doc',
+          id: 'now/listening',
+          label:'Listening',
+        },
+        {
+          type:'doc',
+          id: 'now/reading',
+          label:'Reading',
+        },
+        {
+          type:'doc',
+          id: 'now/playing',
+          label:'Playing',
+        },
+        {
+          type:'doc',
+          id: 'now/watching',
+          label:'Watching',
+        },
+      ],
+    },
     {
       type: 'doc',
       id: 'lists',
@@ -139,9 +174,6 @@ module.exports = {
       type: 'doc',
       id: 'words',
     },
-    {
-      type: 'doc',
-      id: 'next',
-    },
+
   ],
 };