Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
My personal website built with Nuxt 3 and Nuxt Content 2.
Harlanzw.com is an open-source Nuxt 3 personal website boilerplate that showcases production-grade SEO, performance, and accessibility practices for content-driven sites.
Harlanzw.com is a personal website template created by Harlan Wilton, built with Nuxt 3 and Nuxt Content 2, and powered by nuxt-seo-kit and Docus. It takes Markdown files as content input and outputs a fully typed, SEO-ready website with automatic routes, navigation, breadcrumbs, sitemaps, and feeds. The source is hosted on GitHub and the live site runs on Vercel.
After cloning the repository, install dependencies with pnpm i and start the development server with pnpm dev, which serves the site at http://localhost:3000. Content is added as Markdown files in the content directories; the site automatically builds routes, navigation, and SEO metadata from those files.
Harlanzw.com uses Nuxt 3 with Nuxt Content 2, styled with WindiCSS, and powered by pnpm, ESLint with @antfu/eslint-config, Fathom analytics, and Vercel hosting.
Yes, it includes automated Schema.org, sitemap.xml generation, RSS/Atom feeds, automatic breadcrumbs, and SEO/i18n best practices via nuxt-seo-kit.
Run pnpm i to install dependencies, then pnpm dev to start the development server on http://localhost:3000.
The repository is publicly available on GitHub and can be freely forked and used as a starting point for your own personal website.
