mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: add back the newsletter (#10032)
* 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>
This commit is contained in:
parent
698a3103e0
commit
104bcbd665
@ -1,5 +1,9 @@
|
|||||||
# Local version of the website theme
|
# Local version of the website theme
|
||||||
WEBSITE_THEME=/my/path/to/website-theme
|
WEBSITE_THEME=/my/path/to/website-theme
|
||||||
|
|
||||||
|
NUXT_SENDGRID_API_KEY=
|
||||||
|
NUXT_SENDGRID_LIST_ID=
|
||||||
|
|
||||||
NUXT_OPEN_COLLECTIVE_API_KEY=
|
NUXT_OPEN_COLLECTIVE_API_KEY=
|
||||||
|
|
||||||
NUXT_GITHUB_TOKEN=
|
NUXT_GITHUB_TOKEN=
|
||||||
|
@ -229,7 +229,7 @@ Nuxt is composed of web builders all over the world who like to craft beautiful
|
|||||||
titleClass: 'text-5xl font-semibold u-text-gray-900'
|
titleClass: 'text-5xl font-semibold u-text-gray-900'
|
||||||
---
|
---
|
||||||
#title
|
#title
|
||||||
56M
|
60M
|
||||||
#description
|
#description
|
||||||
npm downloads
|
npm downloads
|
||||||
:::
|
:::
|
||||||
@ -251,7 +251,7 @@ Nuxt is composed of web builders all over the world who like to craft beautiful
|
|||||||
titleClass: 'text-5xl font-semibold u-text-gray-900'
|
titleClass: 'text-5xl font-semibold u-text-gray-900'
|
||||||
---
|
---
|
||||||
#title
|
#title
|
||||||
55k
|
60k
|
||||||
#description
|
#description
|
||||||
GitHub stars
|
GitHub stars
|
||||||
:::
|
:::
|
||||||
@ -262,12 +262,22 @@ Nuxt is composed of web builders all over the world who like to craft beautiful
|
|||||||
titleClass: 'text-5xl font-semibold u-text-gray-900'
|
titleClass: 'text-5xl font-semibold u-text-gray-900'
|
||||||
---
|
---
|
||||||
#title
|
#title
|
||||||
76k
|
78k
|
||||||
#description
|
#description
|
||||||
Twitter followers
|
Twitter followers
|
||||||
:::
|
:::
|
||||||
::
|
::
|
||||||
|
|
||||||
|
::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
|
::home-section
|
||||||
---
|
---
|
||||||
buttons:
|
buttons:
|
||||||
|
@ -16,6 +16,8 @@ image:
|
|||||||
Nuxt Community
|
Nuxt Community
|
||||||
#description
|
#description
|
||||||
Nuxt would not be what it is today without its community of maintainers, contributors and users.
|
Nuxt would not be what it is today without its community of maintainers, contributors and users.
|
||||||
|
#extra
|
||||||
|
:newsletter-form
|
||||||
::
|
::
|
||||||
|
|
||||||
::community-section
|
::community-section
|
||||||
@ -50,7 +52,7 @@ The development of Nuxt and its ecosystem is led by an international team. Our c
|
|||||||
backgroundClass: 'bg-transparent'
|
backgroundClass: 'bg-transparent'
|
||||||
---
|
---
|
||||||
#title
|
#title
|
||||||
50M
|
60M
|
||||||
#description
|
#description
|
||||||
npm downloads
|
npm downloads
|
||||||
:::
|
:::
|
||||||
@ -65,7 +67,7 @@ The development of Nuxt and its ecosystem is led by an international team. Our c
|
|||||||
backgroundClass: 'bg-transparent'
|
backgroundClass: 'bg-transparent'
|
||||||
---
|
---
|
||||||
#title
|
#title
|
||||||
10,6K
|
75K
|
||||||
#description
|
#description
|
||||||
Stars
|
Stars
|
||||||
:::
|
:::
|
||||||
@ -95,7 +97,7 @@ The development of Nuxt and its ecosystem is led by an international team. Our c
|
|||||||
backgroundClass: 'bg-transparent'
|
backgroundClass: 'bg-transparent'
|
||||||
---
|
---
|
||||||
#title
|
#title
|
||||||
998
|
1K
|
||||||
#description
|
#description
|
||||||
Forks
|
Forks
|
||||||
:::
|
:::
|
||||||
@ -112,23 +114,10 @@ From contributors to advocates, the community is made of members with different
|
|||||||
::contributors-card
|
::contributors-card
|
||||||
#title
|
#title
|
||||||
Sharing is caring
|
Sharing is caring
|
||||||
::contributors-card-item
|
#default
|
||||||
#numbers
|
1. Hundreds of conferences, meetups and workshop all around the world since the creation of Nuxt.
|
||||||
1.
|
2. An active contribution on the framework but also on the different Nuxt open source projects: bug fixes, pull requests...
|
||||||
#description
|
3. A lovely and precious help to teach you, help you and nuxtify the world.
|
||||||
Hundreds of conferences, meetups and workshop all around the world since the creation of Nuxt.
|
|
||||||
::
|
|
||||||
::contributors-card-item
|
|
||||||
#numbers
|
|
||||||
2.
|
|
||||||
#description
|
|
||||||
An active contribution on the framework but also on the different Nuxt open source projects: bug fixes, pull requests...
|
|
||||||
::
|
|
||||||
::contributors-card-item
|
|
||||||
#numbers
|
|
||||||
3.
|
|
||||||
#description
|
|
||||||
A lovely and precious help to teach you, help you and nuxtify the world.
|
|
||||||
::
|
::
|
||||||
::
|
::
|
||||||
|
|
||||||
|
35
docs/content/newsletter.md
Normal file
35
docs/content/newsletter.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
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.
|
||||||
|
:::
|
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jiti": "^1.16.2",
|
"jiti": "^1.16.2",
|
||||||
"nuxt": "^3.0.0",
|
"nuxt": "npm:nuxt3@latest",
|
||||||
"nuxt-website-theme": "^0.3.3",
|
"nuxt-website-theme": "^0.3.3",
|
||||||
"pathe": "^1.0.0",
|
"pathe": "^1.0.0",
|
||||||
"scule": "^1.0.0",
|
"scule": "^1.0.0",
|
||||||
|
1140
docs/yarn.lock
1140
docs/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user