# Demo site

npm (opens new window)

# Config

.vuepress/config.js

module.exports = {

  plugins: [
    ['@smori1983/vuepress-plugin-flexsearch', {
      excerptAroundLength: 200,

      //searchHotKeys: ['s', '/'],
      //searchMaxSuggestions: 20,
      //searchPaths: null,
      //uiAlignRightFactor: 10,
      //excerptAroundLength: 100,
      //excerptHeadText: '... ',
      //excerptTailText: ' ...',
      //tokenizerType: 'kuromoji.default',
      //ngramSize: 3,
    }],
  ],

};