If you're doing front end development in the year of our lord 2020, chances are good that you'll be working with a static site generator (SSG) extensively. I can of course give you the formal definition of a static site generator and you can find lots of good documentation and pointers just by Googling what is a static site generator
, but nothing will help you understand the concept better than writing a simple SSG yourself.
In the beginning, we had a HTML blog post page that looked like this:
<!doctype html>
<html>