More websites, better licenses with TOML, more minute improvements

This commit is contained in:
Bad Manners 2024-08-26 00:16:48 -03:00
parent 5559cea720
commit 92123a305d
26 changed files with 414 additions and 138 deletions

View file

@ -0,0 +1,29 @@
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";
export { default as IconGithub } from "./IconGithub.astro";
export { default as IconGitlab } from "./IconGitlab.astro";
export { default as IconGoogle } from "./IconGoogle.astro";
export { default as IconInkbunny } from "./IconInkbunny.astro";
export { default as IconItaku } from "./IconItaku.astro";
export { default as IconItchIO } from "./IconItchIO.astro";
export { default as IconKeybase } from "./IconKeybase.astro";
export { default as IconKeyoxide } from "./IconKeyoxide.astro";
export { default as IconKofi } from "./IconKofi.astro";
export { default as IconMastodon } from "./IconMastodon.astro";
export { default as IconNeocities } from "./IconNeocities.astro";
export { default as IconPicarto } from "./IconPicarto.astro";
export { default as IconReddit } from "./IconReddit.astro";
export { default as IconSignal } from "./IconSignal.astro";
export { default as IconSoFurry } from "./IconSoFurry.astro";
export { default as IconSteam } from "./IconSteam.astro";
export { default as IconSubscribeStar } from "./IconSubscribeStar.astro";
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";