capgainsnopains / siw-ukraine-russia

A tracker of self-inflicted wounds in the Ukraine/Russia war
7 stars 0 forks source link

Create a GitHub static page for the project #1

Open capgainsnopains opened 5 months ago

capgainsnopains commented 5 months ago

Use a static page generator to create the static page for the SIW Ukraine/Russia data. Possibly use Hugo for that purpose.

Migrate the data from a Markdown to a database (e.g. SQLite). The idea for SQLite is to keep the data in a structured manner and then only export for the static page generation.

  1. Before generating the static pages use a script to export the database to a JSON file.
  2. Hugo should use the JSON file to generate the static page.
capgainsnopains commented 5 months ago

This theme seems to be pretty good.