No description
Find a file
2026-06-06 15:35:50 +02:00
.forgejo/workflows update runs-on 2025-12-29 22:57:36 +01:00
images update readme 2026-06-06 15:31:56 +02:00
public update bdays 2025-12-02 20:34:13 +01:00
src fix error in webring 2026-06-06 14:01:15 +02:00
.env.example make gh repo count an env 2025-05-02 20:45:17 +02:00
.gitignore update gitignore 2025-05-13 10:44:59 +02:00
bun.lock add button for plain text version of the about me 2026-06-06 13:07:10 +02:00
eslint.config.mjs switch to react 2024-12-15 14:39:31 +01:00
LICENSE a 2025-04-17 14:04:04 +03:00
next.config.ts add socials color, add loading 2025-04-17 22:13:37 +02:00
package-lock.json fix security vuln 2025-12-04 07:12:45 +01:00
package.json update next to fix rce 2025-12-15 11:02:12 +01:00
postcss.config.mjs start v2 frm scratch 2025-04-17 12:23:50 +02:00
README.md minor word update 2026-06-06 15:35:50 +02:00
tsconfig.json add top 5 gh repo fetching 2025-04-18 11:02:39 +02:00

My website

My personal website built with Next.js, TailwindCSS, and DaisyUI.

Backend by me (Stef) and frontend/UI design by orangc.

Screenshot of the site

Layout

The site is basically divided in 4 pages:

  • Home page with all my socials and some real time info like what I'm listening to
  • About with some info about me such as name, surname, birthday etc.
  • Projects with well... some projects I made (and a top 10 of my repos, fetched from GitHub API)
  • Rabbit with some pictures of my rabbit, Pallino

Running

The site is available at... well... my site... stefdp.com

Building Locally

If you want to host it locally:

Note

I used bun but npm should work fine too

  1. Install the dependencies (bun install)
  2. Build it (bun run build)
  3. Start it (bun run start)

(or if you wanna run it in dev mode, bun run dev)

License

This project is licensed under GNU AGPLv3.