This commit is contained in:
Alice 2023-09-26 14:38:14 +01:00
parent af761f133b
commit 71c21beccb
5 changed files with 33 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{
"githubRepo": "",
"githubToken": "",
"githubUserName": "",
"githubRepo": "my_digital_garden",
"githubToken": "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",
"githubUserName": "A-VT",
"gardenBaseUrl": "",
"prHistory": [],
"baseTheme": "dark",

View file

@ -1,7 +1,7 @@
{
"commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0,
"autoSaveInterval": 10,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": false,
@ -47,7 +47,9 @@
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "vault backup: {{date}}"
}