Added JSON configuration files

This commit is contained in:
2025-09-23 00:46:31 +02:00
parent a9596734e4
commit 4d200e29d4
7 changed files with 320 additions and 0 deletions

65
static/docs/config.json Normal file
View 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"]
]
}