Join us at Jamstack Conf Virtual, October 6-7. Register now!

StaticGen

A List of Static Site Generators for Jamstack Sites

AboutContributeAbout JamstackNeed a Static CMS?

Mini Site Generator

https://ijmccallum.github.io/Mini-Site-Generator/ ijmccallum/Mini-Site-Generator (6)
Languages:JavaScript
Templates:JavaScript
License:MIT

MSG is used in the food industry as a flavor enhancer with an umami taste that intensifies the meaty, savory flavor of - jkjkjk! I kid. It's literally just JavaScript.

High level:

__.page.js -> __.html

Low level:

//Inside ___.page.js
module.exports = function() {
  return html`
    <p>
      I'm honestly not kidding,<br />
      It's just JavaScript!
    </p>
  `
}

StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.

© Netlify 2020