Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 643 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 643 Bytes

wpeters.me

My personal website built with Nuxt 3.

Built as reference for optimal Nuxt code practices, SEO, performance and accessibility.

Features

  • 🤝 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
  • pnpm
  • Use UnoCSS for designing

Setup

Make sure to install the dependencies:

pnpm i

Development Server

Start the development server on http://localhost:3000

pnpm run dev