My personal website built with Nuxt 3, powered by nuxt-seo-kit and Docus.
Built as reference for optimal Nuxt code practices, SEO, performance and accessibility.
- π Automated Schema.org
- π Markdown read time calculation
- π¨βπ» Code file name and language support
- 𧩠Automatic Server Side Icon Resolving (no FOUC), powered by iconify & unplugin-icons
- π€ Sitemap.xml and feed generation
- π Automatic breadcrumbs (with Schema.org)
- π€ Integrated with @nuxt/image, images served with cloudinary
- Automatic routes based on content /w 404 handling
- Automatic navigation generation
- Easy content composables
- Fully typed content
- Split pages/posts for easier content organisation
- line-md icons by cyberalien
- pnpm
- WindiCSS
- Eslint with @antfu/eslint-config
- SEO / i18n best practices
- Fathom analytics
- Vercel hosted
Make sure to install the dependencies:
pnpm i
Start the development server on http://localhost:3000
pnpm dev