Mini-Talk: The Static Site Review

Presenters
Date
Sep 06, 2018

When setting up a web presence, there are a number of ways to structure the site. While plain HTML/CSS/JS can be cheaper and easier to host, dynamic sites can make it easier to manage content and templates. If seeking to strike a balance between the two, static site generators can bring the advantages of dynamic sites to static sites by pre-compiling files down to plain HTML/CSS/JS! This session reviews a few PHP-based static site generators and go through a happy-path deployment of a static site via Netlify.