mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 18:13:54 +00:00
104bcbd665
* docs: add newsletter sections * chore: update * chore: add newsletter page * chore: bump version of theme * chore: update theme * chore: up * chore(docs): update to edge nuxt/nitropack Co-authored-by: Daniel Roe <daniel@roe.dev>
36 lines
743 B
Markdown
36 lines
743 B
Markdown
---
|
|
title: Nuxt Newsletter
|
|
description: 'Get the latest releases and news about Nuxt and its ecosystem with our newsletter.'
|
|
navigation: false
|
|
---
|
|
|
|
::home-section
|
|
#title
|
|
The Nuxt Newsletter
|
|
#description
|
|
Get the latest releases and news about Nuxt and its ecosystem with our newsletter.
|
|
#extra
|
|
:newsletter-form{.pt-6}
|
|
::
|
|
|
|
:::home-section{ .mb-20 }
|
|
---
|
|
sectionAlign: 'row'
|
|
buttons:
|
|
- label: 'Get started'
|
|
size: 'xl'
|
|
variant: 'primary-gradient'
|
|
to: '/docs/getting-started/introduction'
|
|
- label: 'Explore Examples'
|
|
size: 'xl'
|
|
variant: 'secondary'
|
|
to: '/docs/examples/essentials/hello-world'
|
|
---
|
|
#sectionTitle
|
|
GETTING STARTED
|
|
#title
|
|
Start your Nuxt Journey
|
|
#description
|
|
Learn everything you need to know, from beginner to master.
|
|
:::
|