Let’s talk about the Future of Jamstack — Join us

Mini Site Generator

12 stars
0 forks
1 issue
Home page
https://ijmccallum.github.io/Mini-Site-Generator/
Repository
ijmccallum/Mini-Site-Generator
Language:
JavaScript
License:
MIT
Templates:
JavaScript

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>
  `
}
Deploy to Netlify

Find more static site generators.