diff --git a/CAD/Home.md b/CAD/Home.md new file mode 100644 index 0000000..bedc88b --- /dev/null +++ b/CAD/Home.md @@ -0,0 +1,13 @@ +# My CAD creations: + +## Launch Stand + +[[Launch-Stand/PXL_20240810_001912378.jpg|frame, alt=Pixel Slate in the stand.]] + +Pixel Slate in the stand. + +[[Launch-Stand/PXL_20250312_144342646.jpg|frame, System76 Lemur Pro in the stand.]] + +System76 Lemur Pro in the stand. + +[Source](https://git.ahoneybun.net/ahoneybun/Random-CAD/src/branch/main/Launch-Stand) diff --git a/CAD/Launch-Stand/PXL_20240719_155224020.jpg b/CAD/Launch-Stand/PXL_20240719_155224020.jpg new file mode 100644 index 0000000..f60c62c Binary files /dev/null and b/CAD/Launch-Stand/PXL_20240719_155224020.jpg differ diff --git a/CAD/Launch-Stand/PXL_20240719_203101193.MP.jpg b/CAD/Launch-Stand/PXL_20240719_203101193.MP.jpg new file mode 100644 index 0000000..8b2676a Binary files /dev/null and b/CAD/Launch-Stand/PXL_20240719_203101193.MP.jpg differ diff --git a/CAD/Launch-Stand/PXL_20240810_001912378.jpg b/CAD/Launch-Stand/PXL_20240810_001912378.jpg new file mode 100644 index 0000000..33def88 Binary files /dev/null and b/CAD/Launch-Stand/PXL_20240810_001912378.jpg differ diff --git a/CAD/Launch-Stand/PXL_20250312_144342646.jpg b/CAD/Launch-Stand/PXL_20250312_144342646.jpg new file mode 100644 index 0000000..4fb24fb Binary files /dev/null and b/CAD/Launch-Stand/PXL_20250312_144342646.jpg differ diff --git a/CAD/Launch-Stand/PXL_20260307_003518585.jpg b/CAD/Launch-Stand/PXL_20260307_003518585.jpg new file mode 100644 index 0000000..ec8c5f3 Binary files /dev/null and b/CAD/Launch-Stand/PXL_20260307_003518585.jpg differ diff --git a/Home.md b/Home.md index 26f1a81..1a5f014 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,3 @@ ## Welcome to my Wiki! This will contain various information that I have gathered or learned over time with mainly Linux topics. - -- [Linux](/Linux/Home) diff --git a/Linux/Home.md b/Linux/Home.md index 404e7e0..4bee5ac 100644 --- a/Linux/Home.md +++ b/Linux/Home.md @@ -1,10 +1,8 @@ -## Linux Page - Linux topics. -- [systemd Tips & Tricks](/systemd-tips-and-tricks) -- [Ubuntu Notes](/ubuntu-notes) -- [Arch Notes](/arch-notes) -- [Wayland & X11 Notes](/Wayland-and-X11) -- [nix Tips & Tricks](/nix-tips-and-tricks) -- [Pine64 Notes](/pine64-notes) +- [systemd Tips & Tricks](/Linux/systemd-tips-and-tricks) +- [Ubuntu Notes](/Linux/ubuntu-notes) +- [Arch Notes](/Linux/arch-notes) +- [Wayland & X11 Notes](/Linux/Wayland-and-X11) +- [nix Tips & Tricks](/Linux/nix-tips-and-tricks) +- [Pine64 Notes](/Linux/pine64-notes) diff --git a/Linux/nix-tips-and-tricks.md b/Linux/nix-tips-and-tricks.md index 73270c2..179699e 100644 --- a/Linux/nix-tips-and-tricks.md +++ b/Linux/nix-tips-and-tricks.md @@ -1,3 +1,5 @@ +[[_TOC_]] + # Nix Package Manager ## Add packages diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..5fd937d --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,9 @@ +# Wiki Pages + +[Home](/Home) + +## Documentation +- [Linux](/Linux/Home) + +## CAD +- [CAD](/CAD/Home)