rufio-json

0.0.2 • Public • Published

Rufio JSON

A Rufio plugin to output json of your content items. This can then be used by front-end javascript to create single page apps.

Install the plugin:

$ npm install --save rufio-json

Then add json to your enabled plugins in your projects rufio.json file and configure the plugin:

{
    "plugins": {
        "active": [
            "json"
        ]
    }
}

Also, you are required to define a json permalink structure for each type:

{
    "types": {
        "post": {
            "jsonPermalink": "<%= meta.slug %>.json"
        }
    }
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i rufio-json

      Weekly Downloads

      2

      Version

      0.0.2

      License

      ISC

      Last publish

      Collaborators

      • wesleytodd