Sha256: 62420e56de02eb178db083e64b54a6f96df0c66b06801923010ffdb04dfac9d4

Contents?: true

Size: 651 Bytes

Versions: 6

Compression:

Stored size: 651 Bytes

Contents

---
permalink: "manifest.json"
layout: none
---
{
  "lang": "{{ site.lang | default: "en-US" }}",
  "name": "{{ site.title }}",
  "short_name": "{{ site.title | replace: ' ', '' }}",
  "theme_color": "{{ site.manifest.theme_color | default: '#24292e' }}",
  "background_color": "{{ site.manifest.background_color | default: '#ffffff' }}",
  {% if site.favicons %}
    "icons": [
      {% for icon in site.favicons %}
        {
          "src": "{{ icon[1] }}",
          "sizes": "{{ icon[0] }}x{{ icon[0] }}"
        }{% if forloop.last != true %},{% endif %}
      {% endfor %}
    ],
  {%- endif -%}
  "start_url": "/",
  "display": "standalone"
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alembic-jekyll-theme-3.1.0 assets/manifest.json
alembic-jekyll-theme-3.0.14 assets/manifest.json
alembic-jekyll-theme-3.0.13 assets/manifest.json
alembic-jekyll-theme-3.0.12 assets/manifest.json
alembic-jekyll-theme-3.0.11 assets/manifest.json
alembic-jekyll-theme-3.0.10 assets/manifest.json