feat: remove boring projects

This commit is contained in:
eggy 2023-01-28 16:19:58 -05:00
parent b320212ca1
commit f011718ec6

View File

@ -74,16 +74,6 @@ export const projects: Project[] = [
type: "embedded",
img: "pillow.webp",
},
{
name: "Eifueo",
href: "https://github.com/potatoeggy/eifueo",
langs: ["markdown"],
license: "GPL-3.0",
img: "eifueo.webp",
description: "A collection of rewritten notes to remember things better.",
longDescription: "THIS IS NOT A TEXTBOOK.",
type: "client",
},
{
name: "Napbot",
href: "https://github.com/potatoeggy/napbot",
@ -134,16 +124,6 @@ export const projects: Project[] = [
"Automatically update fanfiction in a Calibre database to instantly update them on your Kobo.",
type: "client",
},
{
name: "Website",
href: "https://github.com/potatoeggy/public",
description:
"This website! It's gone through three iterations before this one, and this one's the first to use a framework.",
langs: ["typescript", "vue"],
license: "AGPL-3.0",
img: "public.webp",
type: "client",
},
];
const unreleasedProjects: Project[] = [