-
Notifications
You must be signed in to change notification settings - Fork 116
Description
The way this project builds currently is as a static site generated from a static markdown file. I'm debating whether a collection of individual markdown files per game, brought in dynamically from category folders and stitched together into the singular readme.md
file (a requirement of the awesome- repo format), from which builds the static website, would be of a better format. It also means that the static website could then be less coupled directly to the readme, without losing source data parity.
If there's an 11ty or svelte-kit template that matches up for this, that could make this whole thing easier. Alternatively a script to build the readme.md
from the directory tree and its component parts would be acceptable and perhaps closer to the current site format.