diff --git a/website/content/docs/examples.md b/website/content/docs/examples.md index e279f9cd..3982be3c 100644 --- a/website/content/docs/examples.md +++ b/website/content/docs/examples.md @@ -2,7 +2,6 @@ title: Examples group: contributing weight: 110 - --- Do you have a great, open source example? Submit a pull request to this page! @@ -28,3 +27,4 @@ Example | Tools | Type | Source | More info | [Next.js demo](https://netlifycms-nextjs.netlify.com) | Next.js | blog | [masives/netlifycms-nextjs](https://github.com/masives/netlifycms-nextjs) | [read me](https://github.com/masives/netlifycms-nextjs) [Delog - JAMStack Blog with Netlify CMS](https://delog-w3layouts.netlify.com/) | Gatsby, Netlify-CMS | demo | [W3Layouts/gatsby-starter-delog](https://github.com/W3Layouts/gatsby-starter-delog) | [blog post](https://w3layouts.com/articles/delog-gatsby-starter-netlify-cms/) [Netlify CMS template for Gridsome](https://netlifycms-gridsome.suits.at/) | Gridsome, Vue | demo | [suits-at/netlifycms-gridsome](https://github.com/suits-at/netlifycms-gridsome) | [read me](https://github.com/suits-at/netlifycms-gridsome) +[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) diff --git a/website/content/docs/start-with-a-template.md b/website/content/docs/start-with-a-template.md index b82df5bb..dc5a55f1 100644 --- a/website/content/docs/start-with-a-template.md +++ b/website/content/docs/start-with-a-template.md @@ -5,35 +5,42 @@ weight: 10 --- You can add Netlify CMS [to an existing site](/docs/add-to-your-site/), but the quickest way to get started is with a template. Found below, our featured templates deploy a bare-bones site and Netlify CMS to Netlify ([what's the difference, you ask?](../intro/#netlify-cms-vs-netlify)), giving you a fully working CMS-enabled site with just a few clicks. -
-
+
+

Hugo Site Starter

Deploy to Netlify

-
+

Gatsby Site Starter

Deploy to Netlify

-
+

Middleman Site Starter

Deploy to Netlify

-
+

Preact CLI

Deploy to Netlify

+
+
+ +
+

Next.js Blog Template

+

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. diff --git a/website/public/img/nextjs.svg b/website/public/img/nextjs.svg new file mode 100644 index 00000000..14b38378 --- /dev/null +++ b/website/public/img/nextjs.svg @@ -0,0 +1 @@ + \ No newline at end of file