vault backup: 2025-01-16 21:44:09
This commit is contained in:
parent
f49b1e4f7e
commit
7d9c9b9225
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
.obsidian/plugins/templater-obsidian/main.js
|
.obsidian/plugins/templater-obsidian/main.js
|
||||||
.obsidian/workspace.json
|
.obsidian/workspace.json
|
||||||
|
.obsidian/plugins/copilot/
|
||||||
|
|
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
|
@ -2,5 +2,6 @@
|
||||||
"templater-obsidian",
|
"templater-obsidian",
|
||||||
"obsidian-git",
|
"obsidian-git",
|
||||||
"obsidian-linter",
|
"obsidian-linter",
|
||||||
"editing-toolbar"
|
"editing-toolbar",
|
||||||
|
"copilot"
|
||||||
]
|
]
|
|
@ -15,6 +15,7 @@ date: 2025-01-16
|
||||||
PAGE_TITLE: "Quartz Docker"
|
PAGE_TITLE: "Quartz Docker"
|
||||||
ENABLE_SPA: "true"
|
ENABLE_SPA: "true"
|
||||||
ENABLE_POPOVERS: "true"
|
ENABLE_POPOVERS: "true"
|
||||||
|
|
||||||
ANALYTICS_PROVIDER: "plausible"
|
ANALYTICS_PROVIDER: "plausible"
|
||||||
BASE_URL: "localhost"
|
BASE_URL: "localhost"
|
||||||
IGNORE_PATTERNS: "private,templates"
|
IGNORE_PATTERNS: "private,templates"
|
||||||
|
|
Loading…
Reference in a new issue