raneto-core

Core module for Raneto

Usage no npm install needed!

<script type="module">
  import ranetoCore from 'https://cdn.skypack.dev/raneto-core';
</script>

README

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.