BodgeMaster
3e9f710186
deployment-script.sh: Add support for questionmarks in filenames.
2025-07-02 22:26:08 +02:00
BodgeMaster
5c881b9710
deployment-script: log files to stderr as they are added
2024-01-31 20:38:40 +01:00
BodgeMaster
d5da54c11d
deployment-script: cut the ./ from the start of the chapter link
2023-12-06 18:59:46 +01:00
BodgeMaster
f26ab58f32
deployment-script, style: Add chapter "numbers", add support for span.chapter
2023-12-06 18:11:28 +01:00
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