hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

docsearch.js (255B)

    1 var docsearch = require('docsearch.js/dist/cdn/docsearch.js');
    2 docsearch({
    3   apiKey: '167e7998590aebda7f9fedcf86bc4a55',
    4   indexName: 'hugodocs',
    5   inputSelector: '#search-input',
    6   debug: true // Set debug to true if you want to inspect the dropdown
    7 });