npm.io
1.0.4 • Published 8 years ago

gitbook-plugin-catalogue-title

Licence
MIT
Version
1.0.4
Deps
4
Size
8 kB
Vulns
2
Weekly
0
Stars
1

gitbook-plugin-catalogue-title

Change the title tag content for this article title + parent title + book title

gitbook .html default title is page_title · book_name

catalogue-title .html title is page_title [...parent title] · book_name

Example

Frontend Javascript basic_knowledge

book_name is Frontend blog

the page title is basic_knowledge Javascript Frontend Frontend blog

inLine Demo: http://blog.404mzk.com

Install

npm install --save gitbook-plugin-catalogue-title

or

change book.json

{
    "plugins": [
        ...
        "catalogue-title"
    ]
}

TODO

  1. 该插件在gitlab-ci中会导致文件为0KB 例如vip-frontend-gitbook中