Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e33e2c72af | |||
|
|
e6e763e6b7 | ||
| 41d984e603 | |||
|
|
7878893e5b | ||
| 3bb7219589 | |||
| 5c347ab685 | |||
|
|
4dd82b1676 |
@@ -3,7 +3,10 @@ name: Deploy Quartz site to Pages
|
||||
env:
|
||||
VERSION_FRAGMENT: minor
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -61,9 +64,7 @@ jobs:
|
||||
- name: Build Quartz
|
||||
run: npx quartz build
|
||||
working-directory: quartz
|
||||
- run: ls -alR
|
||||
working-directory: quartz/public
|
||||
- run: tar czf www.tar.gz quartz/public
|
||||
- run: tar czf www.tar.gz -C quartz public
|
||||
- uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
tag_name: ${{env.CURRENT_VERSION}}
|
||||
|
||||
20
.obsidian/workspace.json
vendored
20
.obsidian/workspace.json
vendored
@@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Welcome.md",
|
||||
"file": "index.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Welcome"
|
||||
"title": "index"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -94,7 +94,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Welcome.md",
|
||||
"file": "index.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -104,7 +104,7 @@
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "Backlinks for Welcome"
|
||||
"title": "Backlinks for index"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -113,12 +113,12 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Welcome.md",
|
||||
"file": "index.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "Outgoing links from Welcome"
|
||||
"title": "Outgoing links from index"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -156,13 +156,13 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Welcome.md",
|
||||
"file": "index.md",
|
||||
"followCursor": false,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "Outline of Welcome"
|
||||
"title": "Outline of index"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -183,9 +183,9 @@
|
||||
"bases:Create new base": false
|
||||
}
|
||||
},
|
||||
"active": "fb3397b33e4538d8",
|
||||
"active": "ce0058b798b778c7",
|
||||
"lastOpenFiles": [
|
||||
"version.txt",
|
||||
"Welcome.md"
|
||||
"index.md"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
baseUrl: "http://localhost:8080"
|
||||
baseUrl: "https://garden.werats.gay"
|
||||
},
|
||||
plugins: { },
|
||||
}
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
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)!
|
||||
@@ -1 +1 @@
|
||||
1.2.0
|
||||
1.5.0
|
||||
|
||||
Reference in New Issue
Block a user