Sha256: 1fd70640ade81966394447c8072bf5d2382705ec9281446fdbc4c5f5e4872f0f

Contents?: true

Size: 1.54 KB

Versions: 12

Compression:

Stored size: 1.54 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, 2024 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 %} 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

12 entries across 12 versions & 1 rubygems

Version Path
j1-template-2024.2.1 assets/data/j1_config.json
j1-template-2024.2.0 assets/data/j1_config.json
j1-template-2024.1.5 assets/data/j1_config.json
j1-template-2024.1.4 assets/data/j1_config.json
j1-template-2024.1.3 assets/data/j1_config.json
j1-template-2024.1.2 assets/data/j1_config.json
j1-template-2024.1.1 assets/data/j1_config.json
j1-template-2024.1.0 assets/data/j1_config.json
j1-template-2024.0.3 assets/data/j1_config.json
j1-template-2024.0.2 assets/data/j1_config.json
j1-template-2024.0.1 assets/data/j1_config.json
j1-template-2024.0.0 assets/data/j1_config.json