We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83034f1 commit e94f00bCopy full SHA for e94f00b
1 file changed
search.json
@@ -0,0 +1,14 @@
1
+---
2
+layout: none
3
4
+[
5
+ {% for post in site.posts %}
6
+ {
7
+ "title" : "{{ post.title | escape }}",
8
+ "category" : "{{ post.category }}",
9
+ "tags" : "{{ post.tags | join: ', ' }}",
10
+ "url" : "{{ site.baseurl }}{{ post.url }}",
11
+ "date" : "{{ post.date }}"
12
+ } {% unless forloop.last %},{% endunless %}
13
+ {% endfor %}
14
+]
0 commit comments