projects $ cat portfolio.md
laurensverspeek.nl
hobby2022 — now · Creator
My personal slice of the web. Version 1 was an unfinished Nuxt 2 site that spent four years saying "coming soon(ish)" — version 2 is what you are looking at right now.
Rebuilt from scratch on Nuxt 4 with TypeScript and Bulma, it doubles as a playground: an interactive terminal (press ~), an animated flow-field background, and more easter eggs than strictly necessary.
The source is public, so if you are curious how something on this site works — go ahead and peek.
$ cat package.json
{
"name": "portfolio",
"version": "1.0.0-active",
"description": "This very website. Built with Nuxt 4, TypeScript and Bulma, featuring an interactive terminal mode and an animated flow-field background. Yes, it is finally finished(ish).",
"category": "hobby",
"role": "Creator",
"keywords": [
"Nuxt 4",
"TypeScript",
"Bulma"
],
"homepage": "https://laurensverspeek.nl",
"repository": "https://github.com/laurensV/laurensverspeek.nl"
}