Sha256: 7a40a936843af7f2c82e8bfea1623e2b6a4c3afd34f0d1d6e4b16d0e961a792d

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

{% comment%}
---
regenerate:             true
---
{% endcomment%}

{% 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/themes/j1/bs_theme_switcher/themes.json