https://github.com/fupete/danieletabellini
I am Daniele Tabellini (@fupete) and this is the repository for my new personal portfolio website and digital playground. Let's see. Gently.
https://github.com/fupete/danieletabellini
11ty artist designer inter italia photoswipe portfolio sandbox vite
Last synced: 5 months ago
JSON representation
I am Daniele Tabellini (@fupete) and this is the repository for my new personal portfolio website and digital playground. Let's see. Gently.
- Host: GitHub
- URL: https://github.com/fupete/danieletabellini
- Owner: Fupete
- License: other
- Created: 2023-04-02T09:42:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-18T10:25:23.000Z (7 months ago)
- Last Synced: 2025-11-18T11:25:36.821Z (7 months ago)
- Topics: 11ty, artist, designer, inter, italia, photoswipe, portfolio, sandbox, vite
- Language: SCSS
- Homepage: https://danieletabellini.com/
- Size: 66.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://vitejs.dev/), 🕚 [Eleventy 3](https://www.11ty.dev/), 🖼️ [PhotoSwipe 5](https://photoswipe.com/) and 🔤 [Inter Font](https://rsms.me/inter/).
Ready to use: 🔎 [Pagefind 1](https://pagefind.app/)
The `code foundation` was based on [11ty + Vite starter project](https://github.com/matthiasott/eleventy-plus-vite) by [@matthiasott](https://github.com/matthiasott) ([Original MIT License](https://github.com/matthiasott/eleventy-plus-vite/blob/main/LICENSE)).
---
[](https://github.com/Fupete/danieletabellini/actions/workflows/build-and-deploy.yml)
---
## Getting started
```sh
npm install
```
## Run dev server
```sh
npm start
```
or
```sh
npx @11ty/eleventy --serve
```
## Build
```sh
npm run build
```
```sh
npx @11ty/eleventy
```
## Clean
```sh
npm run clean
```