8000 GitHub - jingxiang/gitbook-plugin-theme-fexa: 基于gitbook主题机制定制的主题
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jingxiang/gitbook-plugin-theme-fexa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

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

{
    "plugins": [
        "theme-xinbeitime"
    ],
    "pluginsConfig": {
        "theme-xinbeitime": {
            "search-placeholder": "输入关键字搜索",
            "logo": "./logo.svg",
            "favicon": "./favicon.ico",
			"copyright":"Copyright &copy xinbeitime.com 2022",
			"modify_label": "最后更新:",
			"modify_format": "YYYY-MM-DD HH:mm:ss"
        }
    },
    "variables": {
        "xinbeitime": {
            "nav": [{
                    "url": "https://www.xinbeitime.com",
                    "target": "_blank",
                    "name": "前往官网"
                }
            ]
        }
    }
},

Install by command:

gitbook install

About

基于gitbook主题机制定制的主题

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.1%
  • CSS 36.1%
  • HTML 20.8%
0