mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 00:13:36 +00:00
Move obsidian vault to the content directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
3
content/.obsidian/templates.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"folder": "_Templates"
|
||||||
|
}
|
||||||
@@ -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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
BIN
content/notes/.obsidian/.DS_Store
vendored
BIN
content/notes/.obsidian/.DS_Store
vendored
Binary file not shown.
BIN
content/notes/.obsidian/plugins/.DS_Store
vendored
BIN
content/notes/.obsidian/plugins/.DS_Store
vendored
Binary file not shown.
3
content/notes/.obsidian/templates.json
vendored
3
content/notes/.obsidian/templates.json
vendored
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"folder": "drafts/_Templates"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user