Browse Source

page now ๐Ÿ“…

windhamdavid 1 year ago
parent
commit
a96bd58706
11 changed files with 62 additions and 47 deletions
  1. 5 1
      docs/host/WordPress.md
  2. 1 0
      docs/index.md
  3. 7 0
      docs/waf/nextjs.md
  4. 1 1
      docs/waf/nodejs.md
  5. 2 1
      lists/next.md
  6. 3 3
      lists/now/learning.md
  7. 3 3
      lists/now/reading.md
  8. 2 2
      lists/now/watching.md
  9. 2 1
      lists/todo.md
  10. 1 0
      sidebars.js
  11. 35 35
      src/pages/sitemap.md

+ 5 - 1
docs/host/WordPress.md

@@ -1,8 +1,12 @@
 # WordPress
 
+## About 
 I've used WordPress for hundreds of projects and I think I owe a certain debt of gratitude. I started learning WordPress in the early days of the project. I keep a WordPress powered testing site up @ <https://wp.davidwindham.com> which contains my notes and code for WordPress projects.
 
-**23.06.20** - I've gotta migrate a couples sites previously using a theme with a custom editor and a lot of custom short codes to using just the block editor so I'll be doing the deep dive on block themes and I'll keep the WordPress specific notes here.
+## Log 
+
+- 23/07/17 - fix Yoast errors from missing database table 'inclusive_language_score' -  <https://wordpress.org/support/topic/inclusive-language-option/>
+- 23/06/20 - migrate a couple sites previously using a theme with a custom editor and a lot of custom short codes to the block editor.
 
 ## Builds
 

+ 1 - 0
docs/index.md

@@ -140,6 +140,7 @@ I use this library of documents as a quick reference to find technical answers,
 
 ## Log
 
+- 23/07/19 - [waf/nextjs](/docs/waf/nextjs)
 - 23/07/17 - [host/gogs](/docs/host/Gogs)
 - 23/07/08 - [Saas/OpenAI](/docs/saas/openai)
 - 23/07/07 - [Saas/Supabase](/docs/saas/openai)

+ 7 - 0
docs/waf/nextjs.md

@@ -0,0 +1,7 @@
+# Next.js
+
+<https://nextjs.org/docs>
+
+## About
+
+I've been using Next.js to build out some [AI](/ai) demos so I needed a page to make some notes. 

+ 1 - 1
docs/waf/nodejs.md

@@ -1,4 +1,4 @@
-
+# Node.js
 
 * [https://nodejs.org](https://nodejs.org)
 * [https://github.com/sindresorhus/awesome-nodejs/blob/master/readme.md](https://github.com/sindresorhus/awesome-nodejs/blob/master/readme.md)

+ 2 - 1
lists/next.md

@@ -14,7 +14,7 @@
 
 ### Books
 
-- [The Philosophy of Modern Song](https://en.wikipedia.org/wiki/The_Philosophy_of_Modern_Song)
+
 - [Happy-Go-Lucky](https://en.wikipedia.org/wiki/Happy-Go-Lucky_(book))
 - [The Candy House](https://en.wikipedia.org/wiki/The_Candy_House_(novel))
 - [A Visit from the Goon Squad](https://en.wikipedia.org/wiki/A_Visit_from_the_Goon_Squad)
@@ -115,6 +115,7 @@
 
 ### Books
 
+- [The Philosophy of Modern Song](https://en.wikipedia.org/wiki/The_Philosophy_of_Modern_Song) (90)
 - [Jesus and John Wayne](https://en.wikipedia.org/wiki/Jesus_and_John_Wayne) (60)
 - [Thinking, Fast and Slow](https://en.wikipedia.org/wiki/Thinking,_Fast_and_Slow) (72)
 

+ 3 - 3
lists/now/learning.md

@@ -1,5 +1,5 @@
 # Learning
 
-- [Vector Embeddings](/notes/work/projects/ai)
-- [PostGreSQL](/docs/saas/supabase)
-- [Gutenberg front end editing](/docs/host/WordPress)
+- 23/05/01 - [Vector Embeddings](/notes/work/projects/ai)
+- 23/05/01 - [PostGreSQL](/docs/saas/supabase)
+- 23/02/01 - [Gutenberg full-site editing](/docs/host/WordPress)

+ 3 - 3
lists/now/reading.md

@@ -1,7 +1,7 @@
 # Reading
 
-- [_No One Is Talking About This_](https://en.wikipedia.org/wiki/No_One_Is_Talking_About_This)
-- [Happy-Go-Lucky](https://en.wikipedia.org/wiki/Happy-Go-Lucky_(book))
-- [The Candy House](https://en.wikipedia.org/wiki/The_Candy_House_(novel))
+- 23/07/17 - [_No One Is Talking About This_](https://en.wikipedia.org/wiki/No_One_Is_Talking_About_This)
+- 23/07/17 - [Happy-Go-Lucky](https://en.wikipedia.org/wiki/Happy-Go-Lucky_(book))
+- 23/07/17 - [The Candy House](https://en.wikipedia.org/wiki/The_Candy_House_(novel))
 - [A Visit from the Goon Squad](https://en.wikipedia.org/wiki/A_Visit_from_the_Goon_Squad)
 - [The Chickenshit Club](https://en.wikipedia.org/wiki/Jesse_Eisinger)

+ 2 - 2
lists/now/watching.md

@@ -1,5 +1,5 @@
 # Watching
 
-- 23/07/15 - [Wimbledon](/notes/tennis)
 - 23/07/15 - [Gardeners World](/posts/gardeners-world)
-- It's he only thing we've been watching for the last couple months.
+- 23/07/15 - [Wimbledon](/notes/tennis)
+- 23/07/15 - [Ted Lasso](/lists/next)

+ 2 - 1
lists/todo.md

@@ -6,13 +6,14 @@
 
 ## Current 
 
+- 23/07/17 - [Fix Yoast plugins](/docs/host/WordPress)
 - 23/07 - [Iris train & registrations](/notes/dogs)
 - 23/07 - [tennis - girls, swing vision app](notes/tennis)
 - 23/06 - [summer travel](/notes/travel)
 - 23/06 - [summer house projects](/notes/travel)
 - 23/06 - [work - dist project](/notes/travel)
 
-
+---
 
 ## Short Term
 

+ 1 - 0
sidebars.js

@@ -54,6 +54,7 @@ module.exports = {
       type: 'category',
       label: 'Frameworks',
       items: [
+        'waf/nextjs',
         'waf/nodejs',
         'waf/npm',
         'waf/rails',

+ 35 - 35
src/pages/sitemap.md

@@ -1,13 +1,7 @@
 - [About](https://davidawindham.com/about/)
   - Bio
   - CV
-- .
-  - Bookmarks
-    - Tags
-    - Daily
-  - Reader
-    - Subscriptions
-    - Tags
+
 - Code
   - Activity
   - Repos
@@ -35,6 +29,17 @@
   - RTC
   - Slack
 - Desk
+  - Bookmarks
+    - Tags
+    - Daily
+  - Reader
+    - Subscriptions
+    - Tags
+  - Post
+    - Archive
+    - Tags
+    - Categories
+  - Search
   - TIL
     - About
     - AI
@@ -68,8 +73,8 @@
           - Now
             - Learning
             - Listening
-            - Reading
             - Playing
+            - Reading
             - Watching
           - Lists
           - Places
@@ -84,39 +89,34 @@
             - Followed
           - Quotes
           - Words
-    - Notes
-      - Art
-      - Dogs
-      - Garden
-       - Mushrooms
-      - Golf
-      - Health
-      - House
-      - Tennis
-      - Travel
-      - Work
-        - Clients
-        - Design
-        - Projects
-          - AI
-          - Game
-          - GZET
-          - Ham
-          - Juryd
-          - Pants
-          -ZW
-        - Wealth
+      - Notes
+        - Art
+        - Dogs
+        - Garden
+        - Mushrooms
+        - Golf
+        - Health
+        - House
+        - Tennis
+        - Travel
+        - Work
+          - Clients
+          - Design
+          - Projects
+            - AI
+            - Game
+            - GZET
+            - Ham
+            - Juryd
+            - Pants
+            -ZW
+          - Wealth
     - Posts
       - Tags
       - Date
     - Help
       - Log
     - Search
-  - Post
-    - Archive
-    - Tags
-    - Categories
-  - Search
 - Now
 - Studio
   - Art