More text

This commit is contained in:
c0dev0id 2023-10-23 13:31:17 +02:00
parent 0f03d5c958
commit e7806f4fd5

View File

@ -20,4 +20,12 @@ src/footer.th gets appended to every file.
.ph files contain plain html. .ph files contain plain html.
.ps files contain ksh shell script (the scripts must output html to stdout). .ps files contain ksh shell script (the scripts must output html to stdout).
Everything in src/assets is copied as is Everything in src/assets is copied as is.
Execute `make` to create the website with debug output.
Execute `make -s` to hide the debug output.
The generated website will be in the directory `www`.
Execute `make clean` to delete www. Or just `rm -rf www`, if you want
to start over.