diff --git a/README.markdown b/README.markdown index 56d51ba..1137c9a 100644 --- a/README.markdown +++ b/README.markdown @@ -17,7 +17,7 @@ The installation of this blog can be done with the following steps. gem update --system gem install jekyll - 3) Run server on http://0.0.0.0:4000 + 3) Run server on http://127.0.0.1:4000 jekyll server @@ -30,4 +30,4 @@ Content materials in content/materials are under the license provided on each document. Blog articles and pages are licensed under -[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/). +[CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/). diff --git a/_layouts/default.html b/_layouts/default.html index b3ee7d3..8c90a69 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -144,7 +144,7 @@

Sponsor

Unless otherwise specified, the contents of this website are (C)Copyright Michael Paquier 2010-2024 and are licensed for use under - CC BY-SA 3.0. + CC BY-NC-ND 4.0.