Commit Graph

11 Commits (1da081d1c5afd508d0e3b5e946b61653799b59e5)

Author SHA1 Message Date
BodgeMaster 61ec855929 index: mention chapter numbers and add a preliminary story name
I thought "New Dawn" sounds kinda cool. It’s a very on-the-nose title,
I know. Might change at some point if I happen to come up with something
better. Or it might just stick, who knows?
2023-12-06 19:36:54 +01:00
BodgeMaster 3ae1210412 index: add missing closing p tag 2023-11-08 20:50:53 +01:00
BodgeMaster 2f4c6033c2 *: fix a critical bug in the JS that decorates paper sections
This bug would cause the decoration script to run in an infinite loop as it
presumably attempts to decorate new elements it itself created.

(Can’t say for sure, I’m using Otter Browser on a Pentium M which isn’t
exactly the most ideal development setup. lol)
2023-10-17 16:48:50 +02:00
BodgeMaster 0d7114b970 style: Change span.paper_green to span.paper.green 2023-10-13 18:42:58 +02: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 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 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