From 511f18cfe0dd0899a733c9aaaeb21c191e714d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Weng?= Date: Sun, 11 Oct 2020 21:47:39 +0200 Subject: [PATCH] Add information how to remove Netlify CMS --- README.md | 11 ++++++++++- ...05-05-eleventy-starter-boilerplate-presentation.md | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba2757b..f93b049 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Eleventy starter banner

-🚀 Eleventy Starter Boilerplate is production-ready with SEO-friendly for quickly starting a blog. ⚡️ Built with [Eleventy](https://www.11ty.dev), [ESLint](https://eslint.org), [Prettier](https://prettier.io), [Webpack](https://webpack.js.org), [PostCSS](https://postcss.org), [Tailwind CSS](https://tailwindcss.com). +🚀 Eleventy Starter Boilerplate is production-ready with SEO-friendly for quickly starting a blog. ⚡️ Built with [Eleventy](https://www.11ty.dev), [ESLint](https://eslint.org), [Prettier](https://prettier.io), [Webpack](https://webpack.js.org), [PostCSS](https://postcss.org), [Tailwind CSS](https://tailwindcss.com) and [Netlify CMS](https://www.netlifycms.org) (optional). Clone this project and use it to create your own [Eleventy](https://www.11ty.dev) blog. You can check a [Eleventy templates demo](https://creativedesignsguru.com/demo/Eleventy-Starter-Boilerplate/eleventy-starter-boilerplate-presentation/). @@ -32,6 +32,7 @@ Production-ready in mind: - ✅ Cache busting - 💯 Maximize lighthouse score - 🌈 Include a FREE minimalist blog theme +- 🗒 Netlify CMS (optional) ### Philosophy @@ -123,6 +124,14 @@ Clone this repository on own GitHub account and deploy to Netlify: [![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ixartz/Eleventy-Starter-Boilerplate&stack=cms) +### Remove Netlify files and Netlify CMS + +If you don't use Netlify, you can easily remove all Netlify related files: + +- `public/admin`, the entier folder +- `src/_includes/layouts/base.ejs`, the loaded script `netlify-identity-widget.js` and the inline script `if (window.netlifyIdentity) { ...` +- `netlify.toml`, the entire file + ### Contributions Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. diff --git a/src/posts/2020-05-05-eleventy-starter-boilerplate-presentation.md b/src/posts/2020-05-05-eleventy-starter-boilerplate-presentation.md index 4a705e6..6ef50d4 100644 --- a/src/posts/2020-05-05-eleventy-starter-boilerplate-presentation.md +++ b/src/posts/2020-05-05-eleventy-starter-boilerplate-presentation.md @@ -6,7 +6,7 @@ date: 2020-05-05T00:00:00Z [![Eleventy starter boilerplate banner](/assets/images/posts/eleventy-js-starter-boilerplate.png)](https://creativedesignsguru.com/demo/Eleventy-Starter-Boilerplate/) -🚀 Eleventy Starter Boilerplate is production-ready with SEO-friendly for quickly starting a blog. ⚡️ Built with [Eleventy](https://www.11ty.dev), [ESLint](https://eslint.org), [Prettier](https://prettier.io), [Webpack](https://webpack.js.org), [PostCSS](https://postcss.org), [Tailwind CSS](https://tailwindcss.com). +🚀 Eleventy Starter Boilerplate is production-ready with SEO-friendly for quickly starting a blog. ⚡️ Built with [Eleventy](https://www.11ty.dev), [ESLint](https://eslint.org), [Prettier](https://prettier.io), [Webpack](https://webpack.js.org), [PostCSS](https://postcss.org), [Tailwind CSS](https://tailwindcss.com) and [Netlify CMS](https://www.netlifycms.org) (optional). Clone this project and use it to create your own [Eleventy](https://www.11ty.dev) blog. You can check a [Eleventy js blog templates demo](https://creativedesignsguru.com/demo/Eleventy-Starter-Boilerplate/). @@ -36,6 +36,7 @@ Production-ready in mind: - ✅ Cache busting - 💯 Maximize lighthouse score - 🌈 Include a FREE minimalist blog theme +- 🗒 Netlify CMS (optional) ### Philosophy @@ -127,6 +128,14 @@ Clone this repository on own GitHub account and deploy to Netlify: [![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ixartz/Eleventy-Starter-Boilerplate) +### Remove Netlify files and Netlify CMS + +If you don't use Netlify, you can easily remove all Netlify related files: + +- `public/admin`, the entier folder +- `src/_includes/layouts/base.ejs`, the loaded script `netlify-identity-widget.js` and the inline script `if (window.netlifyIdentity) { ...` +- `netlify.toml`, the entire file + ### Contributions Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.