0.0.1-alpha.8 • Published 7 months ago

noutious v0.0.1-alpha.8

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

0.0.1-alpha.8

7 months ago

0.0.1-alpha.7

7 months ago

0.0.1-alpha.6

7 months ago

0.0.1-alpha.5-fix

7 months ago

0.0.1-alpha.5

7 months ago

0.0.1-alpha.4

7 months ago

0.0.1-alpha.3

7 months ago

0.0.1-alpha.2

7 months ago

0.0.1-alpha.1

7 months ago