aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/images/boilerplate.webpbin0 -> 58110 bytes
-rw-r--r--src/data/projects.ts8
2 files changed, 7 insertions, 1 deletions
diff --git a/public/images/boilerplate.webp b/public/images/boilerplate.webp
new file mode 100644
index 0000000..bdec4eb
--- /dev/null
+++ b/public/images/boilerplate.webp
Binary files differ
diff --git a/src/data/projects.ts b/src/data/projects.ts
index ed7d16e..e834e01 100644
--- a/src/data/projects.ts
+++ b/src/data/projects.ts
@@ -19,6 +19,12 @@ export const projects: Project[] = [
image: "/images/authentication.webp",
},
{
+ name: "Boilerplate",
+ description: "Next.js boilerplate with authentication, user profiles, and file storage using MongoDB & MinIO",
+ url: "https://github.com/schererleander/boilerplate",
+ image: "/images/boilerplate.webp",
+ },
+ {
name: "site",
description: "React + Tailwind site auto-deployed to a VPS via GitHub Actions",
url: "https://github.com/schererleander/site",
@@ -72,4 +78,4 @@ export const projects: Project[] = [
url: "https://github.com/schererleander/pyhton-ics-modifier",
image: "/images/github.webp",
},
-]; \ No newline at end of file
+];