Project website (URL: http://mint-project.info/)
How to edit this page?
- Clone locate in this repository the markdown file you wish to edit. For example, if you want to add a new release, this can be found in the releases.md file.
- Edit the file in markdown.
- Push your changes. If you don't have privileges, you will have to create a pull request (see this tutorial for more information).
How run the website locally?
docker run --rm \ 23s base
--volume="$PWD:/srv/jekyll:Z" \
--publish 4000:4000 \
jekyll/jekyll \
jekyll serve