From 57525ae7ffd5ee5b0bb910ee253ee442a72a4022 Mon Sep 17 00:00:00 2001 From: vib Date: Sat, 13 Jan 2024 13:41:42 +0200 Subject: [PATCH] Add block list to gitignore instead of making commits for each block from now on, I just paste the list. --- .gitignore | 4 +- content/pages/blocked-instances/_index.md | 113 +--------------------- layouts/shortcodes/include.html | 2 + 3 files changed, 7 insertions(+), 112 deletions(-) create mode 100644 layouts/shortcodes/include.html diff --git a/.gitignore b/.gitignore index 7b62a71..0d1cc85 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,6 @@ hugo.darwin hugo.linux # Temporary lock file while building -/.hugo_build.lock \ No newline at end of file +/.hugo_build.lock + +content/pages/blocked-instances/list \ No newline at end of file diff --git a/content/pages/blocked-instances/_index.md b/content/pages/blocked-instances/_index.md index a6d163b..def6ffe 100644 --- a/content/pages/blocked-instances/_index.md +++ b/content/pages/blocked-instances/_index.md @@ -15,117 +15,8 @@ harassment, spamming, posting illegal content or generally their terms/rules go But to give an idea, the conditions for defederation are a bit more lax than the guidelines applied for local moderation. If an instance is being dumb but not really harmful or annoying it _may_ possibly stay. -Every subdomain of a normal domain listed here is inherently blocked too. +Every subdomain of a domain listed here is inherently blocked too. Also no hard feelings, thx. -``` -5dollah.click -activitypub-troll.cf -akko.disqordia.space -amala.schwartzwelt.xyz -anime.website -annihilation.social -app.kenhbit.com -asbestos.cafe -bae.st -bajax.us -baraag.net -beefyboys.win -boks.moe -cannibal.cafe -chudbuds.lol -chungus.cc -clubcyberia.co -cum.camp -cum.salon -d-fens.systems -decayable.ink -den.raccoon.quest -detroitriotcity.com -djsumdog.com -dotnet00.dev -eientei.org -eveningzoo.club -femboys.love -fluf.club -fr13nd5.com -freak.university -freeatlantis.com -freespeechextremist.com -frens.mahodou.moe -gameliberty.club -gearlandia.haus -gleasonator.com -glowers.club -goreslut.xyz -goyslop.cafe -helladoge.com -honkwerx.tech -hunk.city -kitsunemimi.club -kiwifarms.cc -lab.nyanide.com -lolison.network -lolison.top -masochi.st -mastinator.com -mastodong.lol -minds.com -misskey-forkbomb.cf -misskey-forkbomb.ledlamp89.repl.co -moar.cachapa.xyz -monads.online -monk.ey.business -mostr.pub -mugicha.club -nicecrew.digital -nnia.space -noagendasocial.com -norwoodzero.net -outpoa.st -pieville.net -pisskey.io -pleroma.adachi.party -pleroma.narrativerry.xyz -pleroma.nobodyhasthe.biz -poa.st -pooper.social -poster.place -posting.lolicon.rocks -poweredbycocaine.com -rage.lol -rape.pet -rapemeat.express -rdrama.cc -ryona.agency -schwartzwelt.xyz -seal.cafe -shitpost.cloud -shortstackran.ch -shota.house -sleepy.cafe -sneed.shop -sneed.social -soc.mahodou.moe -soc.ua-fediland.de -social.076.ne.jp -social.bbc -social.getgle.org -social.mykolayiv.dcomm.net.ua -social.quodverum.com -social.wideboys.org -solagg.com -spinster.xyz -strelizia.net -supernets.social -switter.at -technodon.org -threads.net -tubbycats.club -umbrellix.org -varishangout.net -wolfgirl.bar -yggdrasil.social -youjo.love -``` +``` {{% include "/pages/blocked-instances/list" %}} ``` \ No newline at end of file diff --git a/layouts/shortcodes/include.html b/layouts/shortcodes/include.html new file mode 100644 index 0000000..87a44a3 --- /dev/null +++ b/layouts/shortcodes/include.html @@ -0,0 +1,2 @@ +{{$file := .Get 0}} +{{ $file | readFile | markdownify }} \ No newline at end of file