mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
18 lines
315 B
YAML
18 lines
315 B
YAML
- id: Search
|
|
translation: 搜索
|
|
|
|
- id: Edit this page
|
|
translation: Edit this page
|
|
|
|
- id: Last modified by
|
|
translation: Last modified by
|
|
|
|
- id: bookSearchConfig
|
|
translation: |
|
|
{
|
|
encode: false,
|
|
tokenize: function(str) {
|
|
return str.replace(/[\x00-\x7F]/g, '').split('');
|
|
}
|
|
}
|