gitbook-plugin-theme-canyon

1.0.5 • Public • Published

gitbook-theme-canyon

Preview

        You can get it's beauty by visiting https://www.modnar.zone/swift-book/.

Usage

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

module.exports = {
  ...
  plugins : ['theme-canyon'],
  pluginsConfig : {
    'theme-canyon' : {
      'search-placeholder' : '🔍  输入搜索内容…'  // 搜索框提示信息
    }
  }
};

Install

        Enter the command in your bash:

$ gitbook install

        If it not works, you can also clone the repo to your environment and move it to node_modules directory manually.

Recommand plugins

plugins :
        [
        '-lunr', '-search', '-sharing', '-fontsettings', 'search-pro',
        'code', 'back-to-top-button', 'cuav-chapters', 'theme-canyon'
        ]

NOTE

        The project development base on gitbook-theme-fexa with some new features in CSS3.

        And canyon is just the first word appeared on my words book yesterday. Have fun!

Readme

Keywords

Package Sidebar

Install

npm i gitbook-plugin-theme-canyon

Weekly Downloads

2

Version

1.0.5

License

ISC

Unpacked Size

52.8 kB

Total Files

8

Last publish

Collaborators

  • modnar