Add cover to computer note

This commit is contained in:
2025-03-14 11:05:26 +00:00
parent 9a5eb0f168
commit ae3c3d814f
6 changed files with 25 additions and 26 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
public public
resources
.DS_Store .DS_Store

View File

@@ -118,10 +118,11 @@ params:
# SiteVerificationTag: "XYZabc" # SiteVerificationTag: "XYZabc"
cover: 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 hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page hiddenInSingle: false # hide on single page
linkFullImages: true linkFullImages: true
# for search # for search
# https://fusejs.io/api/options.html # https://fusejs.io/api/options.html

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "notes/ready/how_to_computer/index.md", "file": "_Templates/post.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "index" "title": "post"
} }
} }
] ]
@@ -141,13 +141,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "notes/ready/how_to_computer/index.md", "file": "_Templates/post.md",
"followCursor": false, "followCursor": false,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of index" "title": "Outline of post"
} }
}, },
{ {
@@ -181,6 +181,18 @@
}, },
"active": "ab03f7100c1ce0fb", "active": "ab03f7100c1ce0fb",
"lastOpenFiles": [ "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/c-snippets.md",
"notes/ready/encryption.md", "notes/ready/encryption.md",
"notes/ready/firewall.md", "notes/ready/firewall.md",
@@ -190,16 +202,6 @@
"notes/ready/https-ssl-certs.md", "notes/ready/https-ssl-certs.md",
"notes/ready/irc.md", "notes/ready/irc.md",
"notes/ready/how_to_computer/d1.png", "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/c-language.md",
"notes/ready/binary_operations/index.md", "notes/ready/binary_operations/index.md",
"notes/ready/cpu_architecture/index.md", "notes/ready/cpu_architecture/index.md",
@@ -208,8 +210,6 @@
"notes/ready/how_to_computer", "notes/ready/how_to_computer",
"notes/ready/pass.md", "notes/ready/pass.md",
"posts/notes-update.md", "posts/notes-update.md",
"_Templates/post.md",
"_Templates/note.md",
"posts/personal-web.md", "posts/personal-web.md",
"posts/linux-starter-guide.md", "posts/linux-starter-guide.md",
"posts/local-llm.md", "posts/local-llm.md",
@@ -217,7 +217,6 @@
"posts/dotfiles.md", "posts/dotfiles.md",
"notes/drafts/linux/index.md", "notes/drafts/linux/index.md",
"TODO.md", "TODO.md",
"notes/ready/flask.md", "notes/ready/flask.md"
"notes/ready/html.md"
] ]
} }

View File

@@ -7,9 +7,5 @@ author: TrudeEH
showToc: true showToc: true
date: "{{date:YYYY-MM-DD}}T{{time:HH:mm:ss}}+00:00" date: "{{date:YYYY-MM-DD}}T{{time:HH:mm:ss}}+00:00"
cover: cover:
image: "" image:
alt: ""
caption: ""
relative: false
hidden: true
--- ---

View File

Before

Width:  |  Height:  |  Size: 498 KiB

After

Width:  |  Height:  |  Size: 498 KiB

View File

@@ -8,6 +8,8 @@ tags:
author: TrudeEH author: TrudeEH
showToc: true showToc: true
weight: "1" weight: "1"
cover:
image: LEG.png
--- ---
## Diodes ## 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. 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. `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 ### ALU