blob: 8d8feb3fd7e8edef45124da6e256dfba9457f3cf [file] [log] [blame]
NOTE: This is now handled by GitHub, you only need to change the markdown
files and the GitHub Action will regenerate the site and publish it.
# Building the web site locally
* Install the markdown module for Python 3: sudo pip3 install markdown
* Edit or create the appropriate markdown file in source/ (you can have sub-dirs there)
* open a shell, go to the source/ dir
* Run: python3 generate.py
* Commit the changes to git :)