From 3e27a7d84eef0e272e778586929216c142a7b785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Weng?= Date: Mon, 22 Jun 2020 14:01:05 +0200 Subject: [PATCH] Add Netlify deploy button --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8b3d172..1c69a13 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,12 @@ npm run build Now, your blog is ready to be deployed. All generated files are located at `_site` folder, which you can deploy with any hosting service. +### Deploy to Netlify + +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) + ### Contributions Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.