From 7a9b62980824b54fac1704cb7592c3a5b4a90871 Mon Sep 17 00:00:00 2001 From: Lucas Mathews Date: Tue, 23 Dec 2025 14:35:58 +0100 Subject: [PATCH] Change folder structure --- .obsidian/workspace.json | 22 ++++++++++++------- home.html | 19 ---------------- {Public => home}/Guides.md | 0 {Public => home}/Guides/create-shh-keys.md | 0 {Public => home}/Guides/generate-wireguard.md | 0 .../Guides/rdp-with-microsoft-account.md | 0 {Public => home}/Guides/reverse_proxy.md | 0 {Public => home}/Guides/windows-upgrade.md | 0 Public.md => home/Public.md | 0 9 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 home.html rename {Public => home}/Guides.md (100%) rename {Public => home}/Guides/create-shh-keys.md (100%) rename {Public => home}/Guides/generate-wireguard.md (100%) rename {Public => home}/Guides/rdp-with-microsoft-account.md (100%) rename {Public => home}/Guides/reverse_proxy.md (100%) rename {Public => home}/Guides/windows-upgrade.md (100%) rename Public.md => home/Public.md (100%) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8d36edc..babc546 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,14 +11,10 @@ "id": "c892fa5f5c3f77ba", "type": "leaf", "state": { - "type": "markdown", - "state": { - "file": "Public/Guides/generate-wireguard.md", - "mode": "preview", - "source": true - }, + "type": "empty", + "state": {}, "icon": "lucide-file", - "title": "generate-wireguard" + "title": "New tab" } } ] @@ -192,8 +188,18 @@ "obsidian-git:Open Git source control": false } }, - "active": "c892fa5f5c3f77ba", + "active": "d3d2a5fdb54e78b4", "lastOpenFiles": [ + "home/Public.md", + "home/Public", + "home/Guides/windows-upgrade.md", + "home/Guides/reverse_proxy.md", + "home/Guides/rdp-with-microsoft-account.md", + "home/Guides/generate-wireguard.md", + "home/Guides/create-shh-keys.md", + "home/Guides.md", + "home/Guides", + "home", "Public/Guides/rdp-with-microsoft-account.md", "Public/Guides/generate-wireguard.md", "Public/Guides/Guides.md", diff --git a/home.html b/home.html deleted file mode 100644 index e862168..0000000 --- a/home.html +++ /dev/null @@ -1,19 +0,0 @@ - - -

Welcome to my Wiki

-
-

This site contains various articles and guides written by myself. 

-

This is partly for my reference, as well as provide insight into my home lab and the projects I do around this. 
Others may come across these guides when trying to search how to do something - a place where I find myself often, and i always appreciate it when others make guides that assist me with my projects. There may also be some content here that I created in my university studies or work.

-

Please note that all work here is not intended to be definitive, and may not be best practice. Please combine my work with your own investigations. 
All content posted here is welcome to scrutinization. 

-

For an overview of exactly what I work on, here is a network diagram:

-
-

Site Content

-

There is not much available here at the moment, check back later!

diff --git a/Public/Guides.md b/home/Guides.md similarity index 100% rename from Public/Guides.md rename to home/Guides.md diff --git a/Public/Guides/create-shh-keys.md b/home/Guides/create-shh-keys.md similarity index 100% rename from Public/Guides/create-shh-keys.md rename to home/Guides/create-shh-keys.md diff --git a/Public/Guides/generate-wireguard.md b/home/Guides/generate-wireguard.md similarity index 100% rename from Public/Guides/generate-wireguard.md rename to home/Guides/generate-wireguard.md diff --git a/Public/Guides/rdp-with-microsoft-account.md b/home/Guides/rdp-with-microsoft-account.md similarity index 100% rename from Public/Guides/rdp-with-microsoft-account.md rename to home/Guides/rdp-with-microsoft-account.md diff --git a/Public/Guides/reverse_proxy.md b/home/Guides/reverse_proxy.md similarity index 100% rename from Public/Guides/reverse_proxy.md rename to home/Guides/reverse_proxy.md diff --git a/Public/Guides/windows-upgrade.md b/home/Guides/windows-upgrade.md similarity index 100% rename from Public/Guides/windows-upgrade.md rename to home/Guides/windows-upgrade.md diff --git a/Public.md b/home/Public.md similarity index 100% rename from Public.md rename to home/Public.md