md-site-engine
v1.2.0
Published
Build and drives a web site based on markdown texts.
Downloads
16
Readme
Markdown based web site engine
A web site engine for Node.js that generates static HTML pages from markdown files. It requires Node.js version 6.0.0 or newer. Features:
- supports multiple languages
- supports multiple layouts
- automatically generates menus
- supports search in contents
- fully customizable
Install
npm install --depth=1 --save md-site-engine
Prerequisites
You must have Node.js and its package manager (npm) installed. You can get them from here.
Getting Started
The documentation is available at the md-doc.logikum.hu site.
Its source is also a good demo: github.com/logikum/md-doc-site
Live demo site: md-web.logikum.hu
The source of the demo: github.com/logikum/md-web-site
Seed application: github.com/logikum/md-site-seed