[obsidian] vault backup: 2024-02-09 00:07:24
All checks were successful
Build / build (push) Successful in 1m44s

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2024-02-09 00:07:24 +09:00
parent 8061e35017
commit f31aefd373
4 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,8 @@
[ [
"obsidian-git",
"obsidian-zotero-desktop-connector", "obsidian-zotero-desktop-connector",
"2hop-links-plus", "2hop-links-plus",
"obsidian-auto-link-title", "obsidian-auto-link-title",
"obsidian-pandoc-reference-list", "obsidian-pandoc-reference-list",
"templater-obsidian" "templater-obsidian",
"obsidian-git"
] ]

View File

@ -17,14 +17,14 @@
"autoBackupAfterFileChange": false, "autoBackupAfterFileChange": false,
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "../",
"differentIntervalCommitAndPush": false, "differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false, "changedFilesInStatusBar": false,
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,
"showBranchStatusBar": true, "showBranchStatusBar": true,
"setLastSaveToLastCommit": false, "setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false, "submoduleRecurseCheckout": true,
"gitDir": "", "gitDir": "",
"showFileMenu": true, "showFileMenu": true,
"lineAuthor": { "lineAuthor": {

@ -1 +1 @@
Subproject commit 172a635e72ae0918f61377c8e278f6e1c7429448 Subproject commit 6c3e4b0b8070d6d11fb4acf0c1950a96b5dd8e0e

View File

@ -23,7 +23,9 @@ date: "2023-08-10T18:30:08+0900"
2024/02/25 2024/02/25
GitHubからGiteaにリポジトリを移動して、プライベートなものはリポジトリには登録Obsidian上では同期されて見えている。Quartzでは公開されない設定に変えた。 GitHubからGiteaにリポジトリを移動して、プライベートなものはprivate以下をsubmoduleとして登録Obsidian上では同期されて見えている
Giteaでprivateのリポジトリは非公開にした。
[[Gitea Actionsとrsync、Caddyで静的サイトをホストする]] [[Gitea Actionsとrsync、Caddyで静的サイトをホストする]]