Sha256: dd987c610e85a19e1718695ae42fe9ee8e73b481690ef7ee98edf341b815e6f5
Contents?: true
Size: 1.53 KB
Versions: 45
Compression:
Stored size: 1.53 KB
Contents
--- regenerate: true exclude_from_search: true --- {% capture cache %} {% comment %} # ------------------------------------------------------------------------------ # ~/assets/data/j1_config.json # The j1_config data used by several J1 components to ... # # Product/Info: # https://jekyll.one # # Copyright (C) 2023 Juergen Adams # # J1 Theme is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE # ------------------------------------------------------------------------------ {% endcomment %} {% comment %} Process YML config data ================================================================================ {% endcomment %} {% comment %} Set config files -------------------------------------------------------------------------------- {% endcomment %} {% assign data = site.data %} {% comment %} Set config data -------------------------------------------------------------------------------- {% endcomment %} {% assign j1_config = data.j1_config %} {% comment %} Detect prod mode -------------------------------------------------------------------------------- {% endcomment %} {% assign production = false %} {% if environment == 'prod' or environment == 'production' %} {% assign production = true %} {% endif %} {% comment %} Main ================================================================================ {% endcomment %} {{ j1_config | json }} {% endcapture %} {{ cache | strip_empty_lines }} {% assign cache = nil %}
Version data entries
45 entries across 45 versions & 1 rubygems