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?

lego

https://github.com/astronomersiva/lego astronomersiva/lego (164)
Languages:JavaScript
Templates:Liquid, Markdown, Nunjucks
License:MIT

lego is a static site generator built with the goal of producing an optimised website.

  • Minifies HTML, JS and CSS files
  • Inlines critical CSS
  • Optimises images
  • Revisions assets
  • Build time code highlighting
  • Sitemap and RSS feed generation

And lots more!

Install

$ npm i -g @astronomersiva/lego
$ lego g myAwesomeSite

Build

To start the development server,

lego s

To create a production build,

lego b

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

© Netlify 2020