Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 898 Bytes

OLDREADME.md

File metadata and controls

21 lines (13 loc) · 898 Bytes

Raneto Core

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

Raneto 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 raneto-core

Usage

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

Credits

Raneto was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.