Initial commit
This commit is contained in:
commit
d35c9e008d
4 changed files with 65 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/papermod"]
|
||||
path = themes/papermod
|
||||
url = https://github.com/adityatelange/hugo-PaperMod
|
57
content/index.md
Normal file
57
content/index.md
Normal file
|
@ -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
|
4
hugo.toml
Normal file
4
hugo.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
baseURL = 'https://jstm.staropensource.de'
|
||||
languageCode = 'de-de'
|
||||
title = 'JeremyStar™'
|
||||
theme = 'papermod'
|
1
themes/papermod
Submodule
1
themes/papermod
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit efe4cb45161be836d602d5cd0f857e62661dae8b
|
Loading…
Reference in a new issue