From a690e467fa332cca47961f8e671abd53698dfadb Mon Sep 17 00:00:00 2001 From: Sven Parker Date: Thu, 22 Oct 2020 12:09:46 +0200 Subject: [PATCH] feat(docs): add Nuxt template and example --- website/content/docs/examples.md | 1 + website/content/docs/start-with-a-template.md | 12 +++++++++--- website/static/img/nuxt.svg | 1 + 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 website/static/img/nuxt.svg diff --git a/website/content/docs/examples.md b/website/content/docs/examples.md index 305e7c59..eaa703f0 100644 --- a/website/content/docs/examples.md +++ b/website/content/docs/examples.md @@ -30,3 +30,4 @@ Example | Tools | Type | Source | More info | [Next.js blogging template for Netlify](https://nextjs-netlify-blog-template.netlify.app/) | Next.js, Netlify | blog | [wutali/nextjs-netlify-blog-template](https://github.com/wutali/nextjs-netlify-blog-template) | [read me](https://github.com/wutali/nextjs-netlify-blog-template) [Netlify CMS and OAuth server on AWS](https://github.com/pulumi/examples/tree/master/aws-ts-netlify-cms-and-oauth) | Netlify, Pulumi, AWS | blog | [pulumi/examples/aws-ts-netlify-cms-and-oauth](https://github.com/pulumi/examples/tree/master/aws-ts-netlify-cms-and-oauth) | [blog post](https://www.pulumi.com/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/) [Eleventy Starter Boilerplate](https://creativedesignsguru.com/demo/Eleventy-Starter-Boilerplate/eleventy-starter-boilerplate-presentation/) | Eleventy, Netlify | demo | [ixartz/Eleventy-Starter-Boilerplate](https://github.com/ixartz/Eleventy-Starter-Boilerplate) | [read me](https://github.com/ixartz/Eleventy-Starter-Boilerplate) +[Nuxt, Tailwind & NetlifyCMS Boilerplate](https://ntn-boilerplate.netlify.app/) | Vue, Nuxt | demo | [Knogobert/ntn-boilerplate](https://github.com/Knogobert/ntn-boilerplate) | [read me](https://github.com/Knogobert/ntn-boilerplate#readme) diff --git a/website/content/docs/start-with-a-template.md b/website/content/docs/start-with-a-template.md index fd64ef62..91acd40a 100644 --- a/website/content/docs/start-with-a-template.md +++ b/website/content/docs/start-with-a-template.md @@ -41,14 +41,20 @@ You can add Netlify CMS [to an existing site](/docs/add-to-your-site/), but the

Next.js Blog Template

Deploy to Netlify

- -
+

Eleventy Starter

Deploy to Netlify

+
+
+ +
+

Nuxt.js Boilerplate

+

Deploy to Netlify

+
After clicking one of those buttons, authenticate with GitHub or GitLab and choose a repository name. Netlify then automatically creates a clone of the repository in your GitHub or GitLab account. Next, it builds and deploys the new site on Netlify, bringing you to the site dashboard after completing the build. @@ -69,4 +75,4 @@ Try adding and editing posts, or changing the content of the Products page. When * To see how to integrate Netlify CMS into an existing project, go to [Add to your site](/docs/add-to-your-site/). * Check out other sites using Netlify CMS (or share your own!) on the [Examples](/docs/examples/) page. -* If you’d like to add more CMS editors or change how they log in to your site, read up on [Netlify Identity service](https://www.netlify.com/docs/identity). \ No newline at end of file +* If you’d like to add more CMS editors or change how they log in to your site, read up on [Netlify Identity service](https://www.netlify.com/docs/identity). diff --git a/website/static/img/nuxt.svg b/website/static/img/nuxt.svg new file mode 100644 index 00000000..1cc01489 --- /dev/null +++ b/website/static/img/nuxt.svg @@ -0,0 +1 @@ + \ No newline at end of file