Sha256: c3198969c107acbf90fd194c7824e42ee464592bb5c84b8d0e714d3cc957ab1e

Contents?: true

Size: 399 Bytes

Versions: 12

Compression:

Stored size: 399 Bytes

Contents

---
---
[
  {% for post in site.posts %}
    {
      "title"    : "{{ post.title | escape }}",
      "category" : "{{ post.category }}",
      "tags"     : "{{ post.tags | join: ', ' }}",
      "url"      : "{{ site.baseurl }}{{ post.url }}",
      "date"     : "{{ post.date }}",
			"shortdate": "{{ post.date | date: '%B %d, %Y' }}"
    } {% unless forloop.last %},{% endunless %}
  {% endfor %}
]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jekyll-theme-omega-0.2.7 assets/json/search.json
jekyll-theme-omega-0.2.6 assets/json/search.json
jekyll-theme-omega-0.2.5 assets/json/search.json
jekyll-theme-omega-0.2.4 assets/json/search.json
jekyll-theme-omega-0.2.2 theme_assets/json/search.json
jekyll-theme-omega-0.2.0 assets/json/search.json
jekyll-theme-omega-0.1.9 assets/json/search.json
jekyll-theme-omega-0.1.8 assets/json/search.json
jekyll-theme-omega-0.1.7 assets/json/search.json
jekyll-theme-omega-0.1.6 assets/json/search.json
jekyll-theme-omega-0.1.5 assets/json/search.json
jekyll-theme-omega-0.1.4 assets/json/search.json