From d35c9e008ded6f8b9bee271b20bd3970adf63e8f Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 30 Aug 2023 20:38:54 +0200 Subject: [PATCH] Initial commit --- .gitmodules | 3 +++ content/index.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ hugo.toml | 4 ++++ themes/papermod | 1 + 4 files changed, 65 insertions(+) create mode 100644 .gitmodules create mode 100644 content/index.md create mode 100644 hugo.toml create mode 160000 themes/papermod diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7d57bc8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/papermod"] + path = themes/papermod + url = https://github.com/adityatelange/hugo-PaperMod diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..53ef03f --- /dev/null +++ b/content/index.md @@ -0,0 +1,57 @@ +--- +title: "Welcome" +--- + +to my personal webspace! Here's a little "menu" I made especially for you: \ +[[ABOUT ME]](#about-me) [[PROJECTS]](#projects) [[STAROPENSOURCE]](#staropensource) [[LINKS]](#links) [[LIST OF HATE]](#list-of-hate) + +# tldr; +I am a developer from Germany and like Dubstep & EDM. + +# About me +I am **JeremyStarTM**, a developer @ [**StarOpenSource**](https://staropensource.de) from Lower Saxony *(in **Germany**)*. +I \*really\* like to listen to music, especially **Dubstep** & **EDM**. My favourite artists are **Geoxor**, **Exyl**, **PaperSkies**, **Dalux**, **Everen Maxwell** and **USAO**. + + +My hobbies are primarily programming, playing games, listening to music but also going outside *(yes I touch grass every day!)*, hanging out with friends and watching videos about science, space but also gaming. + + +On the topic of gaming: I like playing **osu!** *(I play osu!standard)*, **Grand Theft Auto V**, **Minecraft** *(Java Edition of course)*, **Red Dead Redeption 2** and **Doki Doki Literature Club**. + +# Projects +These are projects I am working on or goals I want to reach: +- StarOpenSource Infrastructure *(managing servers, sysadmin stuff)* +- The CORE Framework *(a framework for games and applications made in Godot 4)* +- Getting better at **osu!** + +# StarOpenSource +I am the founder and current president of [**the StarOpenSource Project**](https://staropensource.de) and maintainer, developer, artist and linguist there. Basically, I run the entire thing. + +# Links +Here's a little list of links that you can use to stalk on me ***(please do not do that to me)***: +- [**Mastodon/Fediverse** *(@jeremystartm@net.staropensource.de)*](https://net.staropensource.de/@jeremystartm) +- [**StarOpenGit** (@jeremystartm@git.staropensource.de)*](https://git.staropensource.de/JeremyStarTM) +- [**osu! (@JeremyStarTM)**](https://osu.ppy.sh/users/29391986) + +# List of Hate +I have a list of companies, bad people, etc. that I absolutely dislike, here it is: +- google +- microsoft +- apple +- meta +- mosqitos +- right-wing people +- classmates +- xqc +- reaction content +- plasmashell NOT RESPONDING YOU STUPID THING +- firefox/librewolf stutters +- wine (not proton) +- windows +- macos +- all android vendors +- ubuntu (not derivative distros) +- redhat +- closed source licenses +- (deutsch)rap +- mastodon.social diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..d7ed15f --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://jstm.staropensource.de' +languageCode = 'de-de' +title = 'JeremyStarâ„¢' +theme = 'papermod' diff --git a/themes/papermod b/themes/papermod new file mode 160000 index 0000000..efe4cb4 --- /dev/null +++ b/themes/papermod @@ -0,0 +1 @@ +Subproject commit efe4cb45161be836d602d5cd0f857e62661dae8b