Move obsidian vault to the content directory

This commit is contained in:
2025-02-17 13:04:50 +00:00
parent 86a0d562d3
commit e07f4cf4e4
35 changed files with 13 additions and 11 deletions

View File

@@ -1,8 +1,7 @@
# Trude's Website # Trude's Website
Welcome to my personal website! Welcome to my personal website!
[Visit Site](https://trude.dev/)
Here you will find my blog, computer science notes,
## Start Server ## Start Server
```sh ```sh

View File

@@ -13,8 +13,8 @@ outputs:
- JSON # necessary for search - JSON # necessary for search
ignoreFiles: ignoreFiles:
- "notes/drafts/_Templates" - "_Templates"
- "notes/drafts/TODO.md" - "TODO.md"
taxonomies: taxonomies:
tag: tags tag: tags

3
content/.obsidian/templates.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"folder": "_Templates"
}

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "drafts/hardware-tools.md", "file": "TODO.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "hardware-tools" "title": "TODO"
} }
} }
] ]
@@ -169,6 +169,7 @@
}, },
"active": "ab03f7100c1ce0fb", "active": "ab03f7100c1ce0fb",
"lastOpenFiles": [ "lastOpenFiles": [
"_Templates/note.md",
"drafts/nvim.md", "drafts/nvim.md",
"drafts/rust.md", "drafts/rust.md",
"drafts/swift.md", "drafts/swift.md",
@@ -193,7 +194,6 @@
"ready/gdb.md", "ready/gdb.md",
"ready/git.md", "ready/git.md",
"ready/html.md", "ready/html.md",
"ready/http.md", "ready/http.md"
"ready/https-ssl-certs.md"
] ]
} }

View File

@@ -1,6 +1,9 @@
--- ---
draft: true draft: true
--- ---
## Notes
In draft folder? (checkbox) In draft folder? (checkbox)
- [x] Linux Architecture / Linux - [x] Linux Architecture / Linux
- [x] Assembly - [x] Assembly

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +0,0 @@
{
"folder": "drafts/_Templates"
}