From 083c20eaeef39d1ad0e661f6be7b72682cb537da Mon Sep 17 00:00:00 2001 From: Rem W Date: Mon, 12 Oct 2020 12:27:17 +0200 Subject: [PATCH] feat(docs-examples): add Eleventy Stater Boilerplate (#4438) --- website/content/docs/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/examples.md b/website/content/docs/examples.md index 5a543fa3..305e7c59 100644 --- a/website/content/docs/examples.md +++ b/website/content/docs/examples.md @@ -29,3 +29,4 @@ Example | Tools | Type | Source | More info | [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) [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)