From c71c027de0fa5a4a1c62268e93ca3008478ddeb1 Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 24 Apr 2021 21:36:23 -0400 Subject: [PATCH] move old about to services and add actual about page --- src/_includes/nav.liquid | 1 + src/about.md | 35 +++++++++++++---------------------- src/services.md | 27 +++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 22 deletions(-) create mode 100644 src/services.md diff --git a/src/_includes/nav.liquid b/src/_includes/nav.liquid index b246d80..840e3f5 100644 --- a/src/_includes/nav.liquid +++ b/src/_includes/nav.liquid @@ -3,6 +3,7 @@
  • home
  • tags
  • about
  • +
  • services
  • specs
  • dark toggle
  • diff --git a/src/about.md b/src/about.md index 732353f..dc9c779 100644 --- a/src/about.md +++ b/src/about.md @@ -2,30 +2,21 @@ layout: typical title: About --- -This site is generated by the static site generator [Eleventy](https://www.11ty.dev) with templates and Markdown — because really, writing HTML by hand is tedious and I don't know why I ever tried — and its source is available [here](https://git.eggworld.tk/eggy/public). The theme this site uses is taken from [here.](https://github.com/kohrongying/11ty-blog-starter) -The following services are publicly running on this server: +Hello! It's very nice to meet you — I'm a student and Linux enthusiast who is quite passionate about some subjects but is quite lazy in every other. -## [Plex](https://plex.eggworld.tk) +I've dabbled extensively and non-extensively in a variety of topics to play with, including: -This was beyond stupid and took far too much time to get working behind nginx. I'm currently working to replace it with Jellyfin as it becomes more mature. + - competitive programming on [DMOJ](https://dmoj.ca/user/eggy) + - GUI toolkits very very briefly in GTK, Qt, and Swing + - Linux and server administration + - web "development" in the form of a Chrome extension and my sites + - Godot Engine Cat Simulator DX + - ski instruction + - writing of literature + - emulation + - Discord bots -## [Gitea](https://git.eggworld.tk) +…and other things that I'm forgetting right now. -Gitea hosts the Eifueo project as well as a few other items that I deem not worthy to go on GitHub. - -## [Eifueo](https://eifueo.eggworld.tk) - -Generated by [MkDocs](https://mkdocs.org), this site aims to collate my notes and I hope others might find it helpful. - -## [Calibre](https://calibre.eggworld.tk) - -As an avid reader of…"user-generated content", I store a database of stories here and sync them with my Kobo. - -## Minecraft - -The domain constantly changes and the server is whitelisted, so don't bother looking. - -## Contact - - - eggyrules at gmail.com +If you'd like to say hi, feel free to send me a message at eggyrules at gmail.com. diff --git a/src/services.md b/src/services.md new file mode 100644 index 0000000..10cb2c6 --- /dev/null +++ b/src/services.md @@ -0,0 +1,27 @@ +--- +layout: typical +title: Services +--- +This site is generated by the static site generator [Eleventy](https://www.11ty.dev) with templates and Markdown — because really, writing HTML by hand is tedious and I don't know why I ever tried — and its source is available [here](https://git.eggworld.tk/eggy/public). The theme this site uses is taken from [here.](https://github.com/kohrongying/11ty-blog-starter) + +The following services are publicly running on this server: + +## [Plex](https://plex.eggworld.tk) + +This was beyond stupid and took far too much time to get working behind nginx. I'm currently working to replace it with Jellyfin as it becomes more mature. + +## [Gitea](https://git.eggworld.tk) + +Gitea hosts the Eifueo project as well as a few other items that I deem not worthy to go on GitHub. + +## [Eifueo](https://eifueo.eggworld.tk) + +Generated by [MkDocs](https://mkdocs.org), this site aims to collate my notes and I hope others might find it helpful. + +## [Calibre](https://calibre.eggworld.tk) + +As an avid reader of…"user-generated content", I store a database of stories here and sync them with my Kobo. + +## Minecraft + +The domain constantly changes and the server is whitelisted, so don't bother looking.