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
codeblocks - Lists (ordered and unordered)
Blockquotes are styled with a left border accent.
Code blocks
export default defineNuxtConfig({
modules: ['@nuxt/content'],
})
Tables
| Feature | Status |
|---|---|
| Dark mode | Ready |
| Blog | Ready |
| Static generation | Ready |
Next steps
- Edit
app/assets/css/main.cssto customize colors - Replace this article with your own content
- Run
pnpm devto preview locally - Run
pnpm buildto build for production