Sha256: 90ae44bdfa693a772f35de90b257b5245e86e3f911c3e0628c542a561d6c3838

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

---
regenerate:             true
---

{% capture j1_cache %}

{% comment%}

    The liquid template themes.json is used by the J1 Theme Manager to locate
    the  CSS file to be loaded to switch for a specific theme

  NOTE:
    Be carefull change the Liquid code. If the code is changed, check the
    interity of the JSON data created. Corrupted or invalid JSON data will
    make the Javascript portion of J1ThemeMgr to fail and no valid CSS will
    be available to provide the needed styles to properly render the pages.

{% endcomment%}

  {% assign  asset_path  = site.data.j1_config.asset_path %}
  {% capture theme_path %}{{asset_path}}/bs_theme_switcher/themes{% endcapture %}

{
  "themes":
  [
    {"name": "default",             "cssCdn": "{{asset_path}}/bootstrap/css/bootstrap.min.css"},
    {"name": "bootstrap 3.3.7",     "cssCdn": "{{asset_path}}/bootstrap/default/css/bootstrap.min.css"},
    {"name": "j1 light default",    "cssCdn": "{{theme_path}}/j1/light/default/bootstrap.min.css"},
    {"name": "j1 dark default",     "cssCdn": "{{theme_path}}/j1/dark/default/bootstrap.min.css"}
  ]
}

{% endcapture %}

{{ j1_cache | strip_empty_lines }}
{% assign j1_cache = nil %}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
j1m_theme-0.0.1 assets/data/themes.json