/markbind

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

A tool for generating content-intensive websites from markdown-like syntax

To go to the MarkBind website, click here.

Installation

npm i -g markbind-cli

Usage

  Usage: markbind  <command>


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    include [options] <file>         process all the fragment include in the given file
    render [options] <file>          render the given file
    init [root]                      init a markbind website project
    serve [options] [root]           build then serve a website from a directory
    deploy                           deploy the site to the repo's Github pages.
    build [options] [root] [output]  build a website

Documentation

Refer to the Wiki page. You may want to learn about how to create and build a site with MarkBind