To make simple edits to the webpage at http://www.cade-26.info/ do the following:
-
edit the
.txt
files -
run
make
at the command-line to generate the.html
files -
check the look of the new content in your browser, e.g. on Mac OS run
open start.html
at the command-line; if there are errors in the html, go back to step 1 -
push your version to github with
git commit -a
andgit 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.