Retour aux actualités

Hello World

Your first article using this Nuxt boilerplate. Edit or replace this file to get started.

Welcome to your new blog! This is a sample article to demonstrate the content system.

How it works

Articles are Markdown files in the content/blog/ directory. Each file needs frontmatter with at least title, description, date, and slug.

Supported features

  • Bold and italic text
  • Links with hover styling
  • Inline code blocks
  • Lists (ordered and unordered)

Blockquotes are styled with a left border accent.

Code blocks

export default defineNuxtConfig({
  modules: ['@nuxt/content'],
})

Tables

FeatureStatus
Dark modeReady
BlogReady
Static generationReady

Next steps

  1. Edit app/assets/css/main.css to customize colors
  2. Replace this article with your own content
  3. Run pnpm dev to preview locally
  4. Run pnpm build to build for production
Partager cet article