Skip to content
forked from MarkBind/markbind

MarkBind is a tool for generating content-heavy websites from source files in Markdown format

License

Notifications You must be signed in to change notification settings

nusjzx/markbind

 
 

Repository files navigation

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.

About

MarkBind is a tool for generating content-heavy websites from source files in Markdown format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.4%
  • HTML 15.4%
  • CSS 6.9%
  • Other 0.3%