ABSTRACT

Writing and updating HTML pages by hand is time-consuming and error-prone, so most modern websites use some kind of static site generator (SSG) to create pages from templates. This chapter builds a simple SSG to show how SSGs work and to reinforce earlier lessons about creating little programming languages.