Remove unnecessary .DS_Store files and update .gitignore; modify config.yaml and various markdown files for improved organization and clarity

This commit is contained in:
2025-02-17 11:15:13 +00:00
parent 66b4d1bfcc
commit 013cb99766
15 changed files with 12 additions and 12 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

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

View File

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

BIN
content/.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

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

View File

@@ -6,4 +6,3 @@ tags:
author: TrudeEH
showToc: true
---

View File

@@ -9,6 +9,7 @@ title: Assembly
---
#todo
## Assembler/Compiler
- `gcc` GNU C Compiler (The package includes `as` (assembler) and `ld` (linker))

View File

@@ -8,6 +8,7 @@ showToc: true
title: Linux
---
#todo
## Troubleshooting
- Read error logs from the last session

View File

@@ -11,6 +11,7 @@ showToc: true
title: macOS
---
#todo
## System Data
System data is anything in the following locations:

View File

@@ -7,7 +7,6 @@ author: TrudeEH
showToc: true
---
## Tools
- Xcode & Xcode Command-line tools

BIN
themes/.DS_Store vendored

Binary file not shown.