diff --git a/.gitignore b/.gitignore index a7cea66..d23f697 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public +resources .DS_Store diff --git a/config.yaml b/config.yaml index baa264c..c92cd3c 100644 --- a/config.yaml +++ b/config.yaml @@ -118,10 +118,11 @@ params: # SiteVerificationTag: "XYZabc" cover: - hidden: true # hide everywhere but not in structured data + hidden: false # hide everywhere but not in structured data hiddenInList: true # hide on list pages and home - hiddenInSingle: true # hide on single page + hiddenInSingle: false # hide on single page linkFullImages: true + # for search # https://fusejs.io/api/options.html diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index 90c3b67..9c1fb84 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "notes/ready/how_to_computer/index.md", + "file": "_Templates/post.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "index" + "title": "post" } } ] @@ -141,13 +141,13 @@ "state": { "type": "outline", "state": { - "file": "notes/ready/how_to_computer/index.md", + "file": "_Templates/post.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of index" + "title": "Outline of post" } }, { @@ -181,6 +181,18 @@ }, "active": "ab03f7100c1ce0fb", "lastOpenFiles": [ + "_Templates/note.md", + "_Templates/post.md", + "notes/ready/how_to_computer/index.md", + "notes/ready/how_to_computer/LEG.png", + "notes/ready/how_to_computer/Pasted image 20250310113000.png", + "notes/ready/how_to_computer/Pasted image 20250311082902.png", + "notes/ready/how_to_computer/Pasted image 20250311083221.png", + "notes/ready/how_to_computer/Pasted image 20250311083348.png", + "notes/ready/how_to_computer/Pasted image 20250311091203.png", + "notes/ready/how_to_computer/Pasted image 20250311091659.png", + "notes/ready/how_to_computer/Pasted image 20250311091929.png", + "notes/ready/how_to_computer/Pasted image 20250311102143.png", "notes/ready/c-snippets.md", "notes/ready/encryption.md", "notes/ready/firewall.md", @@ -190,16 +202,6 @@ "notes/ready/https-ssl-certs.md", "notes/ready/irc.md", "notes/ready/how_to_computer/d1.png", - "notes/ready/how_to_computer/index.md", - "notes/ready/how_to_computer/Pasted image 20250306105245.png", - "notes/ready/how_to_computer/Pasted image 20250311102143.png", - "Pasted image 20250311101850.png", - "Pasted image 20250311100411.png", - "notes/ready/how_to_computer/Pasted image 20250311091929.png", - "notes/ready/how_to_computer/Pasted image 20250311091659.png", - "notes/ready/how_to_computer/Pasted image 20250311091203.png", - "notes/ready/how_to_computer/Pasted image 20250311083348.png", - "notes/ready/how_to_computer/Pasted image 20250311083221.png", "notes/ready/c-language.md", "notes/ready/binary_operations/index.md", "notes/ready/cpu_architecture/index.md", @@ -208,8 +210,6 @@ "notes/ready/how_to_computer", "notes/ready/pass.md", "posts/notes-update.md", - "_Templates/post.md", - "_Templates/note.md", "posts/personal-web.md", "posts/linux-starter-guide.md", "posts/local-llm.md", @@ -217,7 +217,6 @@ "posts/dotfiles.md", "notes/drafts/linux/index.md", "TODO.md", - "notes/ready/flask.md", - "notes/ready/html.md" + "notes/ready/flask.md" ] } \ No newline at end of file diff --git a/content/_Templates/post.md b/content/_Templates/post.md index ab0a0aa..ed149d7 100644 --- a/content/_Templates/post.md +++ b/content/_Templates/post.md @@ -7,9 +7,5 @@ author: TrudeEH showToc: true date: "{{date:YYYY-MM-DD}}T{{time:HH:mm:ss}}+00:00" cover: - image: "" - alt: "" - caption: "" - relative: false - hidden: true + image: --- diff --git a/content/notes/ready/how_to_computer/Pasted image 20250310165158.png b/content/notes/ready/how_to_computer/LEG.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250310165158.png rename to content/notes/ready/how_to_computer/LEG.png diff --git a/content/notes/ready/how_to_computer/index.md b/content/notes/ready/how_to_computer/index.md index c1b4e27..40f9d09 100644 --- a/content/notes/ready/how_to_computer/index.md +++ b/content/notes/ready/how_to_computer/index.md @@ -8,6 +8,8 @@ tags: author: TrudeEH showToc: true weight: "1" +cover: + image: LEG.png --- ## Diodes @@ -821,7 +823,7 @@ Each 'chip' built previously had to be re-built, but without the limitations OVE Connecting RAM is as easy as wiring it to replace the last register. This means that now the computer only has 5 usable registers instead of 6, but the RAM provides 256 more, although slower. `REG4` stores the memory address for the RAM, however, outside of memory operations, it can still be used as a regular register. -![Pasted image 20250310165158](Pasted%20image%2020250310165158.png) +![Pasted image 20250310165158](LEG.png) ### ALU