diff --git a/astro.config.mjs b/astro.config.mjs
index 611b2db..c5707ce 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -42,10 +42,6 @@ export default defineConfig({
match: /^\/@\/code[_-]?berg\b/,
url: "https://codeberg.org/BadManners",
},
- {
- match: /^\/@\/co[_-]?host\b/,
- url: "https://cohost.org/BadManners",
- },
{
match: /^\/@\/discord\b/,
url: "/#discord",
@@ -174,10 +170,6 @@ export default defineConfig({
match: /^\/@\/weasyl\b/,
url: "https://www.weasyl.com/~badmanners",
},
- {
- match: /^\/@\/(x|twitter)\b/,
- url: "https://x.com/BadManners__",
- },
{
match: /^\/@\/(you[_-]?tube|youtu\.be|yt)\b/,
url: "https://www.youtube.com/@BadMannersXYZ",
diff --git a/src/components/icons/brands/IconCohost.astro b/src/components/icons/brands/IconCohost.astro
deleted file mode 100644
index 3583cce..0000000
--- a/src/components/icons/brands/IconCohost.astro
+++ /dev/null
@@ -1,15 +0,0 @@
----
-import SVGIcon from "../SVGIcon.astro";
-
-type Props = {
- width: string;
- height: string;
- class?: string;
-};
----
-
-
-
-
diff --git a/src/components/icons/brands/IconX.astro b/src/components/icons/brands/IconX.astro
deleted file mode 100644
index 09ae3db..0000000
--- a/src/components/icons/brands/IconX.astro
+++ /dev/null
@@ -1,15 +0,0 @@
----
-import SVGIcon from "../SVGIcon.astro";
-
-type Props = {
- width: string;
- height: string;
- class?: string;
-};
----
-
-
-
-
diff --git a/src/components/icons/brands/index.ts b/src/components/icons/brands/index.ts
index 45df522..61d7f32 100644
--- a/src/components/icons/brands/index.ts
+++ b/src/components/icons/brands/index.ts
@@ -1,6 +1,5 @@
export { default as IconBluesky } from "./IconBluesky.astro";
export { default as IconCodeberg } from "./IconCodeberg.astro";
-export { default as IconCohost } from "./IconCohost.astro";
export { default as IconDiscord } from "./IconDiscord.astro";
export { default as IconEkasPortal } from "./IconEkasPortal.astro";
export { default as IconFurAffinity } from "./IconFurAffinity.astro";
@@ -27,5 +26,4 @@ export { default as IconTelegram } from "./IconTelegram.astro";
export { default as IconTumblr } from "./IconTumblr.astro";
export { default as IconTwitch } from "./IconTwitch.astro";
export { default as IconWeasyl } from "./IconWeasyl.astro";
-export { default as IconX } from "./IconX.astro";
export { default as IconYouTube } from "./IconYouTube.astro";
diff --git a/src/data/licenses.toml b/src/data/licenses.toml
index 666eac2..7c5d02a 100644
--- a/src/data/licenses.toml
+++ b/src/data/licenses.toml
@@ -61,14 +61,11 @@ items = [
"Google",
"Mastodon",
"Picarto",
- "Reddit",
"Signal",
"Steam",
"Telegram",
- "Tumblr",
"Twitch",
"Weasyl",
- "X",
"YouTube",
]
notes = """All third-party copyrights and trademarks belong to their respective owners, \
@@ -81,7 +78,6 @@ author = { name = "Bad Manners", url = "https://badmanners.xyz", email = "me@bad
source = "https://git.badmanners.xyz/badmanners/badmanners.xyz/src/branch/main/src/components/icons/brands"
license = { name = "CC0 1.0 Universal", url = "https://creativecommons.org/publicdomain/zero/1.0/" }
items = [
- "Cohost",
"Eka's Portal",
"Fur Affinity",
"GitGud",
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 8da547e..a9469b9 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -5,7 +5,6 @@ import { IconEnvelope, IconBriefcase, IconKey, IconLink, IconCommentDots, IconSS
import {
IconBluesky,
IconCodeberg,
- IconCohost,
IconDiscord,
IconEkasPortal,
IconFurAffinity,
@@ -22,17 +21,13 @@ import {
IconMastodon,
IconNeocities,
IconPicarto,
- IconReddit,
- IconResetera,
IconSignal,
IconSoFurry,
IconSteam,
IconSubscribeStar,
IconTelegram,
- IconTumblr,
IconTwitch,
IconWeasyl,
- IconX,
IconYouTube,
} from "../components/icons/brands";
@@ -151,18 +146,6 @@ const sshKey = await readFile("./public/ssh.pub", { encoding: "utf-8" });
BadManners on Codeberg
-
-
-
- BadManners on Cohost
-
-
-
-
-
- /u/BadManners_ on Reddit
-
-
-
-
-
- Bad Manners on Resetera
-
-
@bad_manners on Telegram
-
-
-
- badmannersxyz on Tumblr
-
-
BadManners on Weasyl
-
-
-
- @BadManners__ on X
-
-