move old about to services and add actual about page
This commit is contained in:
parent
a6e0462029
commit
c71c027de0
@ -3,6 +3,7 @@
|
|||||||
<li class="mr-6"><a href="/">home</a></li>
|
<li class="mr-6"><a href="/">home</a></li>
|
||||||
<li class="mr-6"><a href="/tags">tags</a></li>
|
<li class="mr-6"><a href="/tags">tags</a></li>
|
||||||
<li class="mr-6"><a href="/about">about</a></li>
|
<li class="mr-6"><a href="/about">about</a></li>
|
||||||
|
<li class="mr-6"><a href="/services">services</a></li>
|
||||||
<li class="mr-6"><a href="/specs">specs</a></li>
|
<li class="mr-6"><a href="/specs">specs</a></li>
|
||||||
<li class="mr-6"><span class="cursor-pointer" id="toggleDarkMode">dark toggle</span></li>
|
<li class="mr-6"><span class="cursor-pointer" id="toggleDarkMode">dark toggle</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
35
src/about.md
35
src/about.md
@ -2,30 +2,21 @@
|
|||||||
layout: typical
|
layout: typical
|
||||||
title: About
|
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.
|
If you'd like to say hi, feel free to send me a message at eggyrules at gmail.com.
|
||||||
|
|
||||||
## [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
|
|
||||||
|
27
src/services.md
Normal file
27
src/services.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user