From 576863d89700a12902f69cef48072d094fd566b6 Mon Sep 17 00:00:00 2001 From: Lucas Mathews Date: Tue, 23 Dec 2025 14:30:39 +0100 Subject: [PATCH] Move home pages --- .obsidian/workspace.json | 14 ++++++-------- Public/Public.md => Public.md | 0 Public/{Guides => }/Guides.md | 0 3 files changed, 6 insertions(+), 8 deletions(-) rename Public/Public.md => Public.md (100%) rename Public/{Guides => }/Guides.md (100%) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ea80557..872aed8 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,14 +11,10 @@ "id": "c892fa5f5c3f77ba", "type": "leaf", "state": { - "type": "markdown", - "state": { - "file": "Public/Guides/Guides.md", - "mode": "source", - "source": true - }, + "type": "empty", + "state": {}, "icon": "lucide-file", - "title": "Guides" + "title": "New tab" } } ] @@ -191,8 +187,10 @@ "obsidian-git:Open Git source control": false } }, - "active": "c892fa5f5c3f77ba", + "active": "d3d2a5fdb54e78b4", "lastOpenFiles": [ + "Public/Guides.md", + "Public.md", "Public/Public.md", "Public/Guides/Guides.md", "Public/Guides/generate-wireguard.md", diff --git a/Public/Public.md b/Public.md similarity index 100% rename from Public/Public.md rename to Public.md diff --git a/Public/Guides/Guides.md b/Public/Guides.md similarity index 100% rename from Public/Guides/Guides.md rename to Public/Guides.md