mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-23 03:43:01 +00:00
18 lines
315 B
YAML
18 lines
315 B
YAML
|
- id: Search
|
||
|
translation: Search
|
||
|
|
||
|
- 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('');
|
||
|
}
|
||
|
}
|