Sha256: 29d402bcc01d4ea206089464748fdd9e17c7223680cda5f3d3224688d3c395f9

Contents?: true

Size: 1.11 KB

Versions: 24

Compression:

Stored size: 1.11 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 %}
            {% capture image_alt %}{{post.title}} image {% endcapture %}
        {% else %}
            {% assign image_path = site.post_placeholder %}
            {% 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

24 entries across 24 versions & 2 rubygems

Version Path
linaro-jekyll-theme-5.1.0 assets/json/posts.json
linaro-jekyll-theme-5.0.1 assets/json/posts.json
linaro-jekyll-theme-5.0.0 assets/json/posts.json
linaro-jekyll-theme-4.3.3 assets/json/posts.json
linaro-jekyll-theme-4.3.2 assets/json/posts.json
linaro-jekyll-theme-4.3.1 assets/json/posts.json
linaro-jekyll-theme-4.3.0 assets/json/posts.json
linaro-jekyll-theme-4.2.0 assets/json/posts.json
linaro-jekyll-theme-4.1.6 assets/json/posts.json
linaro-jekyll-theme-4.1.5 assets/json/posts.json
linaro-jekyll-theme-4.1.4 assets/json/posts.json
linaro-jekyll-theme-4.1.3 assets/json/posts.json
linaro-jekyll-theme-4.1.2 assets/json/posts.json
linaro-jekyll-theme-4.1.1 assets/json/posts.json
linaro-jekyll-theme-4.1.0 assets/json/posts.json
linaro-jekyll-theme-4.0.2 assets/json/posts.json
linaro-jekyll-theme-4.0.1 assets/json/posts.json
jumbo-jekyll-theme-6.0.2.1 assets/json/posts.json
jumbo-jekyll-theme-6.0.2.0 assets/json/posts.json
jumbo-jekyll-theme-6.0.1.4 assets/json/posts.json