mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
11 lines
223 B
JavaScript
11 lines
223 B
JavaScript
$(document).ready(() => {
|
|
$('.tipue_search').tipuesearch({
|
|
show: 10,
|
|
mode: 'json',
|
|
showURL: false,
|
|
descriptiveWords: 75,
|
|
highlightEveryTerm: true,
|
|
contentLocation: './tipue_search.json',
|
|
});
|
|
});
|