Add Lunr Search (#1353)

* Add `search.html` layout and JavaScript
* Move `{{ content }}` before search input
* Add spaces for consistency

Close #1011
This commit is contained in:
Nick Garlis
2017-11-15 21:43:31 +02:00
committed by Michael Rose
parent 7978376df0
commit cc3b21bc86
7 changed files with 154 additions and 0 deletions

View File

@ -0,0 +1,10 @@
.search-input {
-webkit-appearance: none;
border: 0;
border-radius: .25em;
font-family: inherit;
font-size: 1.25em;
margin: 2em auto 1em;
padding: .5em;
width: 100%;
}