1. 16
    1. 2

      This was pretty cool. I guess the secret sauce here is that the database is never accessed in the request response cycle because all the pages are pregenerated.

      1. 2

        db is accessed at generation time…

        pretty good pattern for static sites, very jamstack

    2. 2

      if i were to do this i’d probably just use something like https://baserow.io/ for my interface…

      then have hugo pull straight from the API

    3. 2

      I’ve done something like this several times. It’s a good pattern for a website with a defined lifecycle.