4 Commits
1.5.0 ... 1.7.0

Author SHA1 Message Date
7b931d639b garden
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 26s
2026-04-11 03:54:48 -05:00
Build Pipeline
8fb388b22a minor version increment [skip actions] 2026-04-11 08:49:41 +00:00
e33e2c72af change base URL
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 23s
2026-04-11 03:49:31 -05:00
Build Pipeline
e6e763e6b7 minor version increment [skip actions] 2026-04-11 08:43:33 +00:00
3 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
const config: QuartzConfig = {
configuration: {
baseUrl: "http://localhost:8080"
baseUrl: "https://garden.werats.gay",
pageTitle: "The Garden"
},
plugins: { },
}

10
index.md Normal file
View File

@@ -0,0 +1,10 @@
---
title: Welcome
---
This is your new *vault*.
Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)!
When you're ready, delete this note and make the vault your own.

View File

@@ -1 +1 @@
1.4.0
1.6.0