gh-pages-generator

Multi-page site generator converting markdown files to github pages


Keywords
gh-pages, site-generator, github, pages
License
MIT
Install
npm install gh-pages-generator@0.2.3

Documentation

gh-pages-generator

Multi-page site generator converting markdown files to github pages

Istall

npm install -g gh-pages-generator

Usage

gh-pages-generator site_config.json

This utility generates site for gh-pages using multiple markdown files.

It replaces the links between the files and generates site navigation.

Site configuration file is defined by the JSON-schema.

See example site configuration in Ajv repository.

If config file is not specified, site.json is used.

You can automate site generation with Travis. See example script.