Skip to content

My personal website using Vite, Eleventy 11ty, PhotoSwipe and Inter Font

License

Notifications You must be signed in to change notification settings

Fupete/danieletabellini

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