Skip to content

Commit

Permalink
obsidian: add configs and redbrick theme (#15)
Browse files Browse the repository at this point in the history
* obsidian: add configs and redbrick theme

* remove graph.json
  • Loading branch information
wizzdom authored Jan 21, 2024
1 parent a5d66d6 commit ef50ca6
Show file tree
Hide file tree
Showing 7 changed files with 2,180 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
site/
docs/.obsidian/workspace.json
docs/.obsidian/graph.json
3 changes: 2 additions & 1 deletion docs/.obsidian/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"useMarkdownLinks": true,
"newLinkFormat": "relative",
"alwaysUpdateLinks": true,
"showUnsupportedFiles": true
"showUnsupportedFiles": true,
"attachmentFolderPath": "assets"
}
6 changes: 5 additions & 1 deletion docs/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"accentColor": ""
"accentColor": "#c53030",
"cssTheme": "Minimal",
"nativeMenus": false,
"baseFontSize": 17,
"theme": "obsidian"
}
6 changes: 6 additions & 0 deletions docs/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
"table-editor-obsidian",
"obsidian-linter",
"obsidian-minimal-settings",
"obsidian-git"
]
22 changes: 0 additions & 22 deletions docs/.obsidian/graph.json

This file was deleted.

8 changes: 8 additions & 0 deletions docs/.obsidian/themes/Minimal/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Minimal",
"version": "7.4.7",
"minAppVersion": "1.5.0",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}
2,158 changes: 2,158 additions & 0 deletions docs/.obsidian/themes/Minimal/theme.css

Large diffs are not rendered by default.

0 comments on commit ef50ca6

Please sign in to comment.