Add Netlify deploy button

This commit is contained in:
Rémi Weng 2020-06-22 14:01:05 +02:00
parent 361b618881
commit 3e27a7d84e

View file

@ -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. 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 ### Contributions
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.