cernanalysispreservation / gitbook-plugin-theme-cap

Gitbook theme for CERN Analysis Preservation Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitbook theme for CERN Analysis Preservation Docs

Image

Usage

Add the theme to your book's configuration book.json or book.js:

{
    "plugins": [
        "theme-cap"
    ],
    "variables": {
        "themeCAP":{
            "nav":[
                {
                    "url":"http://...",
                    "target":"_blank",
                    "name": "Link to my site"
                }
            ]
        },
    },
    "pluginsConfig": {
        "theme-cap":{
            "search-placeholder":"Search in the docs",
            "logo":"./logo.png", //logo
            "favicon": "./favicon.ico" //ico
        }
    }
},

Install by command:

gitbook install

Recommand plugins

plugins: [
    '-sharing',
    "-fontsettings",
    'back-to-top-button',
    "copy-code-button",
    "heading-anchors",
    "theme-cap"
    //...
]

Enjoy!

About

Gitbook theme for CERN Analysis Preservation Docs

License:GNU General Public License v3.0


Languages

Language:CSS 48.5%Language:JavaScript 28.2%Language:HTML 23.3%