prepping
Deploy Quartz site to GitHub Pages / build (push) Canceled after 0s
Deploy Quartz site to GitHub Pages / deploy (push) Canceled after 0s

This commit is contained in:
ed
2026-08-22 18:09:02 -04:00
parent 9761fee1f7
commit c53f40e604
28 changed files with 1012 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"alwaysUpdateLinks": true,
"newFileLocation": "folder",
"newFileFolderPath": "notes",
"attachmentFolderPath": "meta/attachments",
"newLinkFormat": "shortest",
"useMarkdownLinks": false,
"showUnsupportedFiles": true,
"promptDelete": true,
"userIgnoreFilters": [
"site/",
".github/"
]
}
+7
View File
@@ -0,0 +1,7 @@
{
"accentColor": "",
"baseFontSize": 16,
"theme": "obsidian",
"cssTheme": "",
"nativeMenus": false
}
+7
View File
@@ -0,0 +1,7 @@
[
"templater-obsidian",
"dataview",
"obsidian-linter",
"media-extended",
"advanced-canvas"
]
+29
View File
@@ -0,0 +1,29 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": true,
"properties": true,
"page-preview": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"markdown-importer": true,
"word-count": true,
"file-recovery": true,
"sync": false,
"publish": false,
"webviewer": false,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"outline": true
}
+32
View File
@@ -0,0 +1,32 @@
{
"collapse-filter": false,
"search": "",
"showTags": true,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": false,
"colorGroups": [
{
"query": "path:archive",
"color": {
"a": 1,
"rgb": 14701138
}
},
{
"query": "path:notes",
"color": {
"a": 1,
"rgb": 5431473
}
},
{
"query": "path:canvases",
"color": {
"a": 1,
"rgb": 5431378
}
}
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"folder": "templates"
}
+16
View File
@@ -0,0 +1,16 @@
{
"types": {
"aliases": "aliases",
"tags": "multitext",
"cssclasses": "multitext",
"type": "text",
"source": "text",
"source_url": "text",
"author": "text",
"date": "date",
"archived": "date",
"status": "text",
"draft": "checkbox",
"description": "text"
}
}