Compare commits

..

4 Commits

Author SHA1 Message Date
523c18b7dd Update remote URL for publishing 2026-09-07 19:30:27 -07:00
e99c332ebd Add style settings and update the accent color 2026-09-01 10:02:59 -07:00
5705ecf47d Disable Typewriter mode 2026-08-25 08:54:36 -04:00
d9623baff8 Update keybindings 2026-08-24 18:58:35 -04:00
4 changed files with 24 additions and 4 deletions

View File

@@ -3,10 +3,10 @@
"obsidian-hider", "obsidian-hider",
"calendar", "calendar",
"multi-vault-links", "multi-vault-links",
"typewriter-mode",
"obsidian-vimrc-support", "obsidian-vimrc-support",
"tag-wrangler", "tag-wrangler",
"maps", "maps",
"jekyll-publish", "jekyll-publish",
"advanced-pdf-export" "advanced-pdf-export",
"obsidian-style-settings"
] ]

View File

@@ -419,5 +419,15 @@
], ],
"key": "9" "key": "9"
} }
],
"zk-prefixer": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "N"
}
] ]
} }

View File

@@ -1,5 +1,5 @@
{ {
"remoteUrl": "git@github.com:brendan-ch/brendan-ch.github.io.git", "remoteUrl": "ssh://git@gitea.bchen.dev:2222/brendan/brendan-ch.github.io.git",
"branch": "main", "branch": "main",
"publishDir": "_notes", "publishDir": "_notes",
"imagesDir": "assets/img", "imagesDir": "assets/img",

View File

@@ -10,5 +10,15 @@
"minimal-style@@h6-variant": "normal", "minimal-style@@h6-variant": "normal",
"minimal-style@@h6-size": "18px", "minimal-style@@h6-size": "18px",
"minimal-style@@h6-weight": 600, "minimal-style@@h6-weight": 600,
"minimal-style@@h1-weight": 600 "minimal-style@@h1-weight": 600,
"minimal-style@@ax1@@light": "#205EA6",
"minimal-style@@ax1@@dark": "#4385BE",
"minimal-style@@ax2@@dark": "#4D99DA",
"minimal-style@@ax2@@light": "#4E83C0",
"minimal-style@@ax3@@dark": "#4385BE",
"minimal-style@@ax3@@light": "#205EA6",
"minimal-style@@checkbox-color@@dark": "#4385BE",
"minimal-style@@checkbox-shape": "checkbox-circle",
"minimal-style@@hl1@@dark": "#4385BE38",
"minimal-style@@hl1@@light": "#4385BE4D"
} }