To make simple edits to the webpage at http://www.cade-26.info/ do the following:
-
edit the
.txtfiles -
run
makeat the command-line to generate the.htmlfiles -
check the look of the new content in your browser, e.g. on Mac OS run
open start.htmlat the command-line; if there are errors in the html, go back to step 1 -
push your version to github with
git commit -aandgit push -
update the public version of the webpage by going to the public update page
For more significant changes, edits may be required to build.py which
is intentionally very simple and, I hope, understandable.