diff options
Diffstat (limited to 'content/projects.md')
-rw-r--r-- | content/projects.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..0f5e0b3 --- /dev/null +++ b/content/projects.md @@ -0,0 +1,18 @@ +--- +title: "Projects" +subtext: "The list that never grows." +--- + +## Server Management + +* Home server: Used as a NAS and photo management solution (powered by [Lychee][lychee]). +* VPS: Used for public-facing services and this very website. +* [frosty-overlay][frosty-overlay]: Personal Gentoo overlay for packaging software not in the official repository. + +## Desktop + +* [dotfiles][dotfiles]: My collection of configurations for my desktop setups + some shell configurations and scripts. + +[lychee]: https://lycheeorg.dev/ +[frosty-overlay]: https://git.sr.ht/~auroras/frosty-overlay +[dotfiles]: https://git.sr.ht/~auroras/dotfiles |