Skip to content

cernanalysispreservation/gitbook-plugin-theme-cap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published