Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1009 Bytes

search.md

File metadata and controls

41 lines (35 loc) · 1009 Bytes
layout title permalink sectionid
default2
Search
/search/
search

Search Blog Posts



Search Results

  • Type in the search box to get started
<script> window.store = { {% for post in site.posts %} "{{ post.url | slugify }}": { "title": "{{ post.title | xml_escape }}", "author": "{{ post.author | xml_escape }}", "category": "{{ post.category | xml_escape }}", "tags": "{{ post.tags | xml_escape }}", "content": {{ post.content | strip_html | strip_newlines | jsonify }}, "url": "{{ post.url | xml_escape }}" } {% unless forloop.last %},{% endunless %} {% endfor %} }; </script> <script src="/js/lunr.min.js"></script> <script src="/js/search.js"></script>