diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 4f7722c..9350614 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: - name: Clone local copy of Quartz run: git clone https://k3gtpi.jumpingcrab.com/vlad/quartz-clone.git - name: Copy notes to content directory - run: cp -r ./notes/* quartz-clone/content + run: cp -r ./vlads-notes/* quartz-clone/content - name: Build Quartz run: cd quartz-clone && npm i && npx quartz create && npx quartz build - name: Upload artifact diff --git a/.obsidian/app.json b/vlad-notes/.obsidian/app.json similarity index 100% rename from .obsidian/app.json rename to vlad-notes/.obsidian/app.json diff --git a/.obsidian/appearance.json b/vlad-notes/.obsidian/appearance.json similarity index 100% rename from .obsidian/appearance.json rename to vlad-notes/.obsidian/appearance.json diff --git a/.obsidian/core-plugins.json b/vlad-notes/.obsidian/core-plugins.json similarity index 100% rename from .obsidian/core-plugins.json rename to vlad-notes/.obsidian/core-plugins.json diff --git a/.obsidian/workspace.json b/vlad-notes/.obsidian/workspace.json similarity index 94% rename from .obsidian/workspace.json rename to vlad-notes/.obsidian/workspace.json index 8531f86..97362c6 100644 --- a/.obsidian/workspace.json +++ b/vlad-notes/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "notes/0000-how-this-was-built.md", + "file": "0000-how-this-was-built.md", "mode": "source", "source": false }, @@ -168,13 +168,13 @@ "command-palette:Open command palette": false } }, - "active": "24693a4da486c556", + "active": "17a11d1621382a65", "lastOpenFiles": [ - "notes/images/0000", - "notes/images/0000/gitea_secret_setup.png", - "notes/0000-how-this-was-built.md", - "notes/images", - "notes/index.md", + "index.md", + "0000-how-this-was-built.md", + "images/0000", + "images/0000/gitea_secret_setup.png", + "images", "Pasted image 20250622224303.png", "here.md" ] diff --git a/notes/0000-how-this-was-built.md b/vlad-notes/0000-how-this-was-built.md similarity index 99% rename from notes/0000-how-this-was-built.md rename to vlad-notes/0000-how-this-was-built.md index 765691d..8978939 100644 --- a/notes/0000-how-this-was-built.md +++ b/vlad-notes/0000-how-this-was-built.md @@ -233,7 +233,7 @@ Good practice says that I should add some resource limits and requests, but I'll I'm running a local Gitea instance, so I just created a new [repo](https://k3gtpi.jumpingcrab.com/vlad/vlads-notes) and saved the K8s cluster config as a repo secret called "K8S_CONF" (use secrets instead of plain variables as the latter can be exposed in the action's logs) -![gitea_secret_setup](notes/images/0000/gitea_secret_setup.png) +![gitea_secret_setup](images/0000/gitea_secret_setup.png) I then created the ".gitea/workflows" directories and placed the workflow YAML file (publish.yaml) within. The workflow is split into two jobs: - 1st job diff --git a/notes/images/0000/gitea_secret_setup.png b/vlad-notes/images/0000/gitea_secret_setup.png similarity index 100% rename from notes/images/0000/gitea_secret_setup.png rename to vlad-notes/images/0000/gitea_secret_setup.png diff --git a/notes/index.md b/vlad-notes/index.md similarity index 100% rename from notes/index.md rename to vlad-notes/index.md