Sha256: 49a0f3de2361a8719197620a4c6c3597e9faccba1160495e016ecf47febb44f2

Contents?: true

Size: 1.54 KB

Versions: 6

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 = false%}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
j1-template-2024.3.17 assets/data/j1_config.json
j1-template-2024.3.16 assets/data/j1_config.json
j1-template-2024.3.15 assets/data/j1_config.json
j1-template-2024.3.14 assets/data/j1_config.json
j1-template-2024.3.13 assets/data/j1_config.json
j1-template-2024.3.12 assets/data/j1_config.json