diff --git a/Home.md b/Home.md index 3e77852..26f1a81 100644 --- a/Home.md +++ b/Home.md @@ -2,9 +2,4 @@ This will contain various information that I have gathered or learned over time with mainly Linux topics. -- [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) +- [Linux](/Linux/Home) diff --git a/Linux/Home.md b/Linux/Home.md new file mode 100644 index 0000000..404e7e0 --- /dev/null +++ b/Linux/Home.md @@ -0,0 +1,10 @@ +## 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)