how the site works
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 38s
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 38s
This commit is contained in:
2
.obsidian/plugins/hoarder-sync/data.json
vendored
2
.obsidian/plugins/hoarder-sync/data.json
vendored
@@ -4,7 +4,7 @@
|
|||||||
"syncFolder": "KaraKeep",
|
"syncFolder": "KaraKeep",
|
||||||
"attachmentsFolder": "KaraKeep/attachments",
|
"attachmentsFolder": "KaraKeep/attachments",
|
||||||
"syncIntervalMinutes": 60,
|
"syncIntervalMinutes": 60,
|
||||||
"lastSyncTimestamp": 1775974816450,
|
"lastSyncTimestamp": 1775978416433,
|
||||||
"updateExistingFiles": false,
|
"updateExistingFiles": false,
|
||||||
"excludeArchived": true,
|
"excludeArchived": true,
|
||||||
"onlyFavorites": false,
|
"onlyFavorites": false,
|
||||||
|
|||||||
1
how the site works.md
Normal file
1
how the site works.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
This obsidian vault is stored in a git repository on my gitea instance. It has a workflow which clones the quartz v4 repository, installs the dependencies, patches it, copies the vault contents into the relevant quartz v4 repo folder, runs the quartz build command, and tar's the build output as a release. I then have an nginx deployment in my k3s cluster that downloads the latest release tar ball, inflates it and serves it in an nginx server. It's a lot more straight forward than you would think.
|
||||||
Reference in New Issue
Block a user