Added Lunr.js site search, fixed errors with jekyll serve
This commit is contained in:
parent
578e58ccff
commit
3b27f2c01e
7 changed files with 3075 additions and 10 deletions
17
docs/search.html
Normal file
17
docs/search.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<section class="pt-11 pb-6">
|
||||
<div class="container-lg">
|
||||
{% include search-lunr.html %}
|
||||
|
||||
<div id="search-box">
|
||||
<!-- SearchBox widget will appear here -->
|
||||
</div>
|
||||
|
||||
<div id="hits">
|
||||
<!-- Hits widget will appear here -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue