Learn Static Site Generators

Static site generators, typically written using server side code (i.e., ruby, php, python, nodeJS, etc.), produces static HTML files from static text/data + templates that is indenting to be sent from a server to the client statically without a dynamic nature.

General Learning: