Sha256: 561926516e3be89a2eee28f5b910f27ce865f713278b7e9a2f2ade0e3fdb6ba9

Contents?: true

Size: 1.18 KB

Versions: 12

Compression:

Stored size: 1.18 KB

Contents

---
layout: null
---
[
    {% for post in site.posts %}
    {
        "title": "{{ post.title | escape }}",
        "category": "{{ post.category }}",
        "content": "{{ post.content | strip_html | strip_newlines | remove_chars | escape }}",
        "image": "{% if post.image %}
            {% assign image_path = post.image | remove_first: '/assets/images/' %}
            {% capture image_alt %}{{post.title}} image {% endcapture %}
        {% else %}
            {% assign image_path = site.post_placeholder | remove_first: '/assets/images/' %}
            {% capture image_alt %}{{post.title}} placeholder image {% endcapture %}
        {% endif %}{% picture post_thumb_src_only {{image_path}} --alt {{image_alt}} %}",
        "tags": "{{ post.tags | join: ', ' }}",
        "url": "{{ site.baseurl }}{{ post.url }}",
        "description": "{% if post.description %}
                            {{post.description}}
                        {% else %}
                            {{ post.content | strip_html | truncatewords:30 }}
                        {% endif %}",
        "date": "{{ post.date | date: '%A, %B %-d, %Y' }}"
    } {% unless forloop.last %},
    {% endunless %}
  {% endfor %}
]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-6.0.0.5 assets/json/posts.json
jumbo-jekyll-theme-6.0.0.4 assets/json/posts.json
jumbo-jekyll-theme-6.0.0.3 assets/json/posts.json
jumbo-jekyll-theme-6.0.0.2 assets/json/posts.json
jumbo-jekyll-theme-6.0.0.1 assets/json/posts.json
jumbo-jekyll-theme-6.0.0.0 assets/json/posts.json
jumbo-jekyll-theme-5.7.0.7 assets/json/posts.json
jumbo-jekyll-theme-5.7.0.6 assets/json/posts.json
jumbo-jekyll-theme-5.7.0.5 assets/json/posts.json
jumbo-jekyll-theme-5.7.0.4 assets/json/posts.json
jumbo-jekyll-theme-5.7.0.3 assets/json/posts.json
jumbo-jekyll-theme-5.7.0.2 assets/json/posts.json