Skip to content

Hello VitePress

This starter post gives you a clean first page to edit while the rest of the site stays minimal.

What is already wired in

  • VitePress handles routing, layout, and static site generation.
  • Tailwind CSS is imported globally from the custom theme stylesheet.
  • UnoCSS runs as a Vite plugin and powers shortcuts plus attribute syntax.
  • TypeScript config is in place for the VitePress and UnoCSS setup files.

Where to change things

  • Site metadata and navigation live in docs/.vitepress/config.ts.
  • Global visual styling lives in docs/.vitepress/theme/styles.css.
  • Uno shortcuts and presets live in uno.config.ts.
  • Add new posts under docs/posts/.

Example snippet

ts
export function publish(title: string) {
  return `Ship: ${title}`
}

Keep this page as a smoke test while you expand the site.

Built with VitePress, UnoCSS, Tailwind CSS, and TypeScript.