Skip to content

shipio/raneto-core-ship

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Makefile 0.5%