Browse Source

modified src 📄 pages

windhamdavid 3 years ago
parent
commit
1f67be697a
3 changed files with 14 additions and 6 deletions
  1. 5 0
      src/pages/about.md
  2. 5 5
      src/pages/help.md
  3. 4 1
      src/pages/index.md

+ 5 - 0
src/pages/about.md

@@ -28,6 +28,11 @@ I'm often searching online documentation for answers to commands, configurations
 
 ### Notes 
 
+#### 12/04/2021
+
+- added in [Notes](/notes) for non-technical docs using Obsidian  
+- upgraded to v.2.0.0-beta.13
+
 #### 11/10/2021
 - Updated the Docusaurus & NPM packages. 
 - Combined my old [awesome-david](/awesome) repo into it for simplicity and rebuilt.  

+ 5 - 5
src/pages/help.md

@@ -9,7 +9,7 @@ Because sometimes I forget how to drive the software I'm running.
 
 ### Docusaurus
 [https://v2.docusaurus.io/docs](https://v2.docusaurus.io/docs)
-```
+```bash
 npm install
 npm run start
 npm run build  
@@ -19,7 +19,7 @@ Create a Markdown file in /docs/doc.md
 Add to sidebars.js
 
 #### Meta Data using Front Matter
-```
+```bash
 ---
 id: my-doc
 title: My document title
@@ -31,7 +31,7 @@ Markdown content
 ```
 #### Markdown links
 url paths or relative file paths
-```
+```bash
 [Create a page](/create-a-page)
 [Create a page](./create-a-page.md)
 ```
@@ -39,7 +39,7 @@ url paths or relative file paths
 ---
 * 03/18/21 **Gotta Migrate** my TIL. Just noticed that gitbook doesn't play nicely with Node.js v14.
 
-```sh
+```bash
 david@macs🐶:~/sites/daw_til(master⚡) » gitbook serve --no-live
 /Users/david/.nvm/versions/node/v14.15.4/lib/node_modules/gitbook-cli/node_modules/npm/node_modules/graceful-fs/polyfills.js:287
       if (cb) cb.apply(this, arguments)
@@ -87,7 +87,7 @@ info: 18 plugins are installed...
     * add "gitbook-plugin-prism-dw": "^2.4.1" to pkg.json
 
 #### migrate
-```sh
+```bash
 # install docsify globally
 npm  i docsify-cli -g
 # copy existing repo

+ 4 - 1
src/pages/index.md

@@ -4,8 +4,11 @@ description: A place to keep notes and documentation
 ---
 # Today I Learned
 
+- December 2021 
+  - [Add Notes/Obsidian to TIL](/notes)
+  - [Lychee moved to it's own org](/docs/host/Lychee)
 - November 2021  
-  - [Ovid - New Computer](/docs/localhost/ovid)
+  - [Ovid - Macbook Pro](/docs/localhost/ovid)
   - [Preparing my Mac Mini to migrate to a new ARM based Mac](/docs/localhost/magic)
 - March 2021  
   - [When Redd Foxx died, everyone laughed because they thought it was a reference to Fred Sanford](https://en.wikipedia.org/wiki/Redd_Foxx#Death)