nykma / kaineto-core

Kaineto-core - an enhanced raneto-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Kaineto-core : 改・raneto-core

Build Status Coverage Status

I want to modify raneto-core to meet my demands.

Here are my TODOs:

  • Search with CJK characters.

    Seems like lunr.js doesn't work when given a Chinese keyword.

  • i18n for date/time format.

  • A customizable page-meta identifier.

  • Support some superset syntax of markdown.

    I like kramdown, but it is written in Ruby. :(

  • etc...

The original README.md is as below.


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.

About

Kaineto-core - an enhanced raneto-core

License:MIT License


Languages

Language:JavaScript 98.9%Language:Makefile 1.1%