Sha256: e2e8df94d8a5780c014fa49a35dc3d49b810cf82e7f29fd9d17902b8fbea1b22

Contents?: true

Size: 1.53 KB

Versions: 3

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 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

3 entries across 3 versions & 1 rubygems

Version Path
j1-template-2023.10.2 assets/data/j1_config.json
j1-template-2023.10.1 assets/data/j1_config.json
j1-template-2023.10.0 assets/data/j1_config.json