A fast static site generator that generates optimised, performant websites.
LegoBuild Status is a fast Static Site Generator that generates optimized and performant websites. It is built with NodeJS and supports Nunjucks and Liquid templates. It offers various features such as minifying and uglifying JS files, autoprefixing and minifying CSS files, asset revisioning, automatic sitemap and RSS feeds generation, code highlighting, HTML inclusion in markdown files, live-reload during development, and more.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.