|
1 | 1 | hero: |
2 | 2 | title: The git-based CMS for<br> Nuxt projects. |
3 | | - description: Nuxt Content is a module for Nuxt that provides a simple way to manage content for your application. It allows developers to write their content in Markdown, YAML, or JSON files and then easily import and display it in their application. |
| 3 | + description: Nuxt Content is a module for Nuxt that provides a simple way to manage content for your application. It allows developers to write their content in Markdown, YAML, or JSON files and then query and display it in their application. |
4 | 4 | image: |
5 | 5 | dark: /home/hero-dark.svg |
6 | 6 | light: /home/hero-light.svg |
@@ -30,28 +30,28 @@ sections: |
30 | 30 | description: Use Vue components in Markdown files, with props, slots and nested components. |
31 | 31 | - title: Code highlighting |
32 | 32 | icon: i-lucide-list-minus |
33 | | - description: Display beautiful code blocks on your website with the Shiki integration supporting VS Code. |
34 | | - - title: Visual editor |
| 33 | + description: Display beautiful code blocks on your website with the Shiki integration supporting VS Code themes. |
| 34 | + - title: Visual Editor |
35 | 35 | icon: i-lucide-mouse-pointer-click |
36 | | - description: Let your team edit your Nuxt Content project with a visual editor. |
| 36 | + description: Let your team edit your Nuxt Content project with Nuxt Studio, our visual editor. |
37 | 37 | - title: Navigation Generation |
38 | 38 | icon: i-lucide-panel-left |
39 | | - description: Get your content structure in a structured object and display a navigation in minutes. |
40 | | - - title: Prose Component |
| 39 | + description: Generate a structured object from your content files and display a navigation menu in minutes. |
| 40 | + - title: Prose Components |
41 | 41 | icon: i-lucide-heading-1 |
42 | | - description: Easily drop in components to render different parts of your Markdown content. |
| 42 | + description: Customize HTML typography tags with Vue components to give your content a consistent style. |
43 | 43 | - title: Deploy everywhere |
44 | 44 | icon: i-lucide-globe |
45 | 45 | description: Nuxt Content works on all hosting providers, static, server, serverless & edge. |
46 | 46 | - title: Everything you need for content management |
47 | | - description: Combine file-based simplicity with Vue component power. Build any content-rich website, from documentation to complex applications. |
| 47 | + description: Combine file-based simplicity with Vue component power. Build content-rich websites, from documentation pages to complex applications. |
48 | 48 | class: '-mb-24 sm:-mb-32' |
49 | 49 | image: |
50 | 50 | dark: /home/features-dark.svg |
51 | 51 | light: /home/features-light.svg |
52 | 52 | class: 'size-full lg:h-full max-w-[calc(100%-2rem)] absolute top-0 inset-x-4' |
53 | 53 | - title: Markdown meets [Vue]{class="text-[var(--ui-primary)]"} |
54 | | - description: We invented the MDC syntax to let you use your Vue components with props and slots inside your Markdown files. |
| 54 | + description: We created the MDC syntax to let you use Vue components with props and slots inside your Markdown files. |
55 | 55 | orientation: horizontal |
56 | 56 | reverse: true |
57 | 57 | features: |
|
0 commit comments