Markdown site engine
This site is the documentation of the md-site-engine
Node.js module. The
module can be used to build and run web sites by generating static HTML
pages from markdown files. It requires Node.js version 0.10 or newer. Features:
- supports multiple languages
- supports multiple layouts
- automatically generates menus
- supports search in contents
- fully customizable
Start reading with the Introduction.
Prerequisites
You must have Node.js and its package manager (npm) installed. You can get them from here.
Install
npm install --depth=1 --save md-site-engine
Resources
Seed application: github.com/logikum/md-site-seed
Live demo site: md-web.logikum.hu
The source of the demo: github.com/logikum/md-web-site
The source of this site: github.com/logikum/md-doc-site