davidwesst / website

My personal website, currently on it's nth incarnation.
https://www.davidwesst.com
MIT License
0 stars 1 forks source link

Generate JSON data files from SQLite Database #189

Closed davidwesst closed 1 year ago

davidwesst commented 1 year ago

On the prebuild or predev NPM script, a Node script should be run to generate the required data files used by the 11ty build process.

Should also consider creating a global data file that reads from the generated SQLite database file #188

davidwesst commented 1 year ago

Not going to implement SQLite administration database. Adds too much complexity right now.