Skip to content

kunruch/mmpilot

Repository files navigation

Build Status npm version

MMPilot

alt MMPilot - Minimal Modern Static Site Generator

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.

Quickstart

Install

$ npm install mmpilot -g

Create New Project

$ mmpilot new basic <proj-name>

Alternateively, you can use mmcss or bootstrap instead of basic.

Build

$ mmpilot build

Deploy to gh-pages

$ mmpilot deploy

Learn More

  • 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.

Credits

Alternatives

  • 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.

License

Licensed under the MIT License