Skip to content

I am Daniele Tabellini (@Fupete) and this is the repository for my new personal portfolio website and digital playground. Let's see. Gently.

License

Notifications You must be signed in to change notification settings

Fupete/danieletabellini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2793bab Β· Mar 10, 2025
Mar 10, 2025
May 8, 2024
Jan 25, 2024
Oct 29, 2024
Oct 26, 2024
Oct 28, 2024
Oct 28, 2024
Jan 11, 2024
Sep 26, 2024
Jan 25, 2024
Jan 25, 2024
Apr 2, 2023
Oct 28, 2024
Oct 28, 2024
Mar 10, 2025
Mar 10, 2025
Oct 26, 2024

Repository files navigation

Playground portfolio

I am Daniele Tabellini (@fupete) and this is the repository for my new personal portfolio website and digital playground. Let's see. Gently.

In use: 🍷 Vite 5, πŸ•š Eleventy 3, πŸ–ΌοΈ PhotoSwipe 5 and πŸ”€ Inter Font.
Ready to use: πŸ”Ž Pagefind 1

The code foundation was based on 11ty + Vite starter project by @matthiasott (Original MIT License).


Build and deploy


Getting started

npm install

Run dev server

npm start

or

npx @11ty/eleventy --serve

Build

npm run build
npx @11ty/eleventy

Clean

npm run clean