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>