Added Lunr.js site search, fixed errors with jekyll serve

This commit is contained in:
Zachary Klosko 2020-11-12 16:54:33 -05:00
parent 578e58ccff
commit 3b27f2c01e
7 changed files with 3075 additions and 10 deletions

17
docs/search.html Normal file
View 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>