This is a demo website for the Jekyll SQLite plugin. It relies on all features of the plugin, along with using jekyll-datapage_gen plugin to generate individual pages for each data item.
Some pointers:
site.data.categories[*].products
is filled using a parameterised query
in config.yml
config.yml
, but the query parameters are set in _data
directory as YML files.The database is a trimmed-version of the northwind database from https://github.com/jpwhite3/northwind-SQLite3.