Commit Graph

17 Commits (c1fb12f3780b71a272804691719695c83dfbf6f9)

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 9a545b22ad index: add a comma
This is the end of my spam for today, I promise. I’m going to sleep now.
2023-10-09 00:22:32 +02:00
BodgeMaster 1735f7c5e7 index: Make a better version of what I just did 2023-10-09 00:21:10 +02:00
BodgeMaster 43e79d9cd5 index: Add a little bit of context on the landing page. 2023-10-09 00:07:37 +02:00
BodgeMaster 9d2b65bbb0 Add copyright notice to all pages 2023-10-07 21:52:51 +02:00
BodgeMaster 19f4f299c2 de-utf8-ify apostrophes
’ → '
2023-10-04 22:58:58 +02:00
BodgeMaster c173c1c49a ToC: add a link to notes 2023-10-03 20:08:16 +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
BodgeMaster cc8416f4d4 HTML version: Add a back button 2023-09-23 11:12:00 +02:00
BodgeMaster 15488d3877 HTML style: make formatting of <span class="speech"> and <span class="thought"> less obnoxious 2023-09-22 21:56:12 +02:00
BodgeMaster b488727ff5 HTML style: add <span class="speech"> and <span class="thought">
For now with black and hollow triangles as quotes and slightly gray text. I will have to rework this.
2023-09-18 19:17:21 +02:00
BodgeMaster a18ee16702 HTML helper: fix a bug and its impact 2023-09-06 06:15:02 +02:00
BodgeMaster bc53f6b592 HTML helper: automatically add a heading while we’re at it 2023-09-03 12:34:46 +02:00
BodgeMaster d8807859cf HTML helper: add boilerplate code to every file 2023-09-03 09:17:09 +02:00
BodgeMaster c469556e5f HTML version: finish converting the first two chapters 2023-09-02 20:22:11 +02:00
BodgeMaster d48e24a824 HTML style: fix terminal 2023-09-02 20:21:29 +02:00
BodgeMaster e5318c3295 HTML version: Move files into their own dedicated directory 2023-09-02 19:54:16 +02:00