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
resources
.DS_Store

View File

@@ -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

View File

@@ -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"
]
}

View File

@@ -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:
---

View File

Before

Width:  |  Height:  |  Size: 498 KiB

After

Width:  |  Height:  |  Size: 498 KiB

View File

@@ -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