-
Services
-
Gitea
-
Eifueo
-
Primoprod
-
Calibre
-
Plex
-
Jellyfin
-
Minecraft
+
+
Services
+
+ This site is statically generated using
+ Nuxt.js with the help of templates and
+ Markdown — because really, writing HTML by hand is tedious and I don't
+ know why I ever tried — and its source is available
+ here.
+
+
+
+
+ Self-hosted GitHub
+
+
+ Note collection
+
+
+ Wish simulator
+
+
+ Kobo Cloud
+
+
+ Ad-filled media server
+
+
+
+ FOSS media server
+
+
+
+ Whitelisted
+
+
+
+
diff --git a/data/navItems.ts b/data/navItems.ts
index 180f6cb..a1c7e38 100644
--- a/data/navItems.ts
+++ b/data/navItems.ts
@@ -1,5 +1,5 @@
export const navItems = [
- { href: "/about", title: "About" },
+ { href: "/#about", title: "About" },
{ href: "/blog", title: "Blog" },
{ href: "/stories", title: "Stories" },
];
diff --git a/data/projects.ts b/data/projects.ts
index 5f4aa34..6503ce8 100644
--- a/data/projects.ts
+++ b/data/projects.ts
@@ -1,9 +1,30 @@
-export const projects: Record
= {
- public: "",
- primoprod: "",
- mandown: "",
- noveldown: "",
- eifueo: "",
-};
+export const projects = [
+ {
+ name: "public",
+ href: "https://github.com/potatoeggy/public",
+ description: "This website!",
+ },
+ {
+ name: "mandown",
+ href: "https://github.com/potatoeggy/mandown",
+ description: "I couldn't find one so I made one",
+ },
+ { name: "noveldown", href: "https://github.com/potatoeggy/noveldown" },
+ { name: "YTMusicDL", href: "https://github.com/potatoeggy/YTMusicDL" },
+ { name: "jeopardy", href: "https://github.com/potatoeggy/jeopardy" },
+ { name: "Eifueo", href: "https://github.com/potatoeggy/eifueo" },
+ { name: "Napbot", href: "https://github.com/potatoeggy/napbot" },
+ { name: "emufeed", href: "https://github.com/potatoeggy/emufeed" },
+ { name: "Resketch", href: "https://github.com/anyuan-chen/resketch" },
+ {
+ name: "RecipeReady",
+ href: "https://github.com/christopherlam888/recipe-ready-frontend",
+ },
+ { name: "Perdiem", href: "https://github.com/anyuan-chen/perdiem" },
+ { name: "Flashnote", href: "https://github.com/potatoeggy/flashnote" },
+ { name: "Rooster", href: "https://github.com/potatoeggy/rooster" },
+ { name: "AutoFicFare", href: "https://github.com/potatoeggy/autoficfare" },
+ { name: "public", href: "https://github.com/potatoeggy/public" },
+];
export default projects;
diff --git a/layouts/default.vue b/layouts/default.vue
index 51e4788..b50b00f 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -25,6 +25,7 @@ useHead({ title: "Eggworld" });
+