MMPilot is a minimal modern static site generator powered by Node.js. You can write HTML templates in Pug and CSS styles using Sass.
Support for deploying static sites to GitHub Pages or GitLab Pages is also built-in.
MMPilot's primary goal is to be a fast and easy to learn static site generator. Licensed under MIT license, you are free to use this tool for your personal as well as commercial projects.
Currently under development. Things may change without notice.
$ npm install mmpilot -g
$ mmpilot new basic <proj-name>
Alternateively, you can use mmcss
or bootstrap
instead of basic
.
$ mmpilot build
$ mmpilot deploy
- Docs - Learn how to use MMPilot to build your web projects.
- Guides - Tutorials for using MMPilot to build your websites.
- Templates - Ready made templates to help you get started quickly with your own Web Design projects.
- Showcase - See how other sites are using MMPilot.
- Font Awesome and IcoMoon - for SVG icons used on site.
- GraphicFlip - for providing MMCSS logo
- 11ty - A simpler static site generator powered by Node.js.
- Jekyll - Simple blog aware static sites.
- Hexo - A fast, simple & powerful blog framework, powered by Node.js.
Licensed under the MIT License