lego
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