Skip to content

Commit

Permalink
Tested publishing from obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Jan 6, 2024
1 parent 915df15 commit 4253290
Show file tree
Hide file tree
Showing 21 changed files with 2,760 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ _site/
# Ignore folders generated by Bundler
.bundle/
vendor/
docs/_obsidian/.obsidian/plugins/obsidian-mkdocs-publisher/env
Binary file added docs/_obsidian/.obsidian/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_obsidian/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions docs/_obsidian/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"accentColor": ""
}
4 changes: 4 additions & 0 deletions docs/_obsidian/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"number-headings-obsidian",
"obsidian-mkdocs-publisher"
]
30 changes: 30 additions & 0 deletions docs/_obsidian/.obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}
20 changes: 20 additions & 0 deletions docs/_obsidian/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
22 changes: 22 additions & 0 deletions docs/_obsidian/.obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": true
}
Binary file added docs/_obsidian/.obsidian/plugins/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"skipTopLevel": false,
"firstLevel": 2,
"maxLevel": 6,
"styleLevel1": "1",
"styleLevelOther": "1",
"auto": false,
"separator": "",
"contents": "",
"skipHeadings": "",
"startAt": "",
"off": false
}
Loading

0 comments on commit 4253290

Please sign in to comment.