0.2.0 • Published 5 years ago

gitbook-plugin-insert-head-tag v0.2.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

Insert tag in head for GitBook

To use the insert-head-tag in your Gitbook project, add the insert-head-tag plugin to the book.json file, and configure the tag you want to insert.

{
    "plugins": ["livere"],
    "pluginsConfig": {
        "insert-head-tag": {
            "tags": [
                "<script data-ad-client='ca-pub-4774215405699477' async src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'>",
                "<link rel='shortcut icon' href='gitbook/images/favicon.ico' type='image/x-icon'>"
            ]
        }
    }
}

Then run gitbook install to download and install the plugin.

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago