11 Commits
1.3.0 ... 1.8.0

Author SHA1 Message Date
827d240c4c update config
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 26s
2026-04-11 03:59:27 -05:00
Build Pipeline
e75dd65eba minor version increment [skip actions] 2026-04-11 08:54:56 +00:00
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
41d984e603 change the welcome file
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 22s
2026-04-11 03:43:26 -05:00
Build Pipeline
7878893e5b minor version increment [skip actions] 2026-04-11 08:05:55 +00:00
3bb7219589 fix tar command?
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 23s
2026-04-11 03:05:36 -05:00
5c347ab685 use branches
Some checks failed
Deploy Quartz site to Pages / build (push) Failing after 22s
2026-04-11 03:03:47 -05:00
Build Pipeline
4dd82b1676 minor version increment [skip actions] 2026-04-11 07:57:35 +00:00
5 changed files with 27 additions and 17 deletions

View File

@@ -3,7 +3,10 @@ name: Deploy Quartz site to Pages
env: env:
VERSION_FRAGMENT: minor VERSION_FRAGMENT: minor
on: [push] on:
push:
branches:
- 'main'
permissions: permissions:
contents: read contents: read
@@ -61,9 +64,7 @@ jobs:
- name: Build Quartz - name: Build Quartz
run: npx quartz build run: npx quartz build
working-directory: quartz working-directory: quartz
- run: ls -alR - run: tar czf www.tar.gz -C quartz public
working-directory: quartz/public
- run: tar czf www.tar.gz quartz/public
- uses: akkuman/gitea-release-action@v1 - uses: akkuman/gitea-release-action@v1
with: with:
tag_name: ${{env.CURRENT_VERSION}} tag_name: ${{env.CURRENT_VERSION}}

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Welcome.md", "file": "index.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Welcome" "title": "index"
} }
} }
] ]
@@ -94,7 +94,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Welcome.md", "file": "index.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -104,7 +104,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for Welcome" "title": "Backlinks for index"
} }
}, },
{ {
@@ -113,12 +113,12 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Welcome.md", "file": "index.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-going-out", "icon": "links-going-out",
"title": "Outgoing links from Welcome" "title": "Outgoing links from index"
} }
}, },
{ {
@@ -156,13 +156,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Welcome.md", "file": "index.md",
"followCursor": false, "followCursor": false,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of Welcome" "title": "Outline of index"
} }
} }
] ]
@@ -183,9 +183,9 @@
"bases:Create new base": false "bases:Create new base": false
} }
}, },
"active": "fb3397b33e4538d8", "active": "ce0058b798b778c7",
"lastOpenFiles": [ "lastOpenFiles": [
"version.txt", "version.txt",
"Welcome.md" "index.md"
] ]
} }

View File

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

View File

@@ -1,3 +1,8 @@
---
title: Welcome
---
This is your new *vault*. This is your new *vault*.
Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)! Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)!

View File

@@ -1 +1 @@
1.2.0 1.7.0