Skip to content

s-complex/noutious

Repository files navigation

Noutious

A simple file-based content manage system driven by Node.js, inspired by Hexo and its core Warehouse.

Note: This project is still under development.

Quick Start

// npm
$ npm install noutious
// yarn
$ yarn add noutious
// pnpm
$ pnpm add noutious

Then import it and initialize an instance.

import Noutious from 'noutious'

function initNoutious() {
  const noutious = new Noutious({
    localDb: process.env.NODE_ENV === 'production',
    draft: false,
    excerpt: ''
  })
  return noutious
}

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •