0.0.2 • Published 8 years ago

readocs-core v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

This repository contains the core code of the Readocs framework. If you want to use Readocs, please visit the main Readocs repository.

Readocs Core provides a framework of sorts for creating static site generators in Nodejs. It uses Markdown files as the basis for content structure and uses Lunr.js to provde full-text search functionality.

Install

npm install readocs-core

Usage

var readocs = require('readocs-core');
readocs.getPage('path/to/a-file.md');

Credits

Readocs was created by Readocs from Released under the MIT license.