j1-template 2021.3.1 → 2021.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/data/menu.html +55 -55
- data/assets/data/mmenu.html +53 -53
- data/assets/data/quicklinks.html +3 -3
- data/assets/themes/j1/adapter/js/j1.js +1 -1
- data/assets/themes/j1/core/css/animate.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +1 -1
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +23 -1
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +8163 -10392
- data/assets/themes/j1/core/js/template.min.js +20 -30
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +1 -1
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +1 -1
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -1
- data/assets/themes/j1/modules/datatables/js/datatables.js +1 -1
- data/assets/themes/j1/modules/datatables/js/datatables.min.js +5 -5
- data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +3 -3
- data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +6 -6
- data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +2 -2
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1 -1
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +1 -1
- data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +1 -1
- data/assets/themes/j1/modules/jquery/js/jquery.js +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +1 -1
- data/assets/themes/j1/modules/jquery/js/jqueryUI.js +7 -7
- data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +3 -3
- data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/mustache.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/uri.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +7 -7
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/scroller/js/scroller.js +2 -2
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +8 -8
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -431
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
- data/assets/themes/j1/modules/videojs/js/video.min.js +2 -2
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/{private.default.yml → _defaults/private.yml} +2 -0
- data/lib/starter_web/_data/private.yml +3 -1
- 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 +4 -10
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +2 -1
- metadata +3 -5
- data/lib/starter_web/_data/_defaults/j1_config.1.yml +0 -478
- data/lib/starter_web/_data/_defaults/private.default.yml +0 -119
@@ -1,119 +0,0 @@
|
|
1
|
-
# ------------------------------------------------------------------------------
|
2
|
-
# ~/_data/private.yml
|
3
|
-
# The private.yml file is used to set sensitive private data used by
|
4
|
-
# J1 components to configure security and authentication settings
|
5
|
-
#
|
6
|
-
# Product/Info:
|
7
|
-
# https://jekyll.one
|
8
|
-
#
|
9
|
-
# Copyright (C) 2019 Juergen Adams
|
10
|
-
#
|
11
|
-
# J1 Template is licensed under the MIT License.
|
12
|
-
# See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE
|
13
|
-
# ------------------------------------------------------------------------------
|
14
|
-
# NOTE:
|
15
|
-
# As this file contains very confidential data, a productive private.yml
|
16
|
-
# file should ALWAYS be excluded from ANY source published to the public
|
17
|
-
# (e.g. a repo at Github)
|
18
|
-
# ------------------------------------------------------------------------------
|
19
|
-
|
20
|
-
|
21
|
-
# ==============================================================================
|
22
|
-
# GLOBAL settings
|
23
|
-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
24
|
-
global:
|
25
|
-
|
26
|
-
# used by J1 to encrypt cookies
|
27
|
-
session_secret: <your-secret-string>
|
28
|
-
|
29
|
-
|
30
|
-
# ==============================================================================
|
31
|
-
# MODULE settings
|
32
|
-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
33
|
-
modules:
|
34
|
-
|
35
|
-
# J1 Webhook
|
36
|
-
# NOTE:
|
37
|
-
# ----------------------------------------------------------------------------
|
38
|
-
webhook:
|
39
|
-
|
40
|
-
comment:
|
41
|
-
name: <your-config-name>
|
42
|
-
user: <your-gh-user>
|
43
|
-
repo: <your-gh-repo>
|
44
|
-
server_url: <your-gh-webhook-url>
|
45
|
-
|
46
|
-
secret: <your-gh-secret> # secret used at GH Webhooks
|
47
|
-
payload_url: <your-payload-url> # payload url (e.g channel at smee.io)
|
48
|
-
|
49
|
-
|
50
|
-
# ==============================================================================
|
51
|
-
# # J1 Utility Server
|
52
|
-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
53
|
-
util_srv:
|
54
|
-
|
55
|
-
oauth:
|
56
|
-
|
57
|
-
# GH OAuth settings used for J1 Control Center (NetlifyCMS) for the
|
58
|
-
# external OAuth client (base_url)
|
59
|
-
# --------------------------------------------------------------------------
|
60
|
-
comment:
|
61
|
-
name: <your-config-name>
|
62
|
-
user: <your-gh-user>
|
63
|
-
user_url: <your-user-url>
|
64
|
-
strategy: members
|
65
|
-
members: all
|
66
|
-
|
67
|
-
site_url: http://localhost:41010
|
68
|
-
site_redirect_url: http://localhost:41010/auth/github/callback
|
69
|
-
client_scope: repo, user
|
70
|
-
client_id: <your-client-id>
|
71
|
-
client_secret: <your-client-secret>
|
72
|
-
|
73
|
-
|
74
|
-
# ==============================================================================
|
75
|
-
# MIDDLEWARE settings
|
76
|
-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
77
|
-
middleware:
|
78
|
-
|
79
|
-
# OAuth settings (J1 Auth Client)
|
80
|
-
# ----------------------------------------------------------------------------
|
81
|
-
oauth:
|
82
|
-
|
83
|
-
# --------------------------------------------------------------------------
|
84
|
-
# DISQUS credentials
|
85
|
-
# ==========================================================================
|
86
|
-
disqus:
|
87
|
-
|
88
|
-
# J1 Auth client (mode APP, development system)
|
89
|
-
# ------------------------------------------------------------------------
|
90
|
-
comment:
|
91
|
-
name: <your-disqus-config-name>
|
92
|
-
user: <your-disqus-user>
|
93
|
-
|
94
|
-
client_url: http://localhost:41010
|
95
|
-
client_redirect_url: http://localhost:41010/auth/disqus/callback
|
96
|
-
client_id: <your-disqus-client-id>
|
97
|
-
client_secret: <your-disqus-client-secret>
|
98
|
-
|
99
|
-
# --------------------------------------------------------------------------
|
100
|
-
# GITHUB credentials
|
101
|
-
# ==========================================================================
|
102
|
-
github:
|
103
|
-
|
104
|
-
# J1 Auth client (mode APP, development system)
|
105
|
-
# ------------------------------------------------------------------------
|
106
|
-
comment:
|
107
|
-
name: <your-gh-config-name>
|
108
|
-
user: <your-gh-user>
|
109
|
-
org: <your-gh-org>
|
110
|
-
strategy: members
|
111
|
-
members: all
|
112
|
-
|
113
|
-
client_url: http://localhost:41010
|
114
|
-
client_redirect_url: http://localhost:41010/auth/github/callback
|
115
|
-
client_id: <your-gh-client-id>
|
116
|
-
client_secret: <your-gh-client-secret>
|
117
|
-
|
118
|
-
# ------------------------------------------------------------------------------
|
119
|
-
# END
|