HTML Generation + some data in json #2
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Example here http://blog.totetmatt.fr/shader_summary/ (I'm backend engineer and glsl enthousiast, not css frontend dev, so not the best design ever yet :p :p )
I've converted information for all 2021 and 2020 event, json format looks to cover most of the use cases, and flexible enough if it needs some extra data.
The HTML generator is just few line of code. Then everything is about templating with jinja2, which is quite simple.
Got some script and schema validation so that it can help to verify if a json data file is correct or not.