Added JSON configuration files
This commit is contained in:
65
static/docs/config.json
Normal file
65
static/docs/config.json
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
{
|
||||||
|
"Textlength": 512,
|
||||||
|
"Ratelimit": 30,
|
||||||
|
|
||||||
|
"navbar": [
|
||||||
|
["P", "🏠 Home", "homepage"],
|
||||||
|
["P", "🧍 Me", "me"],
|
||||||
|
["SEP"],
|
||||||
|
["P", "📸 Photobook", "photobook_redirect"],
|
||||||
|
["D", "🛠️ Projects", "projects"],
|
||||||
|
["D", "🪧 Misc", "misc"],
|
||||||
|
["SEP"],
|
||||||
|
["D", "📂 Git", "https://git.weingardt.dev/explore/repos"],
|
||||||
|
["P", "ℹ️ Website Info", "info"]
|
||||||
|
],
|
||||||
|
|
||||||
|
"buttons" : [
|
||||||
|
["CC BY-SA 4.0", "https://creativecommons.org/licenses/by-sa/4.0/", "cc-by-sa.png"],
|
||||||
|
["Right to repair", "", "right2repair.gif"],
|
||||||
|
["Made on Gnu/Linux", "https://www.gnu.org/home.en.html", "gnu-linux.gif"],
|
||||||
|
["Anything but Chrome", "https://librewolf.net/", "nochrome.png"],
|
||||||
|
["UBlock Origin Now!", "https://ublockorigin.com/", "ublock.png"],
|
||||||
|
["Latex!", "", "latex.gif"],
|
||||||
|
["Get a Website - Landchad", "https://landchad.net/", "landchad.gif"],
|
||||||
|
["Discord? No Way!", "", "discord-no-way.gif"],
|
||||||
|
["Noobuntu is Bloated!", "https://larbs.xyz/", "larbs.gif"],
|
||||||
|
["Take back the Web", "", "fftake.gif"],
|
||||||
|
["My Gitea", "https://git.weingardt.dev", "gitea.gif"]
|
||||||
|
],
|
||||||
|
|
||||||
|
"blacklist": [
|
||||||
|
"TECHOFF",
|
||||||
|
"Contabo",
|
||||||
|
"Charter",
|
||||||
|
"DigitalOcean",
|
||||||
|
"Censys",
|
||||||
|
"Tencent",
|
||||||
|
"Cyberzone",
|
||||||
|
"Amazon",
|
||||||
|
"Comcast",
|
||||||
|
"Oracle",
|
||||||
|
"CHINANET",
|
||||||
|
"province",
|
||||||
|
"China",
|
||||||
|
"Internet Utilities",
|
||||||
|
"Limited",
|
||||||
|
"EGIHosting",
|
||||||
|
"Henan Mobile Communications",
|
||||||
|
"Alibaba",
|
||||||
|
"Chongqing"
|
||||||
|
],
|
||||||
|
|
||||||
|
"altbuttons": [
|
||||||
|
["Made with VSCodium", "https://vscodium.com/", "vscodium.png"],
|
||||||
|
["Windows 10, NO", "", "win10no.gif"],
|
||||||
|
["No NFT's", "", "nftbutton.gif"],
|
||||||
|
["Internet Privacy Now!", "https://anonymousplanet.org/", "internetprivacy.gif"],
|
||||||
|
["Vocaloid Now!", "", "vocaloid.gif"],
|
||||||
|
["Encrypt Your Shit", "https://gitlab.com/cryptsetup/cryptsetup", "encryptyourshit.gif"],
|
||||||
|
["No Web 3!", "", "noweb3.gif"],
|
||||||
|
"https://tosdr.org",
|
||||||
|
|
||||||
|
["D", "📰 Posts", "posts"]
|
||||||
|
]
|
||||||
|
}
|
20
static/docs/funfacts.json
Normal file
20
static/docs/funfacts.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"funfacts" : [
|
||||||
|
"I'm left handed!",
|
||||||
|
"I daily a 18 y/o laptop",
|
||||||
|
"In my head I think I'm special eventhough I'm not",
|
||||||
|
"When I'm bored at REDACTED, I program in PowerShell",
|
||||||
|
"I still use X11",
|
||||||
|
"I use a minidisk player. Fuck streaming services",
|
||||||
|
"I like public transport",
|
||||||
|
"I lost my sence of purpose xD",
|
||||||
|
"I write a diary",
|
||||||
|
"I prefer pen'n paper over something digital",
|
||||||
|
"I do electronics since I'm 14y/o",
|
||||||
|
"I hate social media",
|
||||||
|
"I don't watch porn",
|
||||||
|
"I want a cabin in the woods",
|
||||||
|
"Money doesn't make me happy",
|
||||||
|
"I hate mainstream media and mass entertainment and avoid it"
|
||||||
|
]
|
||||||
|
}
|
15
static/docs/lessons.json
Normal file
15
static/docs/lessons.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"lessons": [
|
||||||
|
["10.09.2025", "Clippies are a blessing"],
|
||||||
|
["06.09.2025", "Plan before cutting"],
|
||||||
|
["01.09.2025", "Don't loose your favorite pen :("],
|
||||||
|
["30.08.2025", "Imagination is evil"],
|
||||||
|
["25.08.2025", "Who would have guessed that eating hotpot also equals to a hotpot aftermath. Never. again"],
|
||||||
|
["22.08.2025", "Underpromisse and still underdeliver is a bad strategy"],
|
||||||
|
["21.08.2025", "As a child I was told I was a void pointer. As an adult I've come to realise that I'm actually a null pointer"],
|
||||||
|
["20.08.2025", "<img src='../images/headbang.gif' width='80' height='80'>"],
|
||||||
|
["19.08.2025", "Work is just daycare for adults"],
|
||||||
|
["14.08.2025", "Is there a cheatcode for infinite motivation? Some have found it, while I'm still searching"],
|
||||||
|
["13.08.2025", "Maybe don't be lazy '\\^^/'"]
|
||||||
|
]
|
||||||
|
}
|
143
static/docs/photobook.json
Normal file
143
static/docs/photobook.json
Normal file
@@ -0,0 +1,143 @@
|
|||||||
|
{
|
||||||
|
"photobook": [
|
||||||
|
[ "18.09.2025", "Found some young <a href='https://en.wikipedia.org/wiki/Fomitopsis_betulina'>birch polypore</a> and made tea out of those. This mushroom is full of vital substances and can even be consumed raw when young and squishy. The tea tastet very spicy, but only when it's hot, as soon as it cools down it wasn't as spicy.",
|
||||||
|
[ "mushrooms/staeublinge.jpeg", "mushrooms/birken_porling_tea.jpeg"]
|
||||||
|
],
|
||||||
|
[ "13.09.2025", "",
|
||||||
|
[ "misc/tree-love.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "07.09.2025", "Butterairplane",
|
||||||
|
[ "misc/butterfly.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "30.08.2025", "<a href='https://inv.nadeko.net/watch?v=gChOifUJZMc'>Autobahn</a>",
|
||||||
|
[ "misc/autobahn.png" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "24.08.2025", "Gamescom. PRAY!",
|
||||||
|
[ "misc/gamescom2025.jpg", "misc/gamescom2025_enderpray.jpg",
|
||||||
|
"misc/gamescom2025_pray.jpg", "misc/gamescom2025_stab.jpg" ]
|
||||||
|
],
|
||||||
|
[ "23.08.2025", "My try on a 3D renderer with triangles written in plain C. It's shit lol. Still have to implement depth and the camera.",
|
||||||
|
[ "projects/3drenderer.jpg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "17.08.2025", "Went again with my mum. Found alot of Hexenröhrlinge, Perlpilze and Frauentäublinge. Seems my odds with women aren't all that bad.",
|
||||||
|
[ "mushrooms/mushrooms3.jpg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "16.08.2025", "Wanted to collect mushrooms on my own. Found a rare one called 'Eichhase'<br>It's apparently good against lung cancer and leuchemia and one can also eat is raw. I choose to dry mine. But yes some of the others look dry. Hasn't rained in a few days.",
|
||||||
|
[ "mushrooms/mushrooms2.jpg", "mushrooms/mushrooms2_dried.jpg",
|
||||||
|
"misc/rodina1.jpg", "misc/rodina2.jpg" ]
|
||||||
|
],
|
||||||
|
[ "12.08.2025", "Found almost 2kg's of Steinpilze with ma mum. Hehe dried them all ;)",
|
||||||
|
[ "mushrooms/mushrooms1.jpg", "mushrooms/mushrooms1_dried.jpg" ]
|
||||||
|
],
|
||||||
|
[ "10.08.2025", "Wandern on the Rhine with cool friends",
|
||||||
|
[ "wandern/mirror_pic.jpg", "wandern/pain_in_feet_help.jpg",
|
||||||
|
"wandern/marching.jpg", "wandern/cool_selfie.jpg" ]
|
||||||
|
],
|
||||||
|
[ "10.08.2025", "",
|
||||||
|
[ "wandern/rail_shot.jpg", "wandern/parasol_grilled.jpg",
|
||||||
|
"wandern/bonfire.jpg", "wandern/rhein.jpg" ]
|
||||||
|
],
|
||||||
|
[ "24.07.2025", "Wow this all Denmark got to offer :( ?<br>(I really tried my best lol) But idc, ate him anyway.",
|
||||||
|
[ "misc/denmark_fish.jpg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "16.07.2025", "Trip round the hood. I like the old syrup bottle :D",
|
||||||
|
[ "weida/inside_long_exposure.jpg", "weida/outside.jpg",
|
||||||
|
"weida/lift.jpg", "weida/cool_wall.jpg",
|
||||||
|
"weida/river.jpg", "weida/sirup.jpg" ]
|
||||||
|
],
|
||||||
|
[ "16.07.2025", "Just a ink factory chilling there. <br>Closed ~1988",
|
||||||
|
[ "ink-factory/sacrifice_wtf.jpg", "ink-factory/inside.jpg", "ink-factory/chimney_tree.jpg",
|
||||||
|
"ink-factory/outside.jpg", "ink-factory/upstairs.jpg", "ink-factory/docs.jpg"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
[ "15.07.2025", "Rittergut in Gera. An old porzellan factory <br>Close date idk",
|
||||||
|
[ "rittergut/ddr_sign.jpg", "rittergut/karl_marx_sign.jpg",
|
||||||
|
"rittergut/outside.jpg", "rittergut/kitchen.jpg"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
[ "15.07.2025", "Always wanted to eat breakfast in school",
|
||||||
|
[ "misc/school_breakfast.jpg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "14.07.2024", "Now look what we found. An original UDSSR cigarette pack, but without content ofc xD",
|
||||||
|
[ "russian-factory/udssr_ciggs_front.jpg", "russian-factory/udssr_ciggs_bottom.jpg" ]
|
||||||
|
],
|
||||||
|
[ "14.07.2025", "Russian factory again :D (this time with food and a proper camera). <br>Closed ~1991",
|
||||||
|
[ "russian-factory/house.jpg", "russian-factory/roofview.jpg", "russian-factory/grownroom.jpg",
|
||||||
|
"russian-factory/where_floor.jpg", "russian-factory/cooking.jpg", "russian-factory/food.jpg"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
[ "13.07.2025", "Railroad adventures",
|
||||||
|
[ "misc/railroad-1.jpg", "misc/railroad-2.jpg" ],
|
||||||
|
"dontSquish"
|
||||||
|
],
|
||||||
|
[ "11.07.2025", "Sleeping outside is like therapy<br>(Wtf, since when got ticks this fucking small?)",
|
||||||
|
[ "camping/camping2.jpeg", "camping/cool_tree.jpeg",
|
||||||
|
"camping/morning.jpeg", "camping/tick.jpeg" ]
|
||||||
|
],
|
||||||
|
[ "08.07.2025", "Thinkpad Folterbank (last photo before it's neck broke)",
|
||||||
|
[ "projects/thinkpad_folterbank.jpg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "03.07.2025", "Hehe random abandoned Russian factory",
|
||||||
|
[ "russian-factory/basement.jpeg", "russian-factory/plant_room.jpeg",
|
||||||
|
"russian-factory/rooftop_view.png", "russian-factory/pinwall.png"]
|
||||||
|
],
|
||||||
|
[ "29.06.2025", "Cool dude, recommend u visit him ;)",
|
||||||
|
[ "misc/cool_dude.jpg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "23.06.2025", "Sad day.<br>Hopefully things get better",
|
||||||
|
[ "misc/white_elster.jpeg", "misc/bridge.jpeg" ]
|
||||||
|
],
|
||||||
|
[ "21.06.2025", "Boy does it feel good to be home again",
|
||||||
|
[ "misc/cherry-tree.jpeg", "misc/home.jpeg" ]
|
||||||
|
],
|
||||||
|
[ "10.06.2025", "If you dig hard enough, you also may end up finding a Commodore PET in your school :)",
|
||||||
|
[ "misc/pet.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "09.06.2025", "Don't enjoy the things one used to enjoy? Then do the things you don't enjoy: Jogging",
|
||||||
|
[ "me/walk.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "07.06.2025", "Camping!",
|
||||||
|
[ "camping/camping.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "03.06.2025", "One of my most favorite dishes: Stroganov with Buckwheat.<br>A Russian classic fit to my liking.",
|
||||||
|
[ "misc/stroganov.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "12.05.2025", "Thuringa in May.<br>A very beautiful view and sad day.",
|
||||||
|
[ "misc/gera.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "06.04.2025", "LS7 computer rev. 2 PCB<br>This was a weeks worth of just PCB drawing. Will order that shit in a week or so.",
|
||||||
|
[ "projects/ls7computer_raytraced1.png", "projects/ls7computer_raytraced2.png" ] ,
|
||||||
|
"dontSquish"
|
||||||
|
],
|
||||||
|
[ "02.04.2025", "Don't mind me, just recording my Minidisks",
|
||||||
|
[ "misc/minidisk.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "20.03.2025", "Forg!",
|
||||||
|
[ "misc/forg.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "09.03.2025", "LS7 Wozmon! (and secret plans for the future)",
|
||||||
|
[ "projects/ls7_wozmon.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "17.02.2025", "Look what ma (not so anymore) girlfriend made for me!",
|
||||||
|
[ "misc/tux_plush.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "14.02.2025", "Casually testing my kernel in school",
|
||||||
|
[ "projects/kernel_testing_in_school.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "12.01.2025", "",
|
||||||
|
[ "misc/me_workplace.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "26.12.2024", "Testing the new video card design. Got it down from 26 to 25 chips!",
|
||||||
|
[ "projects/video_card_testing.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "03.12.2024", "Ooooh yes, finally left Arch for good. Finally installed gentoo on my Thinkpad X61t, just how it's meant to be.",
|
||||||
|
[ "misc/gentoo_thinkpad_x61t.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "20.11.2024", "Server Love",
|
||||||
|
[ "me/server_love.jpeg" ], "dontSquish"
|
||||||
|
],
|
||||||
|
[ "19.11.2024", "All my beloved ThinkPads ;)",
|
||||||
|
[ "misc/all_my_thinkpads.jpg" ], "dontSquish"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
42
static/docs/random.json
Normal file
42
static/docs/random.json
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"rnd" : [
|
||||||
|
"<marquee><h1>SHIT</h1></marquee>",
|
||||||
|
"This is random",
|
||||||
|
"<img src='/buttons/slowuserbox.png'>",
|
||||||
|
"<img src='/images/pixels.png'>",
|
||||||
|
|
||||||
|
"<img src='/images/4get.png'><br><a href='https://4get.weingardt.dev/'>4GET! EVERYTHING</a>",
|
||||||
|
|
||||||
|
"<img src='/images/hittingfloor.gif'>",
|
||||||
|
"<img src='/images/keep_seeding.gif'>",
|
||||||
|
"I'm just a arkward little person wandering back and forth",
|
||||||
|
"Gentoo love",
|
||||||
|
"Lucky you",
|
||||||
|
"This site is always under construction",
|
||||||
|
"What the fuck is wrong with me?",
|
||||||
|
"Will someone ever read this?",
|
||||||
|
"Orphelins are underrated 🍀",
|
||||||
|
"I hate HTML+CSS",
|
||||||
|
"<img src='/images/texture.png'>",
|
||||||
|
"<img src='/images/crybitch.jpg'>",
|
||||||
|
"<img src='/images/programming_affection.png'>",
|
||||||
|
"<img src='/images/stallman_floor_absolute_proprietary.png'>",
|
||||||
|
"<img src='/images/stallman_gets_bitches.png'>",
|
||||||
|
"<img src='/images/stallman_pls_respond.png'>",
|
||||||
|
"<img src='/images/stallman_shooting_you.png'>",
|
||||||
|
"<img src='/images/what_humans_were_made_to_do.png'>",
|
||||||
|
"<img src='/images/wojak_apple_consoomer.png'>",
|
||||||
|
"<img src='/images/wojak_hates_paper_money.png'>",
|
||||||
|
"<img src='/images/bash.webp'>",
|
||||||
|
"1337",
|
||||||
|
"<a href='https://dimden.dev/'>👉 ^ dimden.dev ^ 👈</a>",
|
||||||
|
"Fuck YouTube <a href='https://inv.nadeko.net/'>inv.nadeko.net</a>",
|
||||||
|
"<img src='/images/morrita.gif'>",
|
||||||
|
"<img src='/images/4evar.gif'>",
|
||||||
|
"LOLCAT HAS MY GIF ON HIS SITE!!"
|
||||||
|
],
|
||||||
|
|
||||||
|
"alt": [
|
||||||
|
""
|
||||||
|
]
|
||||||
|
}
|
24
static/docs/todo.json
Normal file
24
static/docs/todo.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"comment": [
|
||||||
|
"0 = NOT",
|
||||||
|
"1 = CHECKED",
|
||||||
|
"s = Striketrough"
|
||||||
|
],
|
||||||
|
|
||||||
|
"todo" : [
|
||||||
|
["1", "Get this shit Online"],
|
||||||
|
["0", "Finish this Website"],
|
||||||
|
["1", "Rework Photobook"],
|
||||||
|
["s", "Re-Add styles with cookies"],
|
||||||
|
["0", "Video about LS7 Computer"],
|
||||||
|
["0", "Build ma beloved 6502 phone"],
|
||||||
|
["0", "Build a simple wrist watch"],
|
||||||
|
["0", "Get a drivers license lol"],
|
||||||
|
["0", "Code a somewhat usable 3D renderer"],
|
||||||
|
["0", "Write docs for LS7 Computer 😭"],
|
||||||
|
["0", "Build LS7 Laptop"],
|
||||||
|
["0", "Finish LS7 Kernel (IKARUS)"],
|
||||||
|
["0", "Get a girlfriend lol"]
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
11
static/docs/updates.json
Normal file
11
static/docs/updates.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"updates" : [
|
||||||
|
["21.09.2025", "Finally fixed my mail server and last updated label"],
|
||||||
|
["13.09.2025", "privatebin instance now online on https://bin.weingardt.dev/"],
|
||||||
|
["05.09.2025", "4get instance now has https"],
|
||||||
|
["01.09.2025", "Fixed shitty spelling"],
|
||||||
|
["29.08.2025", "Migrated to a new Server and got this shit online!"],
|
||||||
|
["19.08.2025", "Photobook got reworked :)"],
|
||||||
|
["14.08.2025", "Website got completly rewritten and doesn't use JavaScript anymore!"]
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user