This is the code for building the static website found at werner.best. The website uses Nuxt 3 and is based on the template made available at Atinux/content-wind; utilizing Nuxt Content, TailwindCSS, and Iconify.
Make sure to install the dependencies:
npm install
Start the development server on http://localhost:3000
npm run dev
Pre-render the website to be deployed on any static hosting:
npm run generate
The dist/
directory is ready to be deployed (symlink to .output/public
), learn more on Nuxt docs.