Integrate Obsidian with the site and track its settings

This commit is contained in:
2022-05-01 16:08:06 -06:00
parent 6730b1e54e
commit 043c5201d2
53 changed files with 494 additions and 546 deletions

9
content/.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"spellcheck": true,
"autoPairBrackets": false,
"autoPairMarkdown": false,
"vimMode": true,
"useMarkdownLinks": false,
"attachmentFolderPath": "media",
"alwaysUpdateLinks": true
}