Update website
6
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "themes/papermod"]
|
[submodule "themes/blowfish"]
|
||||||
path = themes/papermod
|
path = themes/blowfish
|
||||||
url = https://github.com/adityatelange/hugo-PaperMod
|
url = https://github.com/nunocoracao/blowfish.git
|
||||||
|
|
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
+++
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
date = {{ .Date }}
|
||||||
|
draft = true
|
||||||
|
+++
|
BIN
assets/Base.png
Normal file
After Width: | Height: | Size: 192 KiB |
BIN
assets/NeodymAdminApartment.png
Normal file
After Width: | Height: | Size: 4.4 MiB |
BIN
assets/foxxo.jpg
Normal file
After Width: | Height: | Size: 76 KiB |
31
config/_default/hugo.toml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
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 } ]
|
18
config/_default/languages.en.toml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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 = ""
|
13
config/_default/markup.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# -- Markup --
|
||||||
|
# These settings are required for the theme to function.
|
||||||
|
|
||||||
|
[goldmark]
|
||||||
|
[goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
|
[highlight]
|
||||||
|
noClasses = false
|
||||||
|
|
||||||
|
[tableOfContents]
|
||||||
|
startLevel = 2
|
||||||
|
endLevel = 4
|
14
config/_default/menus.en.toml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[[main]]
|
||||||
|
none = "none"
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
none = "none"
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
none = "none"
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
none = "none"
|
||||||
|
|
||||||
|
[[footer]]
|
||||||
|
none = "none"
|
3
config/_default/module.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[hugoVersion]
|
||||||
|
extended = false
|
||||||
|
min = "0.87.0"
|
102
config/_default/params.toml
Normal file
|
@ -0,0 +1,102 @@
|
||||||
|
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,40 +1,30 @@
|
||||||
---
|
Welcome to my personal webspace! Here's a little "menu" for just you: \
|
||||||
title: "Welcome"
|
[[ABOUT ME]](#about-me) [[PROJECTS]](#projects) [[LINKS & CONTACT]](#links-contact) [[LIST OF HATE]](#list-of-hate)
|
||||||
---
|
|
||||||
|
|
||||||
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
|
# About me
|
||||||
I am **JeremyStarTM**, a developer @ [**StarOpenSource**](https://staropensource.de) from Lower Saxony *(in **Germany**)*.
|
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).
|
||||||
I \*really\* like to listen to music, especially **Dubstep** & **EDM**. My favourite artists are **Geoxor**, **Exyl**, **PaperSkies**, **Dalux**, **Everen Maxwell** and **USAO**.
|
## Music
|
||||||
|
I like to listen to music from these artists: 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.
|
||||||
|
|
||||||
|
# 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).
|
||||||
|
|
||||||
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.
|
# 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)
|
||||||
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**.
|
- [**E-Mail** *(jeremystartm@staropensource.de)*](mailto:jeremystartm@staropensource.de)
|
||||||
|
- [**sos!git** *(@JeremyStarTM)*](https://git.staropensource.de/JeremyStarTM)
|
||||||
# Projects
|
- [**Minecraft** *(JeremyStar)*](https://namemc.com/profile/JeremyStar.1)
|
||||||
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)
|
- [**osu! (@JeremyStarTM)**](https://osu.ppy.sh/users/29391986)
|
||||||
|
- [**AUR (@JeremyStarTM)**](https://aur.archlinux.org/account/JeremyStarTM)
|
||||||
|
|
||||||
# List of Hate
|
# List of Hate
|
||||||
I have a list of companies, bad people, etc. that I absolutely dislike, here it is:
|
Here's a list of companies, bad people, etc. that I absolutely dislike:
|
||||||
- google
|
- google
|
||||||
- microsoft
|
- microsoft
|
||||||
- apple
|
- apple
|
||||||
|
@ -45,14 +35,14 @@ I have a list of companies, bad people, etc. that I absolutely dislike, here it
|
||||||
- analytics
|
- analytics
|
||||||
- cloudflare
|
- cloudflare
|
||||||
- mosqitos
|
- mosqitos
|
||||||
- right-wing people
|
- nazis
|
||||||
- classmates
|
- classmates
|
||||||
- xqc
|
- xqc
|
||||||
- reaction content
|
- reaction content
|
||||||
- plasmashell NOT RESPONDING YOU STUPID THING
|
- plasmashell NOT RESPONDING YOU STUPID THING
|
||||||
- firefox/librewolf stutters
|
- firefox/librewolf stutters
|
||||||
- wine (not proton)
|
- wine (not proton)
|
||||||
- windows
|
- windoze
|
||||||
- macos
|
- macos
|
||||||
- all android vendors
|
- all android vendors
|
||||||
- ubuntu (not derivative distros)
|
- ubuntu (not derivative distros)
|
||||||
|
@ -60,3 +50,7 @@ I have a list of companies, bad people, etc. that I absolutely dislike, here it
|
||||||
- closed source licenses
|
- closed source licenses
|
||||||
- (deutsch)rap
|
- (deutsch)rap
|
||||||
- mastodon.social
|
- 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,4 +1,3 @@
|
||||||
baseURL = 'https://jstm.staropensource.de'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'de-de'
|
languageCode = 'en-us'
|
||||||
title = 'JeremyStar™'
|
title = 'My New Hugo Site'
|
||||||
theme = 'papermod'
|
|
||||||
|
|
344
public/404.html
Normal file
|
@ -0,0 +1,344 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
|
||||||
|
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
|
<meta http-equiv="content-language" content="en" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
|
||||||
|
<title>404 Page not found · JeremyStar™</title>
|
||||||
|
<meta name="title" content="404 Page not found · JeremyStar™" />
|
||||||
|
|
||||||
|
<meta name="description" content="JeremyStar™'s persönliche Webseite" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="//localhost:1313/404.html" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.ac59a1b8eaafef739c129d12787ac29f6a420bcb348c7aeec8949a8d0b7d6c2023766c169d14b9031b751504eb3c976efe786fec135b340a49868acd8caa4127.css"
|
||||||
|
integrity="sha512-rFmhuOqv73OcEp0SeHrCn2pCC8s0jHruyJSajQt9bCAjdmwWnRS5Axt1FQTrPJdu/nhv7BNbNApJhorNjKpBJw==" />
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/appearance.min.70dd99ae59608f77445d3381d60b94b0bfd59c2d00e6bc41040047bd0556578840629bfeaeef104d2bce2aacdb26287ab456d9145180928ad1f8bd2027cb6752.js"
|
||||||
|
integrity="sha512-cN2Zrllgj3dEXTOB1guUsL/VnC0A5rxBBABHvQVWV4hAYpv+ru8QTSvOKqzbJih6tFbZFFGAkorR+L0gJ8tnUg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b89ac69ff9802fd5418564a45dada46f018c4ac81ae1bf932b5b6592063cf05a524e658c0ed84f3b96023c793cc651ac796e79381a45512a08354ba66739c767.js"
|
||||||
|
integrity="sha512-uJrGn/mAL9VBhWSkXa2kbwGMSsga4b+TK1tlkgY88FpSTmWMDthPO5YCPHk8xlGseW55OBpFUSoINUumZznHZw==" data-copy="" data-copied=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/zoom.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="//localhost:1313/404.html">
|
||||||
|
<meta property="og:site_name" content="JeremyStar™">
|
||||||
|
<meta property="og:title" content="404 Page not found">
|
||||||
|
<meta property="og:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
<meta property="og:locale" content="en">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary"><meta name="twitter:title" content="404 Page not found">
|
||||||
|
<meta name="twitter:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/lib/jquery/jquery.slim.min.js" integrity=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="theme-color"/>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body
|
||||||
|
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32">
|
||||||
|
<div id="the-top" class="absolute flex self-center">
|
||||||
|
<a class="px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600"
|
||||||
|
href="#main-content"><span
|
||||||
|
class="font-bold text-primary-600 ltr:pr-2 rtl:pl-2 dark:text-primary-400">↓</span>Skip to main content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="min-h-[148px]"></div>
|
||||||
|
<div class="fixed inset-x-0 pl-[24px] pr-[24px]" style="z-index:100">
|
||||||
|
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom backdrop-blur-2xl shadow-2xl"></div>
|
||||||
|
<div class="relative max-w-[64rem] ml-auto mr-auto">
|
||||||
|
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
|
||||||
|
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="/" class="flex">
|
||||||
|
<span class="sr-only">JeremyStar™</span>
|
||||||
|
|
||||||
|
<img src="/Base.png" width="1080" height="1080"
|
||||||
|
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="JeremyStar™" />
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-1 items-center justify-between">
|
||||||
|
<nav class="flex space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">JeremyStar™</a>
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-base font-medium" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
<span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="-my-2 -mr-2 md:hidden">
|
||||||
|
|
||||||
|
<label id="menu-button" for="menu-controller" class="block">
|
||||||
|
<input type="checkbox" id="menu-controller" class="hidden" />
|
||||||
|
|
||||||
|
<div class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="menu-wrapper" style="padding-top:5px;"
|
||||||
|
class="fixed inset-0 z-30 invisible w-screen h-screen m-0 overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
|
||||||
|
<ul
|
||||||
|
class="flex space-y-2 mt-3 flex-col items-end w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span
|
||||||
|
class="cursor-pointer inline-block align-text-bottom hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="mt-1">
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-bg font-bg" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var $mainmenu = $('.main-menu');
|
||||||
|
var path = window.location.pathname;
|
||||||
|
$mainmenu.find('a[href="' + path + '"]').each(function (i, e) {
|
||||||
|
$(e).children('p').addClass('active');
|
||||||
|
});
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
window.addEventListener('scroll', function (e) {
|
||||||
|
var scroll = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
|
||||||
|
var background_blur = document.getElementById('menu-blur');
|
||||||
|
background_blur.style.opacity = (scroll / 300);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="relative flex flex-col grow">
|
||||||
|
<main id="main-content" class="grow">
|
||||||
|
|
||||||
|
<h1 class="mb-3 text-4xl font-extrabold">Page Not Found 😕</h1>
|
||||||
|
<p class="mt-8 mb-12 text-neutral-400 dark:text-neutral-500">
|
||||||
|
Error 404
|
||||||
|
</p>
|
||||||
|
<div class="prose dark:prose-invert">
|
||||||
|
<p>It seems that the page you've requested does not exist.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</main><footer id="site-footer" class="py-10 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<nav class="flex flex-row pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
||||||
|
<ul class="flex flex-col list-none sm:flex-row">
|
||||||
|
|
||||||
|
<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
|
||||||
|
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href=""
|
||||||
|
title="">
|
||||||
|
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex items-center justify-between">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||||
|
©
|
||||||
|
2024
|
||||||
|
JeremyStar™
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-xs text-neutral-500 dark:text-neutral-400">
|
||||||
|
|
||||||
|
|
||||||
|
Powered by <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> & <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://blowfish.page/" target="_blank" rel="noopener noreferrer">Blowfish</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
mediumZoom(document.querySelectorAll("img:not(.nozoom)"), {
|
||||||
|
margin: 24,
|
||||||
|
background: 'rgba(0,0,0,0.5)',
|
||||||
|
scrollOffset: 0,
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/process.min.ee03488f19c93c2efb199e2e3014ea5f3cb2ce7d45154adb3399a158cac27ca52831db249ede5bb602700ef87eb02434139de0858af1818ab0fb4182472204a4.js" integrity="sha512-7gNIjxnJPC77GZ4uMBTqXzyyzn1FFUrbM5mhWMrCfKUoMdsknt5btgJwDvh+sCQ0E53ghYrxgYqw+0GCRyIEpA=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
BIN
public/Background.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
public/Base+Zoomed.png
Normal file
After Width: | Height: | Size: 210 KiB |
BIN
public/Base.png
Normal file
After Width: | Height: | Size: 192 KiB |
After Width: | Height: | Size: 10 KiB |
BIN
public/NeodymAdminApartment.png
Normal file
After Width: | Height: | Size: 4.4 MiB |
BIN
public/REISENTE.png
Normal file
After Width: | Height: | Size: 465 KiB |
After Width: | Height: | Size: 99 KiB |
BIN
public/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 16 KiB |
396
public/authors/index.html
Normal file
|
@ -0,0 +1,396 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
|
||||||
|
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
|
<meta http-equiv="content-language" content="en" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
|
||||||
|
<title>Authors · JeremyStar™</title>
|
||||||
|
<meta name="title" content="Authors · JeremyStar™" />
|
||||||
|
|
||||||
|
<meta name="description" content="JeremyStar™'s persönliche Webseite" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="//localhost:1313/authors/" />
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/authors/index.xml" title="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.ac59a1b8eaafef739c129d12787ac29f6a420bcb348c7aeec8949a8d0b7d6c2023766c169d14b9031b751504eb3c976efe786fec135b340a49868acd8caa4127.css"
|
||||||
|
integrity="sha512-rFmhuOqv73OcEp0SeHrCn2pCC8s0jHruyJSajQt9bCAjdmwWnRS5Axt1FQTrPJdu/nhv7BNbNApJhorNjKpBJw==" />
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/appearance.min.70dd99ae59608f77445d3381d60b94b0bfd59c2d00e6bc41040047bd0556578840629bfeaeef104d2bce2aacdb26287ab456d9145180928ad1f8bd2027cb6752.js"
|
||||||
|
integrity="sha512-cN2Zrllgj3dEXTOB1guUsL/VnC0A5rxBBABHvQVWV4hAYpv+ru8QTSvOKqzbJih6tFbZFFGAkorR+L0gJ8tnUg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b89ac69ff9802fd5418564a45dada46f018c4ac81ae1bf932b5b6592063cf05a524e658c0ed84f3b96023c793cc651ac796e79381a45512a08354ba66739c767.js"
|
||||||
|
integrity="sha512-uJrGn/mAL9VBhWSkXa2kbwGMSsga4b+TK1tlkgY88FpSTmWMDthPO5YCPHk8xlGseW55OBpFUSoINUumZznHZw==" data-copy="" data-copied=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/zoom.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="//localhost:1313/authors/">
|
||||||
|
<meta property="og:site_name" content="JeremyStar™">
|
||||||
|
<meta property="og:title" content="Authors">
|
||||||
|
<meta property="og:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
<meta property="og:locale" content="en">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary"><meta name="twitter:title" content="Authors">
|
||||||
|
<meta name="twitter:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/lib/jquery/jquery.slim.min.js" integrity=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="theme-color"/>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body
|
||||||
|
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32">
|
||||||
|
<div id="the-top" class="absolute flex self-center">
|
||||||
|
<a class="px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600"
|
||||||
|
href="#main-content"><span
|
||||||
|
class="font-bold text-primary-600 ltr:pr-2 rtl:pl-2 dark:text-primary-400">↓</span>Skip to main content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="min-h-[148px]"></div>
|
||||||
|
<div class="fixed inset-x-0 pl-[24px] pr-[24px]" style="z-index:100">
|
||||||
|
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom backdrop-blur-2xl shadow-2xl"></div>
|
||||||
|
<div class="relative max-w-[64rem] ml-auto mr-auto">
|
||||||
|
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
|
||||||
|
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="/" class="flex">
|
||||||
|
<span class="sr-only">JeremyStar™</span>
|
||||||
|
|
||||||
|
<img src="/Base.png" width="1080" height="1080"
|
||||||
|
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="JeremyStar™" />
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-1 items-center justify-between">
|
||||||
|
<nav class="flex space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">JeremyStar™</a>
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-base font-medium" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
<span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="-my-2 -mr-2 md:hidden">
|
||||||
|
|
||||||
|
<label id="menu-button" for="menu-controller" class="block">
|
||||||
|
<input type="checkbox" id="menu-controller" class="hidden" />
|
||||||
|
|
||||||
|
<div class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="menu-wrapper" style="padding-top:5px;"
|
||||||
|
class="fixed inset-0 z-30 invisible w-screen h-screen m-0 overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
|
||||||
|
<ul
|
||||||
|
class="flex space-y-2 mt-3 flex-col items-end w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span
|
||||||
|
class="cursor-pointer inline-block align-text-bottom hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="mt-1">
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-bg font-bg" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var $mainmenu = $('.main-menu');
|
||||||
|
var path = window.location.pathname;
|
||||||
|
$mainmenu.find('a[href="' + path + '"]').each(function (i, e) {
|
||||||
|
$(e).children('p').addClass('active');
|
||||||
|
});
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
window.addEventListener('scroll', function (e) {
|
||||||
|
var scroll = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
|
||||||
|
var background_blur = document.getElementById('menu-blur');
|
||||||
|
background_blur.style.opacity = (scroll / 300);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="relative flex flex-col grow">
|
||||||
|
<main id="main-content" class="grow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
|
||||||
|
<h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Authors</h1>
|
||||||
|
<div class="mt-1 mb-2 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex flex-row flex-wrap items-center">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var oid = "views_taxonomy_authors"
|
||||||
|
var oid_likes = "likes_taxonomy_authors"
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/page.min.0860cf4e04fa2d72cc33ddba263083464d48f67de06114529043cb4623319efed4f484fd7f1730df5abea0e2da6f3538855634081d02f2d6e920b956f063e823.js" integrity="sha512-CGDPTgT6LXLMM926JjCDRk1I9n3gYRRSkEPLRiMxnv7U9IT9fxcw31q+oOLabzU4hVY0CB0C8tbpILlW8GPoIw=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="flex flex-wrap max-w-prose -mx-2 overflow-hidden">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</main><footer id="site-footer" class="py-10 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<nav class="flex flex-row pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
||||||
|
<ul class="flex flex-col list-none sm:flex-row">
|
||||||
|
|
||||||
|
<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
|
||||||
|
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href=""
|
||||||
|
title="">
|
||||||
|
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex items-center justify-between">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||||
|
©
|
||||||
|
2024
|
||||||
|
JeremyStar™
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-xs text-neutral-500 dark:text-neutral-400">
|
||||||
|
|
||||||
|
|
||||||
|
Powered by <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> & <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://blowfish.page/" target="_blank" rel="noopener noreferrer">Blowfish</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
mediumZoom(document.querySelectorAll("img:not(.nozoom)"), {
|
||||||
|
margin: 24,
|
||||||
|
background: 'rgba(0,0,0,0.5)',
|
||||||
|
scrollOffset: 0,
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/process.min.ee03488f19c93c2efb199e2e3014ea5f3cb2ce7d45154adb3399a158cac27ca52831db249ede5bb602700ef87eb02434139de0858af1818ab0fb4182472204a4.js" integrity="sha512-7gNIjxnJPC77GZ4uMBTqXzyyzn1FFUrbM5mhWMrCfKUoMdsknt5btgJwDvh+sCQ0E53ghYrxgYqw+0GCRyIEpA=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
12
public/authors/index.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Authors on JeremyStar™</title>
|
||||||
|
<link>//localhost:1313/authors/</link>
|
||||||
|
<description>Recent content in Authors on JeremyStar™</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en</language>
|
||||||
|
<copyright>© 2024 JeremyStar™</copyright>
|
||||||
|
<atom:link href="//localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
396
public/categories/index.html
Normal file
|
@ -0,0 +1,396 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
|
||||||
|
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
|
<meta http-equiv="content-language" content="en" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
|
||||||
|
<title>Categories · JeremyStar™</title>
|
||||||
|
<meta name="title" content="Categories · JeremyStar™" />
|
||||||
|
|
||||||
|
<meta name="description" content="JeremyStar™'s persönliche Webseite" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="//localhost:1313/categories/" />
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.ac59a1b8eaafef739c129d12787ac29f6a420bcb348c7aeec8949a8d0b7d6c2023766c169d14b9031b751504eb3c976efe786fec135b340a49868acd8caa4127.css"
|
||||||
|
integrity="sha512-rFmhuOqv73OcEp0SeHrCn2pCC8s0jHruyJSajQt9bCAjdmwWnRS5Axt1FQTrPJdu/nhv7BNbNApJhorNjKpBJw==" />
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/appearance.min.70dd99ae59608f77445d3381d60b94b0bfd59c2d00e6bc41040047bd0556578840629bfeaeef104d2bce2aacdb26287ab456d9145180928ad1f8bd2027cb6752.js"
|
||||||
|
integrity="sha512-cN2Zrllgj3dEXTOB1guUsL/VnC0A5rxBBABHvQVWV4hAYpv+ru8QTSvOKqzbJih6tFbZFFGAkorR+L0gJ8tnUg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b89ac69ff9802fd5418564a45dada46f018c4ac81ae1bf932b5b6592063cf05a524e658c0ed84f3b96023c793cc651ac796e79381a45512a08354ba66739c767.js"
|
||||||
|
integrity="sha512-uJrGn/mAL9VBhWSkXa2kbwGMSsga4b+TK1tlkgY88FpSTmWMDthPO5YCPHk8xlGseW55OBpFUSoINUumZznHZw==" data-copy="" data-copied=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/zoom.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="//localhost:1313/categories/">
|
||||||
|
<meta property="og:site_name" content="JeremyStar™">
|
||||||
|
<meta property="og:title" content="Categories">
|
||||||
|
<meta property="og:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
<meta property="og:locale" content="en">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary"><meta name="twitter:title" content="Categories">
|
||||||
|
<meta name="twitter:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/lib/jquery/jquery.slim.min.js" integrity=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="theme-color"/>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body
|
||||||
|
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32">
|
||||||
|
<div id="the-top" class="absolute flex self-center">
|
||||||
|
<a class="px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600"
|
||||||
|
href="#main-content"><span
|
||||||
|
class="font-bold text-primary-600 ltr:pr-2 rtl:pl-2 dark:text-primary-400">↓</span>Skip to main content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="min-h-[148px]"></div>
|
||||||
|
<div class="fixed inset-x-0 pl-[24px] pr-[24px]" style="z-index:100">
|
||||||
|
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom backdrop-blur-2xl shadow-2xl"></div>
|
||||||
|
<div class="relative max-w-[64rem] ml-auto mr-auto">
|
||||||
|
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
|
||||||
|
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="/" class="flex">
|
||||||
|
<span class="sr-only">JeremyStar™</span>
|
||||||
|
|
||||||
|
<img src="/Base.png" width="1080" height="1080"
|
||||||
|
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="JeremyStar™" />
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-1 items-center justify-between">
|
||||||
|
<nav class="flex space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">JeremyStar™</a>
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-base font-medium" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
<span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="-my-2 -mr-2 md:hidden">
|
||||||
|
|
||||||
|
<label id="menu-button" for="menu-controller" class="block">
|
||||||
|
<input type="checkbox" id="menu-controller" class="hidden" />
|
||||||
|
|
||||||
|
<div class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="menu-wrapper" style="padding-top:5px;"
|
||||||
|
class="fixed inset-0 z-30 invisible w-screen h-screen m-0 overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
|
||||||
|
<ul
|
||||||
|
class="flex space-y-2 mt-3 flex-col items-end w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span
|
||||||
|
class="cursor-pointer inline-block align-text-bottom hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="mt-1">
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-bg font-bg" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var $mainmenu = $('.main-menu');
|
||||||
|
var path = window.location.pathname;
|
||||||
|
$mainmenu.find('a[href="' + path + '"]').each(function (i, e) {
|
||||||
|
$(e).children('p').addClass('active');
|
||||||
|
});
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
window.addEventListener('scroll', function (e) {
|
||||||
|
var scroll = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
|
||||||
|
var background_blur = document.getElementById('menu-blur');
|
||||||
|
background_blur.style.opacity = (scroll / 300);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="relative flex flex-col grow">
|
||||||
|
<main id="main-content" class="grow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
|
||||||
|
<h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Categories</h1>
|
||||||
|
<div class="mt-1 mb-2 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex flex-row flex-wrap items-center">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var oid = "views_taxonomy_categories"
|
||||||
|
var oid_likes = "likes_taxonomy_categories"
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/page.min.0860cf4e04fa2d72cc33ddba263083464d48f67de06114529043cb4623319efed4f484fd7f1730df5abea0e2da6f3538855634081d02f2d6e920b956f063e823.js" integrity="sha512-CGDPTgT6LXLMM926JjCDRk1I9n3gYRRSkEPLRiMxnv7U9IT9fxcw31q+oOLabzU4hVY0CB0C8tbpILlW8GPoIw=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="flex flex-wrap max-w-prose -mx-2 overflow-hidden">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</main><footer id="site-footer" class="py-10 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<nav class="flex flex-row pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
||||||
|
<ul class="flex flex-col list-none sm:flex-row">
|
||||||
|
|
||||||
|
<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
|
||||||
|
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href=""
|
||||||
|
title="">
|
||||||
|
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex items-center justify-between">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||||
|
©
|
||||||
|
2024
|
||||||
|
JeremyStar™
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-xs text-neutral-500 dark:text-neutral-400">
|
||||||
|
|
||||||
|
|
||||||
|
Powered by <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> & <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://blowfish.page/" target="_blank" rel="noopener noreferrer">Blowfish</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
mediumZoom(document.querySelectorAll("img:not(.nozoom)"), {
|
||||||
|
margin: 24,
|
||||||
|
background: 'rgba(0,0,0,0.5)',
|
||||||
|
scrollOffset: 0,
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/process.min.ee03488f19c93c2efb199e2e3014ea5f3cb2ce7d45154adb3399a158cac27ca52831db249ede5bb602700ef87eb02434139de0858af1818ab0fb4182472204a4.js" integrity="sha512-7gNIjxnJPC77GZ4uMBTqXzyyzn1FFUrbM5mhWMrCfKUoMdsknt5btgJwDvh+sCQ0E53ghYrxgYqw+0GCRyIEpA=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
12
public/categories/index.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Categories on JeremyStar™</title>
|
||||||
|
<link>//localhost:1313/categories/</link>
|
||||||
|
<description>Recent content in Categories on JeremyStar™</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en</language>
|
||||||
|
<copyright>© 2024 JeremyStar™</copyright>
|
||||||
|
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
BIN
public/favicon-16x16.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
public/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 14 KiB |
575
public/index.html
Normal file
|
@ -0,0 +1,575 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
|
||||||
|
data-auto-appearance="true"><head>
|
||||||
|
<meta name="generator" content="Hugo 0.125.5"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
|
<meta http-equiv="content-language" content="en" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
|
||||||
|
<title>JeremyStar™</title>
|
||||||
|
<meta name="title" content="JeremyStar™" />
|
||||||
|
|
||||||
|
<meta name="description" content="JeremyStar™'s persönliche Webseite" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="//localhost:1313/" />
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="JeremyStar™" />
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/json" href="/index.json" title="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.ac59a1b8eaafef739c129d12787ac29f6a420bcb348c7aeec8949a8d0b7d6c2023766c169d14b9031b751504eb3c976efe786fec135b340a49868acd8caa4127.css"
|
||||||
|
integrity="sha512-rFmhuOqv73OcEp0SeHrCn2pCC8s0jHruyJSajQt9bCAjdmwWnRS5Axt1FQTrPJdu/nhv7BNbNApJhorNjKpBJw==" />
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/appearance.min.70dd99ae59608f77445d3381d60b94b0bfd59c2d00e6bc41040047bd0556578840629bfeaeef104d2bce2aacdb26287ab456d9145180928ad1f8bd2027cb6752.js"
|
||||||
|
integrity="sha512-cN2Zrllgj3dEXTOB1guUsL/VnC0A5rxBBABHvQVWV4hAYpv+ru8QTSvOKqzbJih6tFbZFFGAkorR+L0gJ8tnUg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b89ac69ff9802fd5418564a45dada46f018c4ac81ae1bf932b5b6592063cf05a524e658c0ed84f3b96023c793cc651ac796e79381a45512a08354ba66739c767.js"
|
||||||
|
integrity="sha512-uJrGn/mAL9VBhWSkXa2kbwGMSsga4b+TK1tlkgY88FpSTmWMDthPO5YCPHk8xlGseW55OBpFUSoINUumZznHZw==" data-copy="" data-copied=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/zoom.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="//localhost:1313/">
|
||||||
|
<meta property="og:site_name" content="JeremyStar™">
|
||||||
|
<meta property="og:title" content="JeremyStar™">
|
||||||
|
<meta property="og:description" content="Welcome to my personal webspace!">
|
||||||
|
<meta property="og:locale" content="en">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary"><meta name="twitter:title" content="">
|
||||||
|
<meta name="twitter:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "WebSite",
|
||||||
|
"@id": "\/\/localhost:1313\/",
|
||||||
|
"name": "JeremyStar™",
|
||||||
|
"description": "JeremyStar™\u0027s persönliche Webseite",
|
||||||
|
"inLanguage": "en",
|
||||||
|
"url": "\/\/localhost:1313\/",
|
||||||
|
|
||||||
|
"publisher" : {
|
||||||
|
"@type": "Person",
|
||||||
|
"name": "JeremyStar™"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/lib/jquery/jquery.slim.min.js" integrity=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="theme-color"/>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body
|
||||||
|
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32">
|
||||||
|
<div id="the-top" class="absolute flex self-center">
|
||||||
|
<a class="px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600"
|
||||||
|
href="#main-content"><span
|
||||||
|
class="font-bold text-primary-600 ltr:pr-2 rtl:pl-2 dark:text-primary-400">↓</span>Skip to main content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="min-h-[148px]"></div>
|
||||||
|
<div class="fixed inset-x-0 pl-[24px] pr-[24px]" style="z-index:100">
|
||||||
|
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom backdrop-blur-2xl shadow-2xl"></div>
|
||||||
|
<div class="relative max-w-[64rem] ml-auto mr-auto">
|
||||||
|
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
|
||||||
|
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="/" class="flex">
|
||||||
|
<span class="sr-only">JeremyStar™</span>
|
||||||
|
|
||||||
|
<img src="/Base.png" width="1080" height="1080"
|
||||||
|
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="JeremyStar™" />
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-1 items-center justify-between">
|
||||||
|
<nav class="flex space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">JeremyStar™</a>
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-base font-medium" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
<span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="-my-2 -mr-2 md:hidden">
|
||||||
|
|
||||||
|
<label id="menu-button" for="menu-controller" class="block">
|
||||||
|
<input type="checkbox" id="menu-controller" class="hidden" />
|
||||||
|
|
||||||
|
<div class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="menu-wrapper" style="padding-top:5px;"
|
||||||
|
class="fixed inset-0 z-30 invisible w-screen h-screen m-0 overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
|
||||||
|
<ul
|
||||||
|
class="flex space-y-2 mt-3 flex-col items-end w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span
|
||||||
|
class="cursor-pointer inline-block align-text-bottom hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="mt-1">
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-bg font-bg" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var $mainmenu = $('.main-menu');
|
||||||
|
var path = window.location.pathname;
|
||||||
|
$mainmenu.find('a[href="' + path + '"]').each(function (i, e) {
|
||||||
|
$(e).children('p').addClass('active');
|
||||||
|
});
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
window.addEventListener('scroll', function (e) {
|
||||||
|
var scroll = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
|
||||||
|
var background_blur = document.getElementById('menu-blur');
|
||||||
|
background_blur.style.opacity = (scroll / 300);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="relative flex flex-col grow">
|
||||||
|
<main id="main-content" class="grow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="max-w-full prose dark:prose-invert">
|
||||||
|
<div class="relative">
|
||||||
|
<div class="absolute inset-x-0 bottom-0 h-1/2 bg-gray-100"></div>
|
||||||
|
<div class="mx-auto max-w-7xl p-0">
|
||||||
|
<div class="relative sm:overflow-hidden">
|
||||||
|
<div class="fixed inset-x-0 top-0" style="z-index:-10">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<img class="w-full h-[1000px] object-cover m-0 nozoom" src="/NeodymAdminApartment.png" role="presentation">
|
||||||
|
<div
|
||||||
|
class="absolute inset-0 h-[1000px] bg-gradient-to-t from-neutral dark:from-neutral-800 to-transparent mix-blend-normal">
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="opacity-60 absolute inset-0 h-[1000px] bg-gradient-to-t from-neutral dark:from-neutral-800 to-neutral-100 dark:to-neutral-800 mix-blend-normal">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="relative px-1 py-1 flex flex-col items-center justify-center text-center">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<img class="mb-2 rounded-full h-36 w-36" width="144" height="144"
|
||||||
|
alt="JeremyStar™" src="/foxxo_hubb0d05968603a9eba289e76a9b1e0891_77998_288x288_fill_q75_box_center.jpg" />
|
||||||
|
|
||||||
|
|
||||||
|
<h1 class="mb-2 text-4xl font-extrabold text-neutral-800 dark:text-neutral-200">
|
||||||
|
JeremyStar™
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<div class="mt-3 mb-10 text-2xl">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<section class="prose dark:prose-invert"><p>Welcome to my personal webspace! Here’s a little “menu” for just you: <br>
|
||||||
|
<a href="#about-me" >
|
||||||
|
[ABOUT ME]</a> <a href="#projects" >
|
||||||
|
[PROJECTS]</a> <a href="#links-contact" >
|
||||||
|
[LINKS & CONTACT]</a> <a href="#list-of-hate" >
|
||||||
|
[LIST OF HATE]</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
<h1 class="relative group">About me
|
||||||
|
<div id="about-me" class="anchor"></div>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||||
|
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||||
|
style="text-decoration-line: none !important;" href="#about-me" aria-label="Anchor">#</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</h1>
|
||||||
|
<p>I’m JeremyStar™, a developer from Lower Saxony, Germany. I founded the <a href="https://staropensource.de" target="_blank">
|
||||||
|
<strong>StarOpenSource Project</strong></a> and the <a href="https://sbt.jstm.staropensource.de" target="_blank">
|
||||||
|
<strong>StarBuildTeam</strong></a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h2 class="relative group">Music
|
||||||
|
<div id="music" class="anchor"></div>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||||
|
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||||
|
style="text-decoration-line: none !important;" href="#music" aria-label="Anchor">#</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</h2>
|
||||||
|
<p>I like to listen to music from these artists: Camellia, Dakku, ColBreakz, Kou!, Juggernaut., t+pazolite, USAO and a few others. <br>
|
||||||
|
You can check out my music playlist <a href="https://piped.staropensource.de/playlist?list=f9f8b090-7924-4e24-9a5d-d1b22ac4e178" target="_blank">
|
||||||
|
here</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h2 class="relative group">Computers
|
||||||
|
<div id="computers" class="anchor"></div>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||||
|
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||||
|
style="text-decoration-line: none !important;" href="#computers" aria-label="Anchor">#</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</h2>
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h2 class="relative group">Video games
|
||||||
|
<div id="video-games" class="anchor"></div>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||||
|
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||||
|
style="text-decoration-line: none !important;" href="#video-games" aria-label="Anchor">#</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</h2>
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h1 class="relative group">Personal projects
|
||||||
|
<div id="personal-projects" class="anchor"></div>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||||
|
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||||
|
style="text-decoration-line: none !important;" href="#personal-projects" aria-label="Anchor">#</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</h1>
|
||||||
|
<p>I am not only developing StarOpenSource software, but also stuff like <a href="https://presencode.jstm.staropensource.de" target="_blank">
|
||||||
|
Presencode</a> (a code-based presentation viewer), <a href="https://git.staropensource.de/JeremyStarTM/MCServerDocker" target="_blank">
|
||||||
|
MCServerDocker</a> (dockerized and customizable Minecraft server setup), <a href="https://git.staropensource.de/JeremyStarTM/pihole-docker" target="_blank">
|
||||||
|
pihole-docker</a> (dockerized Pi-hole setup) and <a href="https://git.staropensource.de/JeremyStarTM/osuboot" target="_blank">
|
||||||
|
osu!boot</a> (wrapper for osu!lazer, downloads and executes the AppImage automatically).</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h1 class="relative group">Links & Contact
|
||||||
|
<div id="links--contact" class="anchor"></div>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||||
|
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||||
|
style="text-decoration-line: none !important;" href="#links--contact" aria-label="Anchor">#</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</h1>
|
||||||
|
<p>Here’s a little list of links that you can use to stalk me <em><strong>(please don’t do that to me)</strong></em>:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://fly.staropensource.de/@jeremystartm" target="_blank">
|
||||||
|
<strong>Fediverse</strong> <em>(@jeremystartm@fly.staropensource.de)</em></a></li>
|
||||||
|
<li><a href="mailto:jeremystartm@staropensource.de" >
|
||||||
|
<strong>E-Mail</strong> <em>(jeremystartm@staropensource.de)</em></a></li>
|
||||||
|
<li><a href="https://git.staropensource.de/JeremyStarTM" target="_blank">
|
||||||
|
<strong>sos!git</strong> <em>(@JeremyStarTM)</em></a></li>
|
||||||
|
<li><a href="https://namemc.com/profile/JeremyStar.1" target="_blank">
|
||||||
|
<strong>Minecraft</strong> <em>(JeremyStar)</em></a></li>
|
||||||
|
<li><a href="https://osu.ppy.sh/users/29391986" target="_blank">
|
||||||
|
<strong>osu! (@JeremyStarTM)</strong></a></li>
|
||||||
|
<li><a href="https://aur.archlinux.org/account/JeremyStarTM" target="_blank">
|
||||||
|
<strong>AUR (@JeremyStarTM)</strong></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h1 class="relative group">List of Hate
|
||||||
|
<div id="list-of-hate" class="anchor"></div>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||||
|
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||||
|
style="text-decoration-line: none !important;" href="#list-of-hate" aria-label="Anchor">#</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</h1>
|
||||||
|
<p>Here’s a list of companies, bad people, etc. that I absolutely dislike:</p>
|
||||||
|
<ul>
|
||||||
|
<li>google</li>
|
||||||
|
<li>microsoft</li>
|
||||||
|
<li>apple</li>
|
||||||
|
<li>meta</li>
|
||||||
|
<li>ads</li>
|
||||||
|
<li>malware</li>
|
||||||
|
<li>tracking</li>
|
||||||
|
<li>analytics</li>
|
||||||
|
<li>cloudflare</li>
|
||||||
|
<li>mosqitos</li>
|
||||||
|
<li>nazis</li>
|
||||||
|
<li>classmates</li>
|
||||||
|
<li>xqc</li>
|
||||||
|
<li>reaction content</li>
|
||||||
|
<li>plasmashell NOT RESPONDING YOU STUPID THING</li>
|
||||||
|
<li>firefox/librewolf stutters</li>
|
||||||
|
<li>wine (not proton)</li>
|
||||||
|
<li>windoze</li>
|
||||||
|
<li>macos</li>
|
||||||
|
<li>all android vendors</li>
|
||||||
|
<li>ubuntu (not derivative distros)</li>
|
||||||
|
<li>redhat</li>
|
||||||
|
<li>closed source licenses</li>
|
||||||
|
<li>(deutsch)rap</li>
|
||||||
|
<li>mastodon.social</li>
|
||||||
|
<li>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</li>
|
||||||
|
<li>alternative für deutschland (political party in germany)</li>
|
||||||
|
<li>censorship</li>
|
||||||
|
<li>me :3</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
<section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div id="top-scroller" class="pointer-events-none absolute top-[110vh] bottom-0 w-12 ltr:right-0 rtl:left-0">
|
||||||
|
<a href="#the-top"
|
||||||
|
class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 mb-16 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400"
|
||||||
|
aria-label="Scroll to top" title="Scroll to top">
|
||||||
|
↑
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</main><footer id="site-footer" class="py-10 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<nav class="flex flex-row pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
||||||
|
<ul class="flex flex-col list-none sm:flex-row">
|
||||||
|
|
||||||
|
<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
|
||||||
|
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href=""
|
||||||
|
title="">
|
||||||
|
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex items-center justify-between">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||||
|
©
|
||||||
|
2024
|
||||||
|
JeremyStar™
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-xs text-neutral-500 dark:text-neutral-400">
|
||||||
|
|
||||||
|
|
||||||
|
Powered by <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> & <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://blowfish.page/" target="_blank" rel="noopener noreferrer">Blowfish</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
mediumZoom(document.querySelectorAll("img:not(.nozoom)"), {
|
||||||
|
margin: 24,
|
||||||
|
background: 'rgba(0,0,0,0.5)',
|
||||||
|
scrollOffset: 0,
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/process.min.ee03488f19c93c2efb199e2e3014ea5f3cb2ce7d45154adb3399a158cac27ca52831db249ede5bb602700ef87eb02434139de0858af1818ab0fb4182472204a4.js" integrity="sha512-7gNIjxnJPC77GZ4uMBTqXzyyzn1FFUrbM5mhWMrCfKUoMdsknt5btgJwDvh+sCQ0E53ghYrxgYqw+0GCRyIEpA=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
2
public/index.json
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
[{"content":"Welcome to my personal webspace! Here\u0026rsquo;s a little \u0026ldquo;menu\u0026rdquo; for just you: [ABOUT ME] [PROJECTS] [LINKS \u0026amp; CONTACT] [LIST OF HATE]\nAbout me # I\u0026rsquo;m JeremyStar™, a developer from Lower Saxony, Germany. I founded the StarOpenSource Project and the StarBuildTeam.\nMusic # I like to listen to music from these artists: Camellia, Dakku, ColBreakz, Kou!, Juggernaut., t+pazolite, USAO and a few others. You can check out my music playlist here.\nComputers # I started developing programs at the age of nine, with a Minecraft Bukkit plugin. Since then, I\u0026rsquo;ve learned how to manage a server, create games and other skills.\nVideo 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.\nPersonal projects # I am not only developing StarOpenSource software, but also stuff like Presencode (a code-based presentation viewer), MCServerDocker (dockerized and customizable Minecraft server setup), pihole-docker (dockerized Pi-hole setup) and osu!boot (wrapper for osu!lazer, downloads and executes the AppImage automatically).\nLinks \u0026amp; Contact # Here\u0026rsquo;s a little list of links that you can use to stalk me (please don\u0026rsquo;t do that to me):\nFediverse (@jeremystartm@fly.staropensource.de) E-Mail (jeremystartm@staropensource.de) sos!git (@JeremyStarTM) Minecraft (JeremyStar) osu! (@JeremyStarTM) AUR (@JeremyStarTM) List of Hate # Here\u0026rsquo;s a list of companies, bad people, etc. that I absolutely dislike:\ngoogle microsoft apple meta ads malware tracking analytics cloudflare mosqitos nazis classmates xqc reaction content plasmashell NOT RESPONDING YOU STUPID THING firefox/librewolf stutters wine (not proton) windoze macos all android vendors ubuntu (not derivative distros) redhat 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 ","date":"1 January 0001","externalUrl":null,"permalink":"/","section":"","summary":"Welcome to my personal webspace!","title":"","type":"page"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","date":"1 January 0001","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}]
|
12
public/index.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>JeremyStar™</title>
|
||||||
|
<link>//localhost:1313/</link>
|
||||||
|
<description>Recent content on JeremyStar™</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en</language>
|
||||||
|
<copyright>© 2024 JeremyStar™</copyright>
|
||||||
|
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
|
@ -0,0 +1 @@
|
||||||
|
const sitePreference=document.documentElement.getAttribute("data-default-appearance"),userPreference=localStorage.getItem("appearance");(sitePreference==="dark"&&userPreference===null||userPreference==="dark")&&document.documentElement.classList.add("dark"),document.documentElement.getAttribute("data-auto-appearance")==="true"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches&&userPreference!=="light"&&document.documentElement.classList.add("dark"),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e=>{e.matches?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")})),window.addEventListener("DOMContentLoaded",e=>{const t=document.getElementById("appearance-switcher"),n=document.getElementById("appearance-switcher-mobile");updateMeta(),this.updateLogo?.(getTargetAppearance()),t&&(t.addEventListener("click",()=>{document.documentElement.classList.toggle("dark");var e=getTargetAppearance();localStorage.setItem("appearance",e),updateMeta(),this.updateLogo?.(e)}),t.addEventListener("contextmenu",e=>{e.preventDefault(),localStorage.removeItem("appearance")})),n&&(n.addEventListener("click",()=>{document.documentElement.classList.toggle("dark");var e=getTargetAppearance();localStorage.setItem("appearance",e),updateMeta(),this.updateLogo?.(e)}),n.addEventListener("contextmenu",e=>{e.preventDefault(),localStorage.removeItem("appearance")}))});var updateMeta=()=>{var e=document.querySelector("body"),t=getComputedStyle(e);document.querySelector('meta[name="theme-color"]').setAttribute("content",t.backgroundColor)},getTargetAppearance=()=>document.documentElement.classList.contains("dark")?"dark":"light";window.addEventListener("DOMContentLoaded",e=>{const t=document.getElementById("top-scroller"),n=document.getElementById("site-footer");t&&n&&t.getBoundingClientRect().top>n.getBoundingClientRect().top&&(t.hidden=!0)})
|
|
@ -0,0 +1 @@
|
||||||
|
const sitePreference=document.documentElement.getAttribute("data-default-appearance"),userPreference=localStorage.getItem("appearance");(sitePreference==="dark"&&userPreference===null||userPreference==="dark")&&document.documentElement.classList.add("dark"),document.documentElement.getAttribute("data-auto-appearance")==="true"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches&&userPreference!=="light"&&document.documentElement.classList.add("dark"),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e=>{e.matches?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")})),window.addEventListener("DOMContentLoaded",e=>{const t=document.getElementById("appearance-switcher"),n=document.getElementById("appearance-switcher-mobile");updateMeta(),this.updateLogo?.(getTargetAppearance()),t&&(t.addEventListener("click",()=>{document.documentElement.classList.toggle("dark");var e=getTargetAppearance();localStorage.setItem("appearance",e),updateMeta(),this.updateLogo?.(e)}),t.addEventListener("contextmenu",e=>{e.preventDefault(),localStorage.removeItem("appearance")})),n&&(n.addEventListener("click",()=>{document.documentElement.classList.toggle("dark");var e=getTargetAppearance();localStorage.setItem("appearance",e),updateMeta(),this.updateLogo?.(e)}),n.addEventListener("contextmenu",e=>{e.preventDefault(),localStorage.removeItem("appearance")}))});var updateMeta=()=>{var e=document.querySelector("body"),t=getComputedStyle(e);document.querySelector('meta[name="theme-color"]').setAttribute("content",t.backgroundColor)},updateLogo=e=>{var t=document.querySelectorAll("img.logo");targetLogoPath=e=="dark"?"/Base.png":"/Base.png";for(const e of t)e.setAttribute("src",targetLogoPath)},getTargetAppearance=()=>document.documentElement.classList.contains("dark")?"dark":"light";window.addEventListener("DOMContentLoaded",e=>{const t=document.getElementById("top-scroller"),n=document.getElementById("site-footer");t&&n&&t.getBoundingClientRect().top>n.getBoundingClientRect().top&&(t.hidden=!0)})
|
|
@ -0,0 +1 @@
|
||||||
|
const sitePreference=document.documentElement.getAttribute("data-default-appearance"),userPreference=localStorage.getItem("appearance");(sitePreference==="dark"&&userPreference===null||userPreference==="dark")&&document.documentElement.classList.add("dark"),document.documentElement.getAttribute("data-auto-appearance")==="true"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches&&userPreference!=="light"&&document.documentElement.classList.add("dark"),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e=>{e.matches?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")})),window.addEventListener("DOMContentLoaded",e=>{const t=document.getElementById("appearance-switcher"),n=document.getElementById("appearance-switcher-mobile");updateMeta(),this.updateLogo?.(getTargetAppearance()),t&&(t.addEventListener("click",()=>{document.documentElement.classList.toggle("dark");var e=getTargetAppearance();localStorage.setItem("appearance",e),updateMeta(),this.updateLogo?.(e)}),t.addEventListener("contextmenu",e=>{e.preventDefault(),localStorage.removeItem("appearance")})),n&&(n.addEventListener("click",()=>{document.documentElement.classList.toggle("dark");var e=getTargetAppearance();localStorage.setItem("appearance",e),updateMeta(),this.updateLogo?.(e)}),n.addEventListener("contextmenu",e=>{e.preventDefault(),localStorage.removeItem("appearance")}))});var updateMeta=()=>{var e=document.querySelector("body"),t=getComputedStyle(e);document.querySelector('meta[name="theme-color"]').setAttribute("content",t.backgroundColor)},updateLogo=e=>{var t=document.querySelectorAll("img.logo");targetLogoPath=e=="light"?"/Base.png":"/Base.png";for(const e of t)e.setAttribute("src",targetLogoPath)},getTargetAppearance=()=>document.documentElement.classList.contains("dark")?"dark":"light";window.addEventListener("DOMContentLoaded",e=>{const t=document.getElementById("top-scroller"),n=document.getElementById("site-footer");t&&n&&t.getBoundingClientRect().top>n.getBoundingClientRect().top&&(t.hidden=!0)})
|
|
@ -0,0 +1 @@
|
||||||
|
var scriptBundle=document.getElementById("script-bundle"),copyText=scriptBundle&&scriptBundle.getAttribute("data-copy")?scriptBundle.getAttribute("data-copy"):"Copy",copiedText=scriptBundle&&scriptBundle.getAttribute("data-copied")?scriptBundle.getAttribute("data-copied"):"Copied";function createCopyButton(e){const t=document.createElement("button");t.className="copy-button",t.type="button",t.ariaLabel=copyText,t.innerText=copyText,t.addEventListener("click",()=>copyCodeToClipboard(t,e)),addCopyButtonToDom(t,e)}async function copyCodeToClipboard(e,t){const n=t.querySelector(":last-child").innerText;try{result=await navigator.permissions.query({name:"clipboard-write"}),result.state=="granted"||result.state=="prompt"?await navigator.clipboard.writeText(n):copyCodeBlockExecCommand(n,t)}catch{copyCodeBlockExecCommand(n,t)}finally{codeWasCopied(e)}}function copyCodeBlockExecCommand(e,t){const n=document.createElement("textArea");n.contentEditable="true",n.readOnly="false",n.className="copy-textarea",n.value=e,t.insertBefore(n,t.firstChild);const s=document.createRange();s.selectNodeContents(n);const o=window.getSelection();o.removeAllRanges(),o.addRange(s),n.setSelectionRange(0,999999),document.execCommand("copy"),t.removeChild(n)}function codeWasCopied(e){e.blur(),e.innerText=copiedText,setTimeout(function(){e.innerText=copyText},2e3)}function addCopyButtonToDom(e,t){t.insertBefore(e,t.firstChild);const n=document.createElement("div");n.className="highlight-wrapper",t.parentNode.insertBefore(n,t),n.appendChild(t)}window.addEventListener("DOMContentLoaded",e=>{document.querySelectorAll(".highlight").forEach(e=>createCopyButton(e))})
|
|
@ -0,0 +1 @@
|
||||||
|
var viewed,liked,liked_page=!1,id=oid&&oid.replaceAll("/","-"),id_likes=oid_likes&&oid_likes.replaceAll("/","-");typeof auth!="undefined"&&(viewed=localStorage.getItem(id),viewed||auth.signInAnonymously().then(()=>{var e=db.collection("views").doc(id);localStorage.setItem(id,!0),e.get().then(e=>{e.exists?db.collection("views").doc(id).update({views:firebase.firestore.FieldValue.increment(1)}):db.collection("views").doc(id).set({views:1})}).catch(e=>{console.log("Error getting document:",e)})}).catch(e=>{var t=e.code,n=e.message;console.error(t,n)}),liked=localStorage.getItem(id_likes),liked&&(liked_page=!0,document.querySelectorAll("span[id='button_likes_heart']")[0].style.display="",document.querySelectorAll("span[id='button_likes_emtpty_heart']")[0].style.display="none",document.querySelectorAll("span[id='button_likes_text']")[0].innerText=""));function like_article(e){auth.signInAnonymously().then(()=>{var t=db.collection("likes").doc(e);t.get().then(t=>{liked_page=!0,localStorage.setItem(e,!0),document.querySelectorAll("span[id='button_likes_heart']")[0].style.display="",document.querySelectorAll("span[id='button_likes_emtpty_heart']")[0].style.display="none",document.querySelectorAll("span[id='button_likes_text']")[0].innerText="",t.exists?db.collection("likes").doc(e).update({likes:firebase.firestore.FieldValue.increment(1)}):db.collection("likes").doc(e).set({likes:1})}).catch(e=>{console.log("Error getting document:",e)})}).catch(e=>{var t=e.code,n=e.message;console.error(t,n)})}function remove_like_article(e){auth.signInAnonymously().then(()=>{var t=db.collection("likes").doc(e);t.get().then(t=>{liked_page=!1,localStorage.removeItem(e),document.querySelectorAll("span[id='button_likes_heart']")[0].style.display="none",document.querySelectorAll("span[id='button_likes_emtpty_heart']")[0].style.display="",document.querySelectorAll("span[id='button_likes_text']")[0].innerText="\xa0Like",t.exists?db.collection("likes").doc(e).update({likes:firebase.firestore.FieldValue.increment(-1)}):db.collection("likes").doc(e).set({likes:0})}).catch(e=>{console.log("Error getting document:",e)})}).catch(e=>{var t=e.code,n=e.message;console.error(t,n)})}function process_article(){liked_page?remove_like_article(id_likes):like_article(id_likes)}
|
|
@ -0,0 +1 @@
|
||||||
|
if(typeof auth!="undefined"){var update_views,update_likes,viewsCollection=db.collection("views"),likesCollection=db.collection("likes");function numberWithCommas(e){return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")}function toggleLoaders(e){var t,s,n=e.className;if(n=="")return;t=n.split(" ");for(s in t)e.classList.toggle(t[s])}update_views=function(e,t){viewsCollection.doc(t).onSnapshot(t=>{var n=t.data();n?e.innerText=numberWithCommas(n.views):e.innerText=0,toggleLoaders(e)})},update_likes=function(e,t){likesCollection.doc(t).onSnapshot(t=>{var n=t.data();n?e.innerText=numberWithCommas(n.likes):e.innerText=0,toggleLoaders(e)})},auth.signInAnonymously().then(()=>{var e,t,n,s,o=document.querySelectorAll("span[id^='views_']");for(n in o)e=o[n],t=e.id?e.id.replaceAll("/","-"):e.id,t&&update_views(e,t);s=document.querySelectorAll("span[id^='likes_']");for(n in s)e=s[n],t=e.id?e.id.replaceAll("/","-"):e.id,t&&update_likes(e,t)}).catch(e=>{var t=e.code,n=e.message;console.error(t,n)})}
|
2
public/js/zoom.min.js
vendored
Normal file
2
public/lib/jquery/jquery.slim.min.js
vendored
Normal file
3
public/robots.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
|
Sitemap: //localhost:1313/sitemap.xml
|
396
public/series/index.html
Normal file
|
@ -0,0 +1,396 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
|
||||||
|
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
|
<meta http-equiv="content-language" content="en" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
|
||||||
|
<title>Series · JeremyStar™</title>
|
||||||
|
<meta name="title" content="Series · JeremyStar™" />
|
||||||
|
|
||||||
|
<meta name="description" content="JeremyStar™'s persönliche Webseite" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="//localhost:1313/series/" />
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/series/index.xml" title="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.ac59a1b8eaafef739c129d12787ac29f6a420bcb348c7aeec8949a8d0b7d6c2023766c169d14b9031b751504eb3c976efe786fec135b340a49868acd8caa4127.css"
|
||||||
|
integrity="sha512-rFmhuOqv73OcEp0SeHrCn2pCC8s0jHruyJSajQt9bCAjdmwWnRS5Axt1FQTrPJdu/nhv7BNbNApJhorNjKpBJw==" />
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/appearance.min.70dd99ae59608f77445d3381d60b94b0bfd59c2d00e6bc41040047bd0556578840629bfeaeef104d2bce2aacdb26287ab456d9145180928ad1f8bd2027cb6752.js"
|
||||||
|
integrity="sha512-cN2Zrllgj3dEXTOB1guUsL/VnC0A5rxBBABHvQVWV4hAYpv+ru8QTSvOKqzbJih6tFbZFFGAkorR+L0gJ8tnUg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b89ac69ff9802fd5418564a45dada46f018c4ac81ae1bf932b5b6592063cf05a524e658c0ed84f3b96023c793cc651ac796e79381a45512a08354ba66739c767.js"
|
||||||
|
integrity="sha512-uJrGn/mAL9VBhWSkXa2kbwGMSsga4b+TK1tlkgY88FpSTmWMDthPO5YCPHk8xlGseW55OBpFUSoINUumZznHZw==" data-copy="" data-copied=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/zoom.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="//localhost:1313/series/">
|
||||||
|
<meta property="og:site_name" content="JeremyStar™">
|
||||||
|
<meta property="og:title" content="Series">
|
||||||
|
<meta property="og:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
<meta property="og:locale" content="en">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary"><meta name="twitter:title" content="Series">
|
||||||
|
<meta name="twitter:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/lib/jquery/jquery.slim.min.js" integrity=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="theme-color"/>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body
|
||||||
|
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32">
|
||||||
|
<div id="the-top" class="absolute flex self-center">
|
||||||
|
<a class="px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600"
|
||||||
|
href="#main-content"><span
|
||||||
|
class="font-bold text-primary-600 ltr:pr-2 rtl:pl-2 dark:text-primary-400">↓</span>Skip to main content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="min-h-[148px]"></div>
|
||||||
|
<div class="fixed inset-x-0 pl-[24px] pr-[24px]" style="z-index:100">
|
||||||
|
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom backdrop-blur-2xl shadow-2xl"></div>
|
||||||
|
<div class="relative max-w-[64rem] ml-auto mr-auto">
|
||||||
|
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
|
||||||
|
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="/" class="flex">
|
||||||
|
<span class="sr-only">JeremyStar™</span>
|
||||||
|
|
||||||
|
<img src="/Base.png" width="1080" height="1080"
|
||||||
|
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="JeremyStar™" />
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-1 items-center justify-between">
|
||||||
|
<nav class="flex space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">JeremyStar™</a>
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-base font-medium" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
<span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="-my-2 -mr-2 md:hidden">
|
||||||
|
|
||||||
|
<label id="menu-button" for="menu-controller" class="block">
|
||||||
|
<input type="checkbox" id="menu-controller" class="hidden" />
|
||||||
|
|
||||||
|
<div class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="menu-wrapper" style="padding-top:5px;"
|
||||||
|
class="fixed inset-0 z-30 invisible w-screen h-screen m-0 overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
|
||||||
|
<ul
|
||||||
|
class="flex space-y-2 mt-3 flex-col items-end w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span
|
||||||
|
class="cursor-pointer inline-block align-text-bottom hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="mt-1">
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-bg font-bg" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var $mainmenu = $('.main-menu');
|
||||||
|
var path = window.location.pathname;
|
||||||
|
$mainmenu.find('a[href="' + path + '"]').each(function (i, e) {
|
||||||
|
$(e).children('p').addClass('active');
|
||||||
|
});
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
window.addEventListener('scroll', function (e) {
|
||||||
|
var scroll = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
|
||||||
|
var background_blur = document.getElementById('menu-blur');
|
||||||
|
background_blur.style.opacity = (scroll / 300);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="relative flex flex-col grow">
|
||||||
|
<main id="main-content" class="grow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
|
||||||
|
<h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Series</h1>
|
||||||
|
<div class="mt-1 mb-2 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex flex-row flex-wrap items-center">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var oid = "views_taxonomy_series"
|
||||||
|
var oid_likes = "likes_taxonomy_series"
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/page.min.0860cf4e04fa2d72cc33ddba263083464d48f67de06114529043cb4623319efed4f484fd7f1730df5abea0e2da6f3538855634081d02f2d6e920b956f063e823.js" integrity="sha512-CGDPTgT6LXLMM926JjCDRk1I9n3gYRRSkEPLRiMxnv7U9IT9fxcw31q+oOLabzU4hVY0CB0C8tbpILlW8GPoIw=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="flex flex-wrap max-w-prose -mx-2 overflow-hidden">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</main><footer id="site-footer" class="py-10 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<nav class="flex flex-row pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
||||||
|
<ul class="flex flex-col list-none sm:flex-row">
|
||||||
|
|
||||||
|
<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
|
||||||
|
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href=""
|
||||||
|
title="">
|
||||||
|
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex items-center justify-between">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||||
|
©
|
||||||
|
2024
|
||||||
|
JeremyStar™
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-xs text-neutral-500 dark:text-neutral-400">
|
||||||
|
|
||||||
|
|
||||||
|
Powered by <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> & <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://blowfish.page/" target="_blank" rel="noopener noreferrer">Blowfish</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
mediumZoom(document.querySelectorAll("img:not(.nozoom)"), {
|
||||||
|
margin: 24,
|
||||||
|
background: 'rgba(0,0,0,0.5)',
|
||||||
|
scrollOffset: 0,
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/process.min.ee03488f19c93c2efb199e2e3014ea5f3cb2ce7d45154adb3399a158cac27ca52831db249ede5bb602700ef87eb02434139de0858af1818ab0fb4182472204a4.js" integrity="sha512-7gNIjxnJPC77GZ4uMBTqXzyyzn1FFUrbM5mhWMrCfKUoMdsknt5btgJwDvh+sCQ0E53ghYrxgYqw+0GCRyIEpA=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
12
public/series/index.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Series on JeremyStar™</title>
|
||||||
|
<link>//localhost:1313/series/</link>
|
||||||
|
<description>Recent content in Series on JeremyStar™</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en</language>
|
||||||
|
<copyright>© 2024 JeremyStar™</copyright>
|
||||||
|
<atom:link href="//localhost:1313/series/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
1
public/site.webmanifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
10
public/sitemap.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>//localhost:1313/</loc>
|
||||||
|
<changefreq>daily</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
396
public/tags/index.html
Normal file
|
@ -0,0 +1,396 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
|
||||||
|
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
|
<meta http-equiv="content-language" content="en" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
|
||||||
|
<title>Tags · JeremyStar™</title>
|
||||||
|
<meta name="title" content="Tags · JeremyStar™" />
|
||||||
|
|
||||||
|
<meta name="description" content="JeremyStar™'s persönliche Webseite" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="//localhost:1313/tags/" />
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.ac59a1b8eaafef739c129d12787ac29f6a420bcb348c7aeec8949a8d0b7d6c2023766c169d14b9031b751504eb3c976efe786fec135b340a49868acd8caa4127.css"
|
||||||
|
integrity="sha512-rFmhuOqv73OcEp0SeHrCn2pCC8s0jHruyJSajQt9bCAjdmwWnRS5Axt1FQTrPJdu/nhv7BNbNApJhorNjKpBJw==" />
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/appearance.min.70dd99ae59608f77445d3381d60b94b0bfd59c2d00e6bc41040047bd0556578840629bfeaeef104d2bce2aacdb26287ab456d9145180928ad1f8bd2027cb6752.js"
|
||||||
|
integrity="sha512-cN2Zrllgj3dEXTOB1guUsL/VnC0A5rxBBABHvQVWV4hAYpv+ru8QTSvOKqzbJih6tFbZFFGAkorR+L0gJ8tnUg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b89ac69ff9802fd5418564a45dada46f018c4ac81ae1bf932b5b6592063cf05a524e658c0ed84f3b96023c793cc651ac796e79381a45512a08354ba66739c767.js"
|
||||||
|
integrity="sha512-uJrGn/mAL9VBhWSkXa2kbwGMSsga4b+TK1tlkgY88FpSTmWMDthPO5YCPHk8xlGseW55OBpFUSoINUumZznHZw==" data-copy="" data-copied=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/zoom.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="//localhost:1313/tags/">
|
||||||
|
<meta property="og:site_name" content="JeremyStar™">
|
||||||
|
<meta property="og:title" content="Tags">
|
||||||
|
<meta property="og:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
<meta property="og:locale" content="en">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary"><meta name="twitter:title" content="Tags">
|
||||||
|
<meta name="twitter:description" content="JeremyStar™'s persönliche Webseite">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="JeremyStar™" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/lib/jquery/jquery.slim.min.js" integrity=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="theme-color"/>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body
|
||||||
|
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32">
|
||||||
|
<div id="the-top" class="absolute flex self-center">
|
||||||
|
<a class="px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600"
|
||||||
|
href="#main-content"><span
|
||||||
|
class="font-bold text-primary-600 ltr:pr-2 rtl:pl-2 dark:text-primary-400">↓</span>Skip to main content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="min-h-[148px]"></div>
|
||||||
|
<div class="fixed inset-x-0 pl-[24px] pr-[24px]" style="z-index:100">
|
||||||
|
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom backdrop-blur-2xl shadow-2xl"></div>
|
||||||
|
<div class="relative max-w-[64rem] ml-auto mr-auto">
|
||||||
|
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
|
||||||
|
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="/" class="flex">
|
||||||
|
<span class="sr-only">JeremyStar™</span>
|
||||||
|
|
||||||
|
<img src="/Base.png" width="1080" height="1080"
|
||||||
|
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="JeremyStar™" />
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-1 items-center justify-between">
|
||||||
|
<nav class="flex space-x-3">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">JeremyStar™</a>
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-base font-medium" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
|
||||||
|
|
||||||
|
<span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="-my-2 -mr-2 md:hidden">
|
||||||
|
|
||||||
|
<label id="menu-button" for="menu-controller" class="block">
|
||||||
|
<input type="checkbox" id="menu-controller" class="hidden" />
|
||||||
|
|
||||||
|
<div class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="menu-wrapper" style="padding-top:5px;"
|
||||||
|
class="fixed inset-0 z-30 invisible w-screen h-screen m-0 overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
|
||||||
|
<ul
|
||||||
|
class="flex space-y-2 mt-3 flex-col items-end w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span
|
||||||
|
class="cursor-pointer inline-block align-text-bottom hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<span class="relative block icon">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="mt-1">
|
||||||
|
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||||
|
|
||||||
|
<p class="text-bg font-bg" title="">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var $mainmenu = $('.main-menu');
|
||||||
|
var path = window.location.pathname;
|
||||||
|
$mainmenu.find('a[href="' + path + '"]').each(function (i, e) {
|
||||||
|
$(e).children('p').addClass('active');
|
||||||
|
});
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
window.addEventListener('scroll', function (e) {
|
||||||
|
var scroll = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
|
||||||
|
var background_blur = document.getElementById('menu-blur');
|
||||||
|
background_blur.style.opacity = (scroll / 300);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="relative flex flex-col grow">
|
||||||
|
<main id="main-content" class="grow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
|
||||||
|
<h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Tags</h1>
|
||||||
|
<div class="mt-1 mb-2 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex flex-row flex-wrap items-center">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var oid = "views_taxonomy_tags"
|
||||||
|
var oid_likes = "likes_taxonomy_tags"
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/page.min.0860cf4e04fa2d72cc33ddba263083464d48f67de06114529043cb4623319efed4f484fd7f1730df5abea0e2da6f3538855634081d02f2d6e920b956f063e823.js" integrity="sha512-CGDPTgT6LXLMM926JjCDRk1I9n3gYRRSkEPLRiMxnv7U9IT9fxcw31q+oOLabzU4hVY0CB0C8tbpILlW8GPoIw=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="flex flex-wrap max-w-prose -mx-2 overflow-hidden">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</main><footer id="site-footer" class="py-10 print:hidden">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<nav class="flex flex-row pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
||||||
|
<ul class="flex flex-col list-none sm:flex-row">
|
||||||
|
|
||||||
|
<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
|
||||||
|
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href=""
|
||||||
|
title="">
|
||||||
|
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex items-center justify-between">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||||
|
©
|
||||||
|
2024
|
||||||
|
JeremyStar™
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="text-xs text-neutral-500 dark:text-neutral-400">
|
||||||
|
|
||||||
|
|
||||||
|
Powered by <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> & <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
|
||||||
|
href="https://blowfish.page/" target="_blank" rel="noopener noreferrer">Blowfish</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
mediumZoom(document.querySelectorAll("img:not(.nozoom)"), {
|
||||||
|
margin: 24,
|
||||||
|
background: 'rgba(0,0,0,0.5)',
|
||||||
|
scrollOffset: 0,
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/process.min.ee03488f19c93c2efb199e2e3014ea5f3cb2ce7d45154adb3399a158cac27ca52831db249ede5bb602700ef87eb02434139de0858af1818ab0fb4182472204a4.js" integrity="sha512-7gNIjxnJPC77GZ4uMBTqXzyyzn1FFUrbM5mhWMrCfKUoMdsknt5btgJwDvh+sCQ0E53ghYrxgYqw+0GCRyIEpA=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
12
public/tags/index.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Tags on JeremyStar™</title>
|
||||||
|
<link>//localhost:1313/tags/</link>
|
||||||
|
<description>Recent content in Tags on JeremyStar™</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en</language>
|
||||||
|
<copyright>© 2024 JeremyStar™</copyright>
|
||||||
|
<atom:link href="//localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 14 KiB |
1
themes/blowfish
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 13ff6f5341b373751880ac396495e8ef56008383
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit efe4cb45161be836d602d5cd0f857e62661dae8b
|
|