Customizing VuePaper

Almost everything about the site is controlled from a single file: site.config.ts.

Site name & description

export const siteConfig = {
  title: "VuePaper",
  description: "A minimal, responsive and SEO-friendly Nuxt blog theme.",
  ...
};

Add or remove entries in the social array — each needs a name, url, and icon (github, x, linkedin, or mail).

Colors

Colors are defined as CSS variables in assets/css/main.css under :root (light mode) and .dark (dark mode). Tweak --color-accent, --color-fill, etc. to taste.