0.1.13 • Published 9 years ago

gitbook-plugin-meta-single v0.1.13

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
9 years ago

gitbook-plugin-meta-single

npm npm npm

Add meta data to <head> for your gitbooks.

Config

In your gitbook.json, add this plugin:

{
    "plugins": [
        "meta-single"
    ]
}

And add/edit the config:

{
    "plugins": [
        "meta"
    ],
    "pluginsConfig": {
        "meta-single": {
            "name": "name",
            "content": "content"
        }
    }
}

data is an array of objects, in which each object has the keys 'name' and 'content'.