From 6709b3566f5451319f4529f2813481dc10392320 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:42:40 -0600 Subject: [PATCH 01/85] chore: Add MacOS to gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index eaedb26..c4bb138 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,31 @@ fontawesome-pro-6.3.0-web ### Nix Flake gitignore ### result + +### MacOS gitignore ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk From c0716d277f78b9f404bfbb6df410040062ab5c3c Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:05:13 -0600 Subject: [PATCH 02/85] feat: Allow menu items to declare custom URLs --- layouts/partials/sidebar.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 90d26fe..df90011 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -3,9 +3,10 @@