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
Welcome to my personal website!
Here you will find my blog, computer science notes,
[Visit Site](https://trude.dev/)
## Start Server
```sh

View File

@@ -13,8 +13,8 @@ outputs:
- JSON # necessary for search
ignoreFiles:
- "notes/drafts/_Templates"
- "notes/drafts/TODO.md"
- "_Templates"
- "TODO.md"
taxonomies:
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": {
"type": "markdown",
"state": {
"file": "drafts/hardware-tools.md",
"file": "TODO.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "hardware-tools"
"title": "TODO"
}
}
]
@@ -169,6 +169,7 @@
},
"active": "ab03f7100c1ce0fb",
"lastOpenFiles": [
"_Templates/note.md",
"drafts/nvim.md",
"drafts/rust.md",
"drafts/swift.md",
@@ -193,7 +194,6 @@
"ready/gdb.md",
"ready/git.md",
"ready/html.md",
"ready/http.md",
"ready/https-ssl-certs.md"
"ready/http.md"
]
}

View File

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

Binary file not shown.

Binary file not shown.

View File

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