From 93e73542102a824fba805a894e705c260ddc13f4 Mon Sep 17 00:00:00 2001 From: Lucas Mathews Date: Sat, 13 Dec 2025 18:32:10 +0100 Subject: [PATCH] Add public page --- .obsidian/workspace.json | 11 ++++++----- Public/Public.md | 9 +++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 Public/Public.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 396d827..98d6312 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "home.md", + "file": "Public/Public.md", "mode": "source", "source": true }, "icon": "lucide-file", - "title": "home" + "title": "Public" } } ] @@ -194,12 +194,13 @@ "active": "c892fa5f5c3f77ba", "lastOpenFiles": [ "Templates/blank-template.md", - "home.md", - "Public/Guides/generate-wireguard.md", - "Public/Guides/create-shh-keys.md", + "Public/Public.md", "Public/Guides/windows_upgrade.md", "Public/Guides/reverse_proxy.md", "Public/Guides/rdp-with-microsoft-account.md", + "Public/Guides/generate-wireguard.md", + "Public/Guides/create-shh-keys.md", + "home.md", "Public/Guides/home.md", "Public", "Images/screenshot_2024-03-23_132057.png", diff --git a/Public/Public.md b/Public/Public.md new file mode 100644 index 0000000..3e06196 --- /dev/null +++ b/Public/Public.md @@ -0,0 +1,9 @@ +--- +title: Public +description: Landing page for public content +published: true +tags: public +--- +# Public Pages + +Welcome! Here are the public guides: \ No newline at end of file