diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index be452b6..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index d70ebaa..a7cea66 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -public \ No newline at end of file +public +.DS_Store diff --git a/config.yaml b/config.yaml index fb785a1..af49916 100644 --- a/config.yaml +++ b/config.yaml @@ -14,6 +14,7 @@ outputs: ignoreFiles: - "notes/drafts/_Templates" + - "notes/drafts/TODO.md" taxonomies: tag: tags @@ -83,8 +84,8 @@ params: buttons: - name: My Portfolio url: https://me.trude.dev - - name: My Knowledge Base - url: https://trude.notion.site/Trude-s-Knowledge-Base-10449cf14b4c80ff89d1f2c9541fe789?pvs=4 + - name: My Notes + url: /notes/ # home-info mode homeInfoParams: @@ -94,8 +95,6 @@ params: socialIcons: - name: email url: "mailto:ehtrude@gmail.com" - - name: matrix - url: "https://matrix.to/#/@ehtrude:matrix.org" - name: github url: "https://github.com/TrudeEH" - name: rss diff --git a/content/.DS_Store b/content/.DS_Store deleted file mode 100644 index 306231d..0000000 Binary files a/content/.DS_Store and /dev/null differ diff --git a/content/notes/.DS_Store b/content/notes/.DS_Store deleted file mode 100644 index d5b8150..0000000 Binary files a/content/notes/.DS_Store and /dev/null differ diff --git a/content/notes/.obsidian/workspace.json b/content/notes/.obsidian/workspace.json index 4f03ae7..e01c86c 100644 --- a/content/notes/.obsidian/workspace.json +++ b/content/notes/.obsidian/workspace.json @@ -164,8 +164,7 @@ "templates:Insert template": false, "command-palette:Open command palette": false, "obsidian-importer:Open Importer": false, - "table-editor-obsidian:Advanced Tables Toolbar": false, - "homepage:Open homepage": false + "table-editor-obsidian:Advanced Tables Toolbar": false } }, "active": "ab03f7100c1ce0fb", diff --git a/content/notes/drafts/TODO.md b/content/notes/drafts/TODO.md index 9fcc6e5..686bae5 100644 --- a/content/notes/drafts/TODO.md +++ b/content/notes/drafts/TODO.md @@ -13,4 +13,4 @@ In draft folder? (checkbox) - [x] macOS - [ ] FreeBSD - [x] Neovim, vim bindings, text editor -- [x] Hardware Debug/Repair Tools (maybe integrate JCionx page?) \ No newline at end of file +- [x] Hardware Debug/Repair Tools (maybe integrate JCionx page?) diff --git a/content/notes/drafts/_Templates/base.md b/content/notes/drafts/_Templates/base.md index 1f47418..efadfda 100644 --- a/content/notes/drafts/_Templates/base.md +++ b/content/notes/drafts/_Templates/base.md @@ -6,4 +6,3 @@ tags: author: TrudeEH showToc: true --- - diff --git a/content/notes/drafts/assembly.md b/content/notes/drafts/assembly.md index 9d7bcc7..77f39bc 100644 --- a/content/notes/drafts/assembly.md +++ b/content/notes/drafts/assembly.md @@ -9,6 +9,7 @@ title: Assembly --- #todo + ## Assembler/Compiler - `gcc` GNU C Compiler (The package includes `as` (assembler) and `ld` (linker)) diff --git a/content/notes/drafts/linux/index.md b/content/notes/drafts/linux/index.md index 1d8229d..f0452a3 100644 --- a/content/notes/drafts/linux/index.md +++ b/content/notes/drafts/linux/index.md @@ -8,6 +8,7 @@ showToc: true title: Linux --- #todo + ## Troubleshooting - Read error logs from the last session diff --git a/content/notes/drafts/lua.md b/content/notes/drafts/lua.md index cda10fd..4d66377 100644 --- a/content/notes/drafts/lua.md +++ b/content/notes/drafts/lua.md @@ -10,7 +10,7 @@ searchHidden: false showToc: true title: Lua --- -Embedded language. +Embedded language. #todo ## Comments diff --git a/content/notes/drafts/macOS.md b/content/notes/drafts/macOS.md index 08f9dc2..64717a6 100644 --- a/content/notes/drafts/macOS.md +++ b/content/notes/drafts/macOS.md @@ -11,6 +11,7 @@ showToc: true title: macOS --- #todo + ## System Data System data is anything in the following locations: diff --git a/content/notes/drafts/swift.md b/content/notes/drafts/swift.md index cb5e981..8ac5cff 100644 --- a/content/notes/drafts/swift.md +++ b/content/notes/drafts/swift.md @@ -7,7 +7,6 @@ author: TrudeEH showToc: true --- - ## Tools - Xcode & Xcode Command-line tools diff --git a/content/notes/ready/cpu_architecture/index.md b/content/notes/ready/cpu_architecture/index.md index efdfb81..144883b 100644 --- a/content/notes/ready/cpu_architecture/index.md +++ b/content/notes/ready/cpu_architecture/index.md @@ -84,7 +84,7 @@ We can finally add the ALU (Arithmetic Logic Unit) we built before into the new The gray trapezoids are multiplexers: ![image23](image23.png) The output value is then stored in a temporary register, before replacing the first operand register's value. -The component we just built to control the `ALU` is part of a `Control Unit`. The full `control unit` is very complex, as it needs to handle every possible instruction. (So far, we have seen how to implement the `ALU` and `RAM`.) +The component we just built to control the `ALU` is part of a `Control Unit`. The full `control unit` is very complex, as it needs to handle every possible instruction. (So far, we have seen how to implement the `ALU` and `RAM`.) ![image24](image24.png) Each register in the `CU` has a specific purpose, unlike `RAM`, which can be used to store any values. ![image25](image25.png) diff --git a/themes/.DS_Store b/themes/.DS_Store deleted file mode 100644 index 0ceee2c..0000000 Binary files a/themes/.DS_Store and /dev/null differ