Sha256: 9815d33d5158fbed491bb1cfb56e04eebe1dd9d69c5914b036ec93deaa8fd50e
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 KB
Contents
{ "time": {{ site.time | jsonify }}, "cloudcannon": { "name": "cloudcannon-jekyll", "version": {{ gem_version | jsonify }} }, "generator": { "name": "jekyll", "version": {{ jekyll.version | jsonify }}, "environment": {{ jekyll.env | jsonify }}, "metadata": { "markdown": {{ site.markdown | cc_safe_jsonify }}, "kramdown": {{ site.kramdown | cc_safe_jsonify }}, "commonmark": {{ site.commonmark | cc_safe_jsonify }} } },{% if site.cloudcannon.data.first %}{% assign data_seen = false %} "data": { {% for data in site.data %}{% assign key = data[0] %}{% if site.cloudcannon.data[key] %}{% if data_seen %},{% endif %}{{ data[0] | cc_safe_jsonify }}: {{ data[1] | cc_safe_jsonify }}{% assign data_seen = true %}{% endif %}{% endfor %}}, {% elsif site.cloudcannon.data %}"data": {{ site.data | cc_safe_jsonify }},{% endif %} "collections": { "posts": {{ site.posts | reverse | cc_safe_jsonify }}{% if site.collections.size > 0 %},{% endif %} {% for collection in site.collections %}"{{ collection[0] | xml_escape }}": {{ collection[1].docs | cc_safe_jsonify }}{% unless forloop.last %},{% endunless %} {% endfor %} }, "pages": {{ site.pages | cc_safe_jsonify }}, "static": {{ site.static_files | cc_static_files_jsonify }} }
Version data entries
6 entries across 6 versions & 1 rubygems