diff --git a/CHANGELOG.md b/CHANGELOG.md index bf14898..dcc8f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ 1. Netlify Login Widget 2. Beautiful commit messages +3. Deploy to Netlify with a button (in readme) ## `v2020.0.0 Neonate` diff --git a/package.json b/package.json index 5a7ab7c..f0bb8c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-nuxt-netlify-cms-docs", - "version": "2020.0.0", + "version": "2020.1.0", "files": [ "src", "template" diff --git a/template/content/en/index.md b/template/content/en/index.md index 26faa9a..07975fe 100644 --- a/template/content/en/index.md +++ b/template/content/en/index.md @@ -14,7 +14,7 @@ features: -Template for [NuxtJS/NetlifyCMS Doc](https://github.com/MexsonFernandes/nuxt-netlify-doc). +Template for [<%= name %>](https://github.com/<%= github %>). diff --git a/template/content/en/setup.md b/template/content/en/setup.md index fb2840f..d92f8d8 100644 --- a/template/content/en/setup.md +++ b/template/content/en/setup.md @@ -11,11 +11,11 @@ It's easy to start with your first doc. Use single-click deploy button from Netlify. -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/MexsonFernandes/nuxt-netlify-doc) +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/<%= github %>) ## Set custom repo -[Fork](https://github.com/MexsonFernandes/nuxt-netlify-doc) the repo. +[Fork](https://github.com/<%= github %>) the repo. Then, clone it: diff --git a/template/content/fr/setup.md b/template/content/fr/setup.md index 4247600..60c149f 100644 --- a/template/content/fr/setup.md +++ b/template/content/fr/setup.md @@ -9,11 +9,11 @@ Il est facile de commencer avec votre premier document. Utilisez le bouton de déploiement en un seul clic de Netlify. -[![Déployer sur Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/MexsonFernandes/nuxt-netlify-doc) +[![Déployer sur Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/<%= github %>) ## Définir un dépôt personnalisé -[Fork](https://github.com/MexsonFernandes/nuxt-netlify-doc) le dépôt. +[Fork](https://github.com/<%= github %>) le dépôt. Ensuite, clonez-le: