noschangements.fr is a website about personnal changes
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to install Hugo first.
Please clone the project.
$ git clone --recurse-submodules https://github.com/camilleroux/noschangements
then start the hugo server
$ hugo serve
If you need to rebuild the theme assets. Go in the theme directory and run:
$ npm install
$ npm run build
The master branch is automatically deployed in production.
- Hugo - The static site generator
- Camille Roux - Initial work - Camille Roux
See also the list of contributors who participated in this project.
The content is licensed under CC BY-NC-SA 4.0 Otherwise, this project is licensed under the GPLv3 - see the LICENSE.md file for details