Commit Graph

4 Commits (3dabdcceb3392616f004167297ae730fd39de465)

Author SHA1 Message Date
BodgeMaster c1fb12f378 ToC: Fix a grammar error and an issue where chapters could be shuffled
Yes, I just assumed that `find` returns a nicely sorted list of files.
Now, I’m running them through `sort` to ensure the list is actually sorted.
2023-10-09 18:38:24 +02:00
BodgeMaster 019846a87a deployment-script: Only include chapters in the ToC 2023-10-08 23:05:00 +02:00
BodgeMaster 9809af15c4 make deployment-script executable 2023-10-03 20:03:53 +02:00
BodgeMaster 6a2f7e3d34 replace index.php with index.html
The index doesn’t have to be a PHP file since there is no need to
generate the list of chapters anew every time the ToC is opened.

Instead, the list of chapters is generated once, ahead of time, and
saved to the index.html.

As an added bonus, this allows the ToC to be generated and used
as a local file.
2023-10-03 19:10:54 +02:00