Compare commits
No commits in common. "4a6ec63f7440987484e4da882737bf4fcef41069" and "43691610256a7033182d4209379815e79f38ed7c" have entirely different histories.
4a6ec63f74
...
4369161025
20 changed files with 40 additions and 222 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
resources
|
||||
.hugo_build.lock
|
||||
public
|
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "themes/blowfish"]
|
||||
path = themes/blowfish
|
||||
url = https://github.com/nunocoracao/blowfish.git
|
||||
[submodule "themes/papermod"]
|
||||
path = themes/papermod
|
||||
url = https://github.com/adityatelange/hugo-PaperMod
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
BIN
assets/Base.png
BIN
assets/Base.png
Binary file not shown.
Before Width: | Height: | Size: 192 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 MiB |
BIN
assets/foxxo.jpg
BIN
assets/foxxo.jpg
Binary file not shown.
Before Width: | Height: | Size: 76 KiB |
|
@ -1,31 +0,0 @@
|
|||
theme = "blowfish"
|
||||
defaultContentLanguage = "en"
|
||||
enableRobotsTXT = true
|
||||
paginate = 10
|
||||
summaryLength = 0
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
googleAnalytics = ""
|
||||
baseURL = "/"
|
||||
|
||||
[imaging]
|
||||
anchor = "Center"
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
author = "authors"
|
||||
series = "series"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "daily"
|
||||
filename = "sitemap.xml"
|
||||
priority = 0.5
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "RSS", "JSON" ]
|
||||
|
||||
[related]
|
||||
threshold = 0
|
||||
toLower = false
|
||||
indices = [ { name = "tags", weight = 100 }, { name = "categories", weight = 100 }, { name = "series", weight = 50 }, { name = "authors", weight = 20 }, { name = "date", weight = 10 }, { applyFilter = false, name = "fragmentrefs", type = "fragments", weight = 10 } ]
|
|
@ -1,18 +0,0 @@
|
|||
languageCode = "en"
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
title = "JeremyStar™"
|
||||
|
||||
[params]
|
||||
displayName = "EN"
|
||||
isoCode = "en"
|
||||
rtl = false
|
||||
dateFormat = "2 January 2006"
|
||||
description = "JeremyStar™'s persönliche Webseite"
|
||||
logo = "Base.png"
|
||||
secondaryLogo = "Base.png"
|
||||
|
||||
[author]
|
||||
name = "JeremyStar™"
|
||||
image = "foxxo.jpg"
|
||||
headline = ""
|
|
@ -1,13 +0,0 @@
|
|||
# -- Markup --
|
||||
# These settings are required for the theme to function.
|
||||
|
||||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
|
||||
[tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 4
|
|
@ -1,14 +0,0 @@
|
|||
[[main]]
|
||||
none = "none"
|
||||
|
||||
[[main]]
|
||||
none = "none"
|
||||
|
||||
[[main]]
|
||||
none = "none"
|
||||
|
||||
[[main]]
|
||||
none = "none"
|
||||
|
||||
[[footer]]
|
||||
none = "none"
|
|
@ -1,3 +0,0 @@
|
|||
[hugoVersion]
|
||||
extended = false
|
||||
min = "0.87.0"
|
|
@ -1,102 +0,0 @@
|
|||
colorScheme = "blowfish"
|
||||
defaultAppearance = "dark"
|
||||
autoSwitchAppearance = true
|
||||
enableSearch = false
|
||||
enableCodeCopy = true
|
||||
disableImageOptimization = false
|
||||
disableTextInHeader = false
|
||||
smartTOC = false
|
||||
highlightCurrentMenuArea = true
|
||||
|
||||
[header]
|
||||
layout = "fixed"
|
||||
|
||||
[footer]
|
||||
showMenu = true
|
||||
showCopyright = true
|
||||
showThemeAttribution = true
|
||||
showAppearanceSwitcher = false
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
layout = "background"
|
||||
showRecent = false
|
||||
showRecentItems = 5
|
||||
showMoreLink = false
|
||||
showMoreLinkDest = "/posts"
|
||||
cardView = false
|
||||
cardViewScreenWidth = false
|
||||
layoutBackgroundBlur = false
|
||||
homepageImage = "NeodymAdminApartment.png"
|
||||
|
||||
[article]
|
||||
showDate = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showDateOnlyInArticle = false
|
||||
showDateUpdated = false
|
||||
showAuthor = false
|
||||
showHero = false
|
||||
layoutBackgroundBlur = true
|
||||
layoutBackgroundHeaderSpace = true
|
||||
showBreadcrumbs = false
|
||||
showDraftLabel = true
|
||||
showEdit = false
|
||||
editAppendPath = true
|
||||
seriesOpened = false
|
||||
showHeadingAnchors = true
|
||||
showPagination = true
|
||||
invertPagination = false
|
||||
showReadingTime = true
|
||||
showTableOfContents = false
|
||||
showTaxonomies = false
|
||||
showAuthorsBadges = false
|
||||
showWordCount = true
|
||||
showZenMode = false
|
||||
|
||||
[list]
|
||||
showHero = false
|
||||
layoutBackgroundBlur = true
|
||||
layoutBackgroundHeaderSpace = true
|
||||
showBreadcrumbs = false
|
||||
showSummary = false
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showTableOfContents = false
|
||||
showCards = false
|
||||
groupByYear = true
|
||||
cardView = false
|
||||
cardViewScreenWidth = false
|
||||
constrainItemsWidth = false
|
||||
|
||||
[sitemap]
|
||||
excludedKinds = [ "taxonomy", "term" ]
|
||||
|
||||
[taxonomy]
|
||||
showTermCount = true
|
||||
showHero = false
|
||||
showBreadcrumbs = false
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showTableOfContents = false
|
||||
cardView = false
|
||||
|
||||
[term]
|
||||
showHero = false
|
||||
showBreadcrumbs = false
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showTableOfContents = true
|
||||
groupByYear = false
|
||||
cardView = false
|
||||
cardViewScreenWidth = false
|
||||
|
||||
[firebase]
|
||||
|
||||
[fathomAnalytics]
|
||||
|
||||
[umamiAnalytics]
|
||||
|
||||
[buymeacoffee]
|
||||
|
||||
[verification]
|
|
@ -1,30 +1,40 @@
|
|||
Welcome to my personal webspace! Here's a little "menu" for just you: \
|
||||
[[ABOUT ME]](#about-me) [[PROJECTS]](#projects) [[LINKS & CONTACT]](#links-contact) [[LIST OF HATE]](#list-of-hate)
|
||||
---
|
||||
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'm JeremyStar™, a developer from Lower Saxony, Germany. I founded the [**StarOpenSource Project**](https://staropensource.de) and the [**StarBuildTeam**](https://sbt.jstm.staropensource.de).
|
||||
## Music
|
||||
I like to listen to music from Camellia, Dakku, ColBreakz, Kou!, Juggernaut., t+pazolite, USAO and a few others. \
|
||||
You can check out my music playlist [here](https://piped.staropensource.de/playlist?list=f9f8b090-7924-4e24-9a5d-d1b22ac4e178).
|
||||
## Computers
|
||||
I started developing programs at the age of nine, with a Minecraft Bukkit plugin. Since then, I've learned how to manage a server, create games and other skills.
|
||||
## Video games
|
||||
I also like playing video games. My favourites are Minecraft, Grand Theft Auto V, osu!, Sonic Robo Blast 2, A Short Hike and a few other games.
|
||||
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**.
|
||||
|
||||
# Personal projects
|
||||
I am not only developing StarOpenSource software, but also stuff like [Presencode](https://presencode.jstm.staropensource.de) (a code-based presentation viewer), [MCServerDocker](https://git.staropensource.de/JeremyStarTM/MCServerDocker) (dockerized and customizable Minecraft server setup), [pihole-docker](https://git.staropensource.de/JeremyStarTM/pihole-docker) (dockerized Pi-hole setup) and [osu!boot](https://git.staropensource.de/JeremyStarTM/osuboot) (wrapper for osu!lazer, downloads and executes the AppImage automatically).
|
||||
|
||||
# Links & Contact
|
||||
Here's a little list of links that you can use to stalk me ***(please don't do that to me)***:
|
||||
- [**Fediverse** *(@jeremystartm@fly.staropensource.de)*](https://fly.staropensource.de/@jeremystartm)
|
||||
- [**E-Mail** *(jeremystartm@staropensource.de)*](mailto:jeremystartm@staropensource.de)
|
||||
- [**sos!git** *(@JeremyStarTM)*](https://git.staropensource.de/JeremyStarTM)
|
||||
- [**Minecraft** *(JeremyStar)*](https://namemc.com/profile/JeremyStar.1)
|
||||
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)
|
||||
- [**AUR (@JeremyStarTM)**](https://aur.archlinux.org/account/JeremyStarTM)
|
||||
|
||||
# List of Hate
|
||||
Here's a list of companies, bad people, etc. that I absolutely dislike:
|
||||
I have a list of companies, bad people, etc. that I absolutely dislike, here it is:
|
||||
- google
|
||||
- microsoft
|
||||
- apple
|
||||
|
@ -35,14 +45,14 @@ Here's a list of companies, bad people, etc. that I absolutely dislike:
|
|||
- analytics
|
||||
- cloudflare
|
||||
- mosqitos
|
||||
- nazis
|
||||
- right-wing people
|
||||
- classmates
|
||||
- xqc
|
||||
- reaction content
|
||||
- plasmashell NOT RESPONDING YOU STUPID THING
|
||||
- firefox/librewolf stutters
|
||||
- wine (not proton)
|
||||
- windoze
|
||||
- windows
|
||||
- macos
|
||||
- all android vendors
|
||||
- ubuntu (not derivative distros)
|
||||
|
@ -50,7 +60,3 @@ Here's a list of companies, bad people, etc. that I absolutely dislike:
|
|||
- closed source licenses
|
||||
- (deutsch)rap
|
||||
- mastodon.social
|
||||
- official websites of selfhostable services which bombard you with their saas solution, where you must play minesweeper to get to their docs or downloads page
|
||||
- alternative für deutschland (political party in germany)
|
||||
- censorship
|
||||
- me :3
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
baseURL = 'https://jstm.staropensource.de'
|
||||
languageCode = 'de-de'
|
||||
title = 'JeremyStar™'
|
||||
theme = 'papermod'
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 99 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
|
@ -1 +0,0 @@
|
|||
Subproject commit 13ff6f5341b373751880ac396495e8ef56008383
|
1
themes/papermod
Submodule
1
themes/papermod
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit efe4cb45161be836d602d5cd0f857e62661dae8b
|
Loading…
Reference in a new issue