diff --git a/README.md b/README.md index a8dd2a45..5e35c9ce 100644 --- a/README.md +++ b/README.md @@ -161,10 +161,11 @@ make docker-stop So when you open your Pull Request Netlify builds the new website and you can check the result of your Pull Request in [Netlifly](https://app.netlify.com/sites/wizardly-roentgen-e7f07e/deploys). See `deploy-preview` jobs triggered by your Pull Request to get the corresponding url. +2. Do not forget to license your work by filling the template parameter `license`, oterhwise your article will be published by default with the [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) creative common license. -2. If you're satisfied with the result in the preview you can merge the Pull Request into `master` branch. +3. If you're satisfied with the result in the preview you can merge the Pull Request into `master` branch. -6. It's done, the deployment is automated. +4. It's done, the deployment is automated. # Credits diff --git a/site/content/posts/2020-11-06-vuex-alternative.md b/site/content/posts/2020-11-06-vuex-alternative.md index f365d478..b48628d7 100644 --- a/site/content/posts/2020-11-06-vuex-alternative.md +++ b/site/content/posts/2020-11-06-vuex-alternative.md @@ -3,6 +3,7 @@ title: Un état centralisé, oui, mais sans Vuex ! author: Alban et Jean-Baptiste date: 2020-11-06 image: /img/2020-08-31-vuex-alternative/title.jpeg +license: CC-BY categories: - DÉVELOPPEMENT tags: diff --git a/site/themes/sogilis/i18n/en.toml b/site/themes/sogilis/i18n/en.toml index 2fcc843b..24c4b6f8 100644 --- a/site/themes/sogilis/i18n/en.toml +++ b/site/themes/sogilis/i18n/en.toml @@ -48,3 +48,6 @@ other = "Legal Information" [allRightsReserved] other = "Sogilis - All rights reserved - 2018" + +[license] +other = "This article is pubished under the following license: " diff --git a/site/themes/sogilis/i18n/fr.toml b/site/themes/sogilis/i18n/fr.toml index eb4497f4..b09bbdb5 100644 --- a/site/themes/sogilis/i18n/fr.toml +++ b/site/themes/sogilis/i18n/fr.toml @@ -48,3 +48,6 @@ other = "Mentions Légales" [allRightsReserved] other = "Sogilis - Tous Droits Réservés - 2020" + +[license] +other = "Cet article est publié sous licence " diff --git a/site/themes/sogilis/layouts/_default/single.html b/site/themes/sogilis/layouts/_default/single.html index 5d2aa367..81ac19cd 100644 --- a/site/themes/sogilis/layouts/_default/single.html +++ b/site/themes/sogilis/layouts/_default/single.html @@ -38,6 +38,13 @@