j1-template 2021.0.10 → 2021.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +34 -12
  3. data/_includes/themes/j1/layouts/content_generator_post.html +7 -5
  4. data/_includes/themes/j1/modules/navigator/generator.html +6 -6
  5. data/_includes/themes/j1/procedures/global/create_bs_button.proc +1 -1
  6. data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -0
  7. data/assets/data/authclient.html +1 -1
  8. data/assets/data/carousel.json +1 -1
  9. data/assets/data/fam.html +1 -1
  10. data/assets/data/menu.1.html +505 -0
  11. data/assets/data/menu.html +15 -17
  12. data/assets/themes/j1/adapter/js/carousel.js +6 -1
  13. data/assets/themes/j1/adapter/js/mmenu.js +9 -4
  14. data/assets/themes/j1/adapter/js/navigator.js +14 -6
  15. data/assets/themes/j1/adapter/js/themer.js +49 -0
  16. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +25 -7
  17. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  18. data/assets/themes/j1/core/js/template.js +2 -8
  19. data/assets/themes/j1/core/js/template.js.map +1 -1
  20. data/assets/themes/j1/core/js/template.min.js +2 -8
  21. data/assets/themes/j1/core/js/template.min.js.map +1 -0
  22. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  23. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  24. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +9 -4
  25. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  26. data/lib/j1/commands/generate.rb +1 -1
  27. data/lib/j1/version.rb +1 -1
  28. data/lib/starter_web/Gemfile +2 -2
  29. data/lib/starter_web/_config.yml +3 -3
  30. data/lib/starter_web/_data/blocks/banner.yml +19 -7
  31. data/lib/starter_web/_data/blocks/defaults/banner.yml +5 -5
  32. data/lib/starter_web/_data/builder/blog_navigator.yml +4 -4
  33. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +3 -24
  34. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -0
  35. data/lib/starter_web/_data/modules/fam.yml +21 -2
  36. data/lib/starter_web/_data/modules/navigator_menu.yml +26 -26
  37. data/lib/starter_web/_data/modules/quicksearch.yml +3 -3
  38. data/lib/starter_web/_data/private.yml@localhost +199 -0
  39. data/lib/starter_web/_includes/attributes.asciidoc +9 -1
  40. data/lib/starter_web/_plugins/lunr_index.rb +8 -4
  41. data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
  42. data/lib/starter_web/assets/images/modules/attics/markus-spiske-1920x1280.jpg +0 -0
  43. data/lib/starter_web/assets/images/modules/attics/markus-spiske.jpg +0 -0
  44. data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
  45. data/lib/starter_web/assets/images/modules/attics/markus-spiske4-1920x1280.jpg +0 -0
  46. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
  47. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -1
  48. data/lib/starter_web/collections/posts/public/featured/_posts/2020-05-01-top-site-generators.adoc +1 -1
  49. data/lib/starter_web/collections/posts/public/featured/_posts/2020-06-01-about-cookies.adoc +6 -3
  50. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +8 -5
  51. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +7 -4
  52. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +7 -4
  53. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +7 -4
  54. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -1
  55. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +1 -1
  56. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +1 -1
  57. data/lib/starter_web/dot.gitignore +2 -3
  58. data/lib/starter_web/package.json +1 -1
  59. data/lib/starter_web/pages/public/about/about_site.adoc +6 -7
  60. data/lib/starter_web/pages/public/blog/navigator/archive.html +9 -7
  61. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +9 -7
  62. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +16 -11
  63. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +9 -7
  64. data/lib/starter_web/pages/public/blog/navigator/index.html +9 -10
  65. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +79 -46
  66. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +0 -7
  67. data/lib/starter_web/pages/public/learn/where_to_go.adoc +5 -15
  68. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +1 -1
  69. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +161 -591
  70. data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -1
  71. data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -2
  72. data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +2450 -0
  73. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +4 -4
  74. data/lib/starter_web/pages/public/previewer/rouge.adoc +3 -3
  75. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
  76. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  77. data/lib/starter_web/utilsrv/package.json +1 -1
  78. metadata +11 -11
  79. data/lib/j1/templates/posts/0000-00-00-welcome-to-j1-template.adoc.erb +0 -72
  80. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-welcome-to-j1.adoc +0 -167
  81. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +0 -98
  82. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +0 -55
  83. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +0 -295
  84. data/lib/starter_web/pages/public/legal/de/400_license_agreement.adoc +0 -395
  85. data/lib/starter_web/pages/public/legal/de/500_support.adoc +0 -20
  86. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +0 -441
  87. data/lib/starter_web/pages/public/legal/en/500_support.adoc +0 -27
@@ -57,7 +57,7 @@ module J1
57
57
  # Internal: Gets the filename of the sample post to be created
58
58
  # Returns the filename of the sample post, as a String
59
59
  def initialized_post_name
60
- "collections/posts/public/featured/_posts/#{Time.now.strftime("%Y-%m-%d")}-welcome-to-j1-template.adoc"
60
+ "collections/posts/public/featured/_posts/#{Time.now.strftime("%Y-%m-%d")}-welcome-to-j1.adoc"
61
61
  end
62
62
 
63
63
  private
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2021.0.10'
2
+ VERSION = '2021.0.15'
3
3
  end
@@ -54,7 +54,7 @@ gem 'jekyll', '~> 4.2'
54
54
 
55
55
  # Theme Rubies, default: J1 Template
56
56
  #
57
- gem 'j1-template', '~> 2021.0.10'
57
+ gem 'j1-template', '~> 2021.0.15'
58
58
 
59
59
  # ------------------------------------------------------------------------------
60
60
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -118,9 +118,9 @@ group :jekyll_plugins do
118
118
  # gem 'jekyll-algolia', '~> 1.6' # Needed ??? Supported ???
119
119
  # gem 'jekyll-feed', ">= 0.15.1"
120
120
  # gem 'jekyll-gist', '>= 1.5.0' # Needed ???, Gist supported asciidoc-extention
121
- # gem 'jekyll-sitemap', '>= 1.2.0'
122
121
  # gem 'jekyll-redirect-from', '>= 0.16.0' # Needed ???
123
122
  # gem 'jekyll-sass-converter', '>= 2.1.0' # Needed ??? Supported ???
123
+ gem 'jekyll-sitemap', '>= 1.2.0'
124
124
  gem 'j1-paginator', '>= 2020.0.2'
125
125
  end
126
126
 
@@ -53,7 +53,7 @@ environment: production
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2021.0.10
56
+ version: 2021.0.15
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -446,10 +446,10 @@ plugins:
446
446
  # - jekyll-algolia
447
447
  # - jekyll-feed
448
448
  # - jekyll-gist
449
- # - jekyll-sitemap
450
449
  # - jekyll-redirect-from
450
+ # - jekyll-sass-converter
451
+ - jekyll-sitemap
451
452
  - j1-paginator
452
- - jekyll-sass-converter
453
453
 
454
454
  # ------------------------------------------------------------------------------
455
455
  # JEKYLL FEED
@@ -159,24 +159,36 @@ settings:
159
159
  - name: Roundtrip button
160
160
  button:
161
161
  text: Roundtrip
162
- class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
163
- style: "min-width: 17rem"
162
+ class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-3
163
+ style: "min-width: 12rem"
164
164
  icon: eye
165
165
  icon_color: md_white
166
166
  icon_size: 24px
167
- href: /pages/public/learn/where_to_go/
167
+ href: /pages/public/learn/roundtrip/present_images/
168
168
  target:
169
169
 
170
170
  - name: Kickstarter button
171
171
  button:
172
172
  text: Kickstart
173
- class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
174
- style: "min-width: 17rem"
173
+ class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-3
174
+ style: "min-width: 12rem"
175
175
  icon: rocket
176
176
  icon_color: md_white
177
177
  icon_size: 24px
178
178
  href: "https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/"
179
- target: blank
179
+ target: _blank
180
+
181
+
182
+ - name: Download button
183
+ button:
184
+ text: Download
185
+ class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-3
186
+ style: "min-width: 12rem"
187
+ icon: download
188
+ icon_color: md_white
189
+ icon_size: 24px
190
+ href: "https://rubygems.org/gems/j1-template/versions/2021.0.15"
191
+ target: _blank
180
192
 
181
193
  # - name: Patreon button
182
194
  # button:
@@ -186,7 +198,7 @@ settings:
186
198
  # icon_color: md_white
187
199
  # icon_size: 24px
188
200
  # href: https://www.patreon.com/join/jekyll_one
189
- # target: blank
201
+ # target: _blank
190
202
 
191
203
  # --------------------------------------------------------------------------
192
204
  # Home Welcome Banner
@@ -130,7 +130,7 @@ defaults:
130
130
  icon_color: md_white
131
131
  icon_size: lg
132
132
  href: javascript:void(0)
133
- target: blank
133
+ target: _blank
134
134
 
135
135
  - button:
136
136
  text: Button-2
@@ -139,7 +139,7 @@ defaults:
139
139
  icon_color: md_white
140
140
  icon_size: lg
141
141
  href: javascript:void(0)
142
- target: blank
142
+ target: _blank
143
143
 
144
144
  - button:
145
145
  text: Button-3
@@ -148,7 +148,7 @@ defaults:
148
148
  icon_color: md_white
149
149
  icon_size: lg
150
150
  href: javascript:void(0)
151
- target: blank
151
+ target: _blank
152
152
  # ----------------------------------------------------------------------------
153
153
  # IMAGE banner
154
154
  #
@@ -184,7 +184,7 @@ defaults:
184
184
  icon_color: md_white
185
185
  icon_size: lg
186
186
  href: javascript:void(0)
187
- target: blank
187
+ target: _blank
188
188
 
189
189
  # ----------------------------------------------------------------------------
190
190
  # PARALLAX banner
@@ -229,7 +229,7 @@ defaults:
229
229
  icon_color: md_white
230
230
  icon_size: lg
231
231
  href: javascript:void(0)
232
- target: blank
232
+ target: _blank
233
233
 
234
234
  # ----------------------------------------------------------------------------
235
235
  # EXCEPTION banner
@@ -143,10 +143,10 @@ article_navigator:
143
143
  article_previewer:
144
144
  enabled: true
145
145
  description: >
146
- Browse Blog Posts in the previewer by the <b>Next</b> button from the
147
- <b>Previewer Bar</b>. All articles are reverse ordered by date. The
148
- current articles are displayed first. To go preview pages backwards, use
149
- the <b>Back</b> button from the <b>Previewer Bar</b> for previous pages.
146
+ All articles are reverse ordered by date. The current articles are displayed
147
+ first. To preview older posts, use the button <b>Older Posts</b> from the
148
+ Preview Bar. For newer posts use the button <b>Newer Posts</b> for
149
+ more recent articles.
150
150
 
151
151
  archive_view:
152
152
  enabled: true
@@ -15,30 +15,9 @@
15
15
  # About this configuration (used for J1 CC only)
16
16
  #
17
17
  about_config:
18
- title: J1 LunrSearch
18
+ title: J1 QuickSearch
19
19
  scope: Default settings
20
- location: _data/modules/defaults/lunr_search.yml
21
-
22
- # ------------------------------------------------------------------------------
23
- # J1LunrSearch settings
24
- #
25
- # enabled
26
- # ----------------------------------------------------------------------------
27
- # Enables|Disables the use of J1 Search Manager
28
- #
29
- # values: boolean (true|false)
30
- # default: false
31
- #
32
- # ------------------------------------------------------------------------------
33
-
34
- # ------------------------------------------------------------------------------
35
- # About this configuration (used for J1 CC only)
36
- #
37
- about_config:
38
-
39
- title: J1LunrSearch
40
- scope: Default settings
41
- location: _data/modules/defaults/jekyll_search.yml
20
+ location: _data/modules/defaults/quicksearch.yml
42
21
 
43
22
  # ------------------------------------------------------------------------------
44
23
  # Default settings
@@ -57,7 +36,7 @@ defaults:
57
36
  stopwords: /assets/themes/j1/modules/lunrSearch/stopwords/en.txt
58
37
  stopwords_locale: en
59
38
  strip_index_html: false
60
- strip_categories: [ pages, posts, public, featured, wikipedia ]
39
+ strip_categories: [ pages, posts, series, public, featured, wikipedia ]
61
40
  min_length: 3
62
41
  date_format: mmm dd, yyyy
63
42
 
@@ -143,6 +143,7 @@ about_config:
143
143
  defaults:
144
144
 
145
145
  enabled: false
146
+ retries: 30 # retry to load theme list from API
146
147
  saveToCookie: true
147
148
  debug: false
148
149
  preview_page: /pages/public/previewer/theme/
@@ -62,16 +62,27 @@ settings:
62
62
  enabled: true
63
63
  id: open_toc
64
64
  icon: plus
65
- icon_hover: wrap
65
+ icon_hover: cursor-pointer
66
66
  color: md-blue
67
67
 
68
68
  # ------------------------------------------------------------------------
69
69
  # MENU items
70
70
  #
71
71
  items:
72
- - item:
72
+ - item: To Top
73
+ enabled: true
74
+ id: fam_scroll_to_top
75
+ color: md-green
76
+ event_handler: scroll_to_top
77
+ icon: step-backward-2
78
+ icon_properties: rotate-90
79
+
80
+ - item: Table of Contents
73
81
  enabled: true
82
+ id: open_mmenu_toc
83
+ color: md-blue
74
84
  event_handler: open_mmenu_toc
85
+ icon: wrap
75
86
 
76
87
  # --------------------------------------------------------------------------
77
88
  # FAM for in-page navigation (simplified)
@@ -88,6 +99,14 @@ settings:
88
99
  #
89
100
  items:
90
101
 
102
+ - item: To Top
103
+ enabled: true
104
+ id: fam_scroll_to_top
105
+ color: md-green
106
+ event_handler: scroll_to_top
107
+ icon: step-backward-2
108
+ icon_properties: rotate-90
109
+
91
110
  - item: Previous Section
92
111
  enabled: true
93
112
  id: fam_previous_section
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/modules/j1_navigator_menu.yml
2
+ # ~/_data/modules/j1_navigator_menu.yml (run-time)
3
3
  # Configuration of the J1 NAV Module for the main navigation bar
4
4
  #
5
5
  # Product/Info:
@@ -104,28 +104,28 @@
104
104
  column:
105
105
  - title: Bootstrap Home
106
106
  href: http://getbootstrap.com/
107
- target: blank
107
+ target: _blank
108
108
  icon: bootstrap
109
109
  - title: Bootstrap CDN
110
110
  href: https://www.bootstrapcdn.com/
111
- target: blank
111
+ target: _blank
112
112
  icon: bootstrap
113
113
  - title: FA Icons
114
114
  href: http://fontawesome.io/icons/
115
- target: blank
115
+ target: _blank
116
116
  icon: font-awesome
117
117
  - title: MD Icons
118
118
  href: https://materialdesignicons.com/
119
119
  # href: http://zavoloklom.github.io/material-design-iconic-font/cheatsheet.html
120
- target: blank
120
+ target: _blank
121
121
  icon: google
122
122
  - title: Fonts
123
123
  href: https://fonts.google.com/
124
- target: blank
124
+ target: _blank
125
125
  icon: google
126
126
  - title: cdnJS
127
127
  href: https://cdnjs.com/
128
- target: blank
128
+ target: _blank
129
129
  icon: arrow-down-bold-hexagon-outline
130
130
 
131
131
  - title: Knowledge
@@ -133,39 +133,39 @@
133
133
  column:
134
134
  - title: Jekyll Home
135
135
  href: https://jekyllrb.com/
136
- target: blank
136
+ target: _blank
137
137
  icon: flask
138
138
  - title: Jekyll Tips
139
139
  href: http://jekyll.tips/
140
- target: blank
140
+ target: _blank
141
141
  icon: flask
142
142
  - title: Jekyll Stackoverflow
143
143
  href: https://stackoverflow.com/questions/tagged/jekyll
144
- target: blank
144
+ target: _blank
145
145
  icon: flask
146
146
  - title: BS 4 Stackoverflow
147
147
  href: https://stackoverflow.com/questions/tagged/bootstrap-4
148
- target: blank
148
+ target: _blank
149
149
  icon: bootstrap
150
150
  - title: W3 Schools
151
151
  href: http://www.w3schools.com/
152
- target: blank
152
+ target: _blank
153
153
  icon: xml
154
154
  - title: SelfHTML
155
155
  href: https://wiki.selfhtml.org/
156
- target: blank
156
+ target: _blank
157
157
  icon: xml
158
158
  - title: Asciidoc Language
159
159
  href: https://docs.asciidoctor.org/asciidoc/latest/
160
- target: blank
160
+ target: _blank
161
161
  icon: format-color-text
162
162
  - title: Asciidoc FAQ
163
163
  href: http://www.methods.co.nz/asciidoc/faq.html
164
- target: blank
164
+ target: _blank
165
165
  icon: format-color-text
166
166
  - title: Asciidoctor
167
167
  href: http://asciidoctor.org/
168
- target: blank
168
+ target: _blank
169
169
  icon: hospital
170
170
 
171
171
  - title: Tools
@@ -173,43 +173,43 @@
173
173
  column:
174
174
  - title: FreeFormatter
175
175
  href: http://www.freeformatter.com/
176
- target: blank
176
+ target: _blank
177
177
  icon: cached
178
178
  - title: Convert CSS to Sass
179
179
  href: http://sebastianpontow.de/css2compass/
180
- target: blank
180
+ target: _blank
181
181
  icon: language-css3
182
182
  - title: CSS Matic Tools
183
183
  href: https://www.cssmatic.com
184
- target: blank
184
+ target: _blank
185
185
  icon: language-css3
186
186
  - title: JSON Editor
187
187
  href: https://jsoneditoronline.org/
188
- target: blank
188
+ target: _blank
189
189
  icon: code-json
190
190
  - title: YAML Parser
191
191
  href: http://yaml-online-parser.appspot.com/
192
- target: blank
192
+ target: _blank
193
193
  icon: code-braces
194
194
  - title: XML-YAML Converter
195
195
  href: http://codebeautify.org/xml-to-yaml
196
- target: blank
196
+ target: _blank
197
197
  icon: xml
198
198
  - title: Character Codes
199
199
  href: http://character-code.com/
200
- target: blank
200
+ target: _blank
201
201
  icon: alpha-a-box-outline
202
202
  - title: Wordcloud Generator
203
203
  href: https://www.jasondavies.com/wordcloud/
204
- target: blank
204
+ target: _blank
205
205
  icon: cloud
206
206
  - title: RegEx 101
207
207
  href: https://regex101.com/
208
- target: blank
208
+ target: _blank
209
209
  icon: regex
210
210
  - title: RegEx Library
211
211
  href: http://www.regexlib.com/
212
- target: blank
212
+ target: _blank
213
213
  icon: regex
214
214
 
215
215
  # ------------------------------------------------------------------------------
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/modules/lunr_search.yml
2
+ # ~/_data/modules/quicksearch.yml
3
3
  # User configuration settings for J1 QuickSearch module
4
4
  #
5
5
  # Product/Info:
@@ -16,9 +16,9 @@
16
16
  #
17
17
  about_config:
18
18
 
19
- title: J1 LunrSearch
19
+ title: J1 QuickSearch
20
20
  scope: User settings
21
- location: _data/modules/lunr_search.yml
21
+ location: _data/modules/quicksearch.yml
22
22
 
23
23
  # ------------------------------------------------------------------------------
24
24
  # User configuration settings
@@ -0,0 +1,199 @@
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: 12ada70c0d34914d194f1a790c9b23bd
28
+
29
+
30
+ # ==============================================================================
31
+ # MODULE settings
32
+ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
+ modules:
34
+
35
+ # J1 Webhook
36
+ # NOTE:
37
+ # ----------------------------------------------------------------------------
38
+ webhook:
39
+
40
+ comment:
41
+ name: j1-template@jekyll-one-org
42
+ user: j1juergen
43
+ repo: jekyll-one-org/j1-template
44
+ server_url: https://github.com/jekyll-one-org/j1-template/settings/hooks
45
+
46
+ secret: 12ada70c0d34914d194f1a790c9b23bd # secret used at GH Webhook
47
+ payload_url: https://smee.io/bzTe8lpQq1KeSJF # 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: j1-utilitiy-server@local-44444
62
+ user: j1juergen@jekyll-one-org
63
+ user_url: https://github.com/organizations/jekyll-one-org/settings/applications/1129706
64
+ strategy: members
65
+ members: all
66
+
67
+ site_url: http://localhost:44444
68
+ site_redirect_url: http://localhost:44444/auth/github/callback
69
+ client_scope: repo, user
70
+ client_id: 1a0d2977414958182711
71
+ client_secret: 358b3b44e3711f9b279d4ae7164c9de2e5dafc27
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: j1-starter-local-5k
92
+ user: juergen.adams@jekyll-one.com
93
+ strategy: members
94
+
95
+ client_url: http://localhost:5000
96
+ client_redirect_url: http://localhost:5000/auth/disqus/callback
97
+ client_id: ssPdlHsww2Kz6MFHsKkJNWvO5kzGpjcPf0AnGkbgMiXobsz29Va9yIGkNZaex1z3
98
+ client_secret: lZFhPYlTRiKd5pl9KAMM9QumbpkLi15TR0Bx0T6wwRZ97ndvvO7b9RmSKHleNHR4
99
+
100
+ # J1 Auth client (mode APP, production)
101
+ # ------------------------------------------------------------------------
102
+ # comment:
103
+ # name: j1-starter-app
104
+ # user: juergen.adams@jekyll-one.com
105
+ # strategy: members
106
+ #
107
+ # client_url: https://app.jekyll.one
108
+ # client_redirect_url: http://app.jekyll.one/auth/disqus/callback
109
+ # client_id: nxfGmVWvtPHhv2XqXMDZShOwwlEyCyxCvx36xMG1DEv0WfcsKb5Y83yV0CE045X4
110
+ # client_secret: 72vMIfD7RXfPQ9T1hxbwvUOkycWofa14apUOLoYkfJ8ZVDFqjBTrOIjDHzkBQFuw
111
+
112
+
113
+ # --------------------------------------------------------------------------
114
+ # GITHUB credentials
115
+ # ==========================================================================
116
+ github:
117
+
118
+ # J1 Auth client (mode APP, development system)
119
+ # ------------------------------------------------------------------------
120
+ comment:
121
+ name: j1-starter@local-5k
122
+ user: jekyll-one
123
+ org: jekyll-one-org
124
+ strategy: members
125
+ members: all
126
+
127
+ client_url: http://localhost:5000
128
+ client_redirect_url: http://localhost:5000/auth/github/callback
129
+ client_id: 4759b4d27a5f526c632a
130
+ client_secret: 8472988317760fd097d1e80e996f4ec410c1857a
131
+
132
+ # J1 Auth client (mode APP, prod system)
133
+ # ------------------------------------------------------------------------
134
+ # comment:
135
+ # name: https://docs.jekyll.one
136
+ # user: jekyll-one
137
+ # org: jekyll-one-org
138
+ # strategy: members
139
+ # members: all
140
+ #
141
+ # client_url: https://docs.jekyll.one/
142
+ # client_redirect_url: https://docs.jekyll.one/auth/github/callback
143
+ # client_id: 9bf5e62056aabee42898
144
+ # client_secret: e9c70921603e56dc38cf05b53868417172b35c2e
145
+
146
+
147
+ # --------------------------------------------------------------------------
148
+ # PATREON credentials
149
+ # ==========================================================================
150
+ patreon:
151
+
152
+ # J1 Auth client (mode APP, development system)
153
+ # ------------------------------------------------------------------------
154
+ # comment:
155
+ # name: j1-starter-local-5k
156
+ # user: juergen@jekyll.one
157
+ # strategy: members
158
+ # api: v1
159
+ #
160
+ # client_url: http://localhost:5000
161
+ # client_redirect_url: http://localhost:5000/auth/github/callback
162
+ # client_id: bDuEYHyKjtypxb5wQKMILCCUw-x5XtYD-_9MsDAO22agQGoaB2CRKtP5UReRVflS
163
+ # client_secret: uDRsD1dwWSLPUCeBrjz4umjsNMD04drCtTqy7xSEjkqIVACGa-h-n1w8t9o2mW42
164
+
165
+ # J1 Auth client (mode APP, production)
166
+ # ------------------------------------------------------------------------
167
+ # comment:
168
+ # name: j1-starter-app-heroku
169
+ # user: juergen@jekyll.one
170
+ # strategy: members
171
+ # api: v1
172
+ #
173
+ # client_url: https://j1-starter-app.herokuapp.com
174
+ # client_redirect_url: https://j1-starter-app.herokuapp.com/auth/patreon/callback
175
+ # client_id: HOgyFtiKA_wwgL-PkwwrQszs3LXJdnw28JYrX28-MvCkhx5dyp8kRW8RC4WnzdVE
176
+ # client_secret: ofh0yfPNtJzzFoCMDW0miHbf7CWJ-JSaOkvXkqyOdczkmNBk-16Gf2GFP3ihD8Gd
177
+
178
+
179
+
180
+ # --------------------------------------------------------------------------
181
+ # TWITTER credentials (currently NOT supported)
182
+ # ==========================================================================
183
+ twitter:
184
+
185
+ # J1 Auth client
186
+ # ------------------------------------------------------------------------
187
+ # comment:
188
+ # name: <your-oauth-app-name>
189
+ # user: <your-userid>
190
+ # strategy: <your-strategy>
191
+ # api: v1
192
+ #
193
+ # client_url: <your-client-url>
194
+ # client_redirect_url: <your-client-redirect-url>
195
+ # client_id: <your-client-id>
196
+ # client_secret: <your-client-secret>
197
+
198
+ # ------------------------------------------------------------------------------
199
+ # END