Sha256: 7ae00b9fbb62469ded9563a70f728a182631f9f0ed0f1a0b797246c7a9c352d2
Contents?: true
Size: 1.29 KB
Versions: 21
Compression:
Stored size: 1.29 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) 2022 Juergen Adams # # J1 Template 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 %} Write config data as JSON string -------------------------------------------------------------------------------- {% endcomment %} {{ j1_config | json }} {% endcapture %} {{ cache | strip_empty_lines }} {% assign cache = nil %}
Version data entries
21 entries across 21 versions & 1 rubygems