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 +4 -4
- data/assets/data/private.json +49 -49
- data/assets/themes/j1/adapter/js/scroller.js +285 -285
- data/assets/themes/j1/core/js/template.js +8753 -8753
- data/assets/themes/j1/core/js/template.min.js +7 -7
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/_defaults/j1_config.1.yml +478 -0
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +6 -6
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ff3312ed5c48d76c95403af878eb22f303e313514bfddbfe18aba8432c5aa9d
|
4
|
+
data.tar.gz: 25c472d2217ea91cd3bad46d545a6481079025fc1e933103fc08fde624afc5d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3877166b4d76910d09619536b0fbae628fc1ef436e990b577785b5920cec758a3b3fa0ea6e79a66dd456b4cd489635982b84fa395288057f49752b14349637fa
|
7
|
+
data.tar.gz: e8f1bc75a8e5208c7365f6c7c77da250f5a2a734cc80e09a96f6ec37a18f2179d84b701c0656d0266838c3250fabeaa49dc98d8f8b10cd8f36029b1d4b54766b
|
data/assets/data/private.json
CHANGED
@@ -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 %}
|