j1-template 2021.3.0 → 2021.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1c7f01465b93814082ec3f21b25135c803935314f340fbb0f4ca89bfc9053d6
4
- data.tar.gz: 80c566b64f19c99be9814546433e3dd61bf6c6750ccb3f3eea8d950d3fdbf2a2
3
+ metadata.gz: 1ff3312ed5c48d76c95403af878eb22f303e313514bfddbfe18aba8432c5aa9d
4
+ data.tar.gz: 25c472d2217ea91cd3bad46d545a6481079025fc1e933103fc08fde624afc5d0
5
5
  SHA512:
6
- metadata.gz: 4a621f22cc6924261c73913db01e7071c78803cca2891e9dcccf325fcc541af5a6d6fd6d3ec03750b206dfe4f0aff407c426619b99daee20a4ea80435dd7ee38
7
- data.tar.gz: bba857f75b050b61d0dee0654b3039f2e2e2e02d8b149df5ba76424b54331730b26fe72b3ac87330b5467f31d71a6108fa35439f5937ff5e81c2cac91e6ba5ce
6
+ metadata.gz: 3877166b4d76910d09619536b0fbae628fc1ef436e990b577785b5920cec758a3b3fa0ea6e79a66dd456b4cd489635982b84fa395288057f49752b14349637fa
7
+ data.tar.gz: e8f1bc75a8e5208c7365f6c7c77da250f5a2a734cc80e09a96f6ec37a18f2179d84b701c0656d0266838c3250fabeaa49dc98d8f8b10cd8f36029b1d4b54766b
@@ -1,49 +1,49 @@
1
- ---
2
- regenerate: true
3
- exclude_from_search: true
4
- ---
5
-
6
- {% capture cache %}
7
-
8
- {% comment %}
9
- # ------------------------------------------------------------------------------
10
- # ~/assets/data/private.json
11
- # The private.yml file is used to set sensitive private data used by
12
- # J1 components to configure security and authentication settings
13
- #
14
- # Product/Info:
15
- # https://jekyll.one
16
- #
17
- # Copyright (C) 2021 Juergen Adams
18
- #
19
- # J1 Template is licensed under the MIT License.
20
- # See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE
21
- # ------------------------------------------------------------------------------
22
- # NOTE:
23
- # As this file contains very confidential data, a productive private.yml
24
- # file should ALWAYS be excluded from ANY source published to the public
25
- # (e.g. a repo at Github)
26
- # ------------------------------------------------------------------------------
27
-
28
- {% endcomment %}
29
-
30
- {% comment %} Process YML config data
31
- ================================================================================ {% endcomment %}
32
-
33
- {% comment %} Set config files
34
- -------------------------------------------------------------------------------- {% endcomment %}
35
- {% assign data = site.data %}
36
-
37
- {% comment %} Set config data
38
- -------------------------------------------------------------------------------- {% endcomment %}
39
- {% assign private_settings = data.private %}
40
-
41
-
42
- {% comment %} Write config data as JSON string
43
- -------------------------------------------------------------------------------- {% endcomment %}
44
-
45
- {{ private_settings | json }}
46
-
47
- {% endcapture %}
48
- {{ cache | strip_empty_lines }}
49
- {% assign cache = nil %}
1
+ ---
2
+ regenerate: true
3
+ exclude_from_search: true
4
+ ---
5
+
6
+ {% capture cache %}
7
+
8
+ {% comment %}
9
+ # ------------------------------------------------------------------------------
10
+ # ~/assets/data/private.json
11
+ # The private.yml file is used to set sensitive private data used by
12
+ # J1 components to configure security and authentication settings
13
+ #
14
+ # Product/Info:
15
+ # https://jekyll.one
16
+ #
17
+ # Copyright (C) 2021 Juergen Adams
18
+ #
19
+ # J1 Template is licensed under the MIT License.
20
+ # See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE
21
+ # ------------------------------------------------------------------------------
22
+ # NOTE:
23
+ # As this file contains very confidential data, a productive private.yml
24
+ # file should ALWAYS be excluded from ANY source published to the public
25
+ # (e.g. a repo at Github)
26
+ # ------------------------------------------------------------------------------
27
+
28
+ {% endcomment %}
29
+
30
+ {% comment %} Process YML config data
31
+ ================================================================================ {% endcomment %}
32
+
33
+ {% comment %} Set config files
34
+ -------------------------------------------------------------------------------- {% endcomment %}
35
+ {% assign data = site.data %}
36
+
37
+ {% comment %} Set config data
38
+ -------------------------------------------------------------------------------- {% endcomment %}
39
+ {% assign private_settings = data.private %}
40
+
41
+
42
+ {% comment %} Write config data as JSON string
43
+ -------------------------------------------------------------------------------- {% endcomment %}
44
+
45
+ {{ private_settings | json }}
46
+
47
+ {% endcapture %}
48
+ {{ cache | strip_empty_lines }}
49
+ {% assign cache = nil %}