gitbook-plugin-theme-canyon

1.0.6 • 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!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gitbook-plugin-theme-canyon

      Weekly Downloads

      6

      Version

      1.0.6

      License

      ISC

      Unpacked Size

      50.9 kB

      Total Files

      8

      Last publish

      Collaborators

      • modnar