⛑ Add the minimum viable HTML layout
Fri, 11 Dec 2020 15:37:43 GMT
I chose to use the .html
extension rather than the .njk
extension
because HTML files (and markdown files) implicitly process nunjucks
templates when working with Eleventy’s default configuration.
The added bonus of using .html
, is that Prettier’s formatting of html
will pick it up without any configuration, too.