j1-template 2024.0.0 → 2024.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/apps/public/cc/cc.yml +35 -33
  3. data/assets/data/cookieconsent.html +15 -106
  4. data/assets/data/docsearch.html +155 -0
  5. data/assets/data/iframes.html +96 -0
  6. data/assets/data/quicklinks.html +10 -0
  7. data/assets/data/speak2me.html +4 -3
  8. data/assets/data/translator.html +27 -147
  9. data/assets/themes/j1/adapter/js/{chat.js → chatbot.js} +20 -18
  10. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  11. data/assets/themes/j1/adapter/js/docsearch.js +270 -0
  12. data/assets/themes/j1/adapter/js/gallery.js +1 -1
  13. data/assets/themes/j1/adapter/js/iframer.js +350 -0
  14. data/assets/themes/j1/adapter/js/mmenu.js +1 -1
  15. data/assets/themes/j1/adapter/js/navigator.js +4 -0
  16. data/assets/themes/j1/adapter/js/rouge.js +1 -1
  17. data/assets/themes/j1/adapter/js/speak2me.js +2 -2
  18. data/assets/themes/j1/adapter/js/translator.js +5 -0
  19. data/assets/themes/j1/core/css/animate.css +4 -4
  20. data/assets/themes/j1/core/css/animate.min.css +1 -1
  21. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +1 -1
  22. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  23. data/assets/themes/j1/core/js/template.js +19 -7
  24. data/assets/themes/j1/core/js/template.min.js +1 -1
  25. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  26. data/assets/themes/j1/modules/iframeResizer/LICENSE +1 -1
  27. data/assets/themes/j1/modules/iframeResizer/README.md +105 -0
  28. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.absolute.html +12 -11
  29. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.content.html +22 -28
  30. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.hover.html +9 -8
  31. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.nested.html +12 -12
  32. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.textarea.html +6 -8
  33. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.tolerance.html +11 -11
  34. data/assets/themes/j1/modules/iframeResizer/{examples → example}/index.html +43 -19
  35. data/assets/themes/j1/modules/iframeResizer/{examples → example}/two.html +8 -11
  36. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +84 -68
  37. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +10 -8
  38. data/assets/themes/j1/modules/iframeResizer/js/resizer.js +149 -72
  39. data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +11 -7
  40. data/lib/j1/version.rb +1 -1
  41. data/lib/starter_web/README.md +5 -5
  42. data/lib/starter_web/_config.yml +1 -1
  43. data/lib/starter_web/_data/modules/{framer.yml → _docsearch.yml} +20 -9
  44. data/lib/starter_web/_data/modules/{chat.yml → chatbots.yml} +2 -2
  45. data/lib/starter_web/_data/modules/defaults/{chat.yml → chatbots.yml} +2 -2
  46. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -75
  47. data/lib/starter_web/_data/modules/defaults/docsearch.yml +87 -0
  48. data/lib/starter_web/_data/modules/defaults/{framer.yml → iframer.yml} +56 -21
  49. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -0
  50. data/lib/starter_web/_data/modules/defaults/translator.yml +11 -52
  51. data/lib/starter_web/_data/modules/docsearch.yml +45 -0
  52. data/lib/starter_web/_data/modules/iframer.yml +103 -0
  53. data/lib/starter_web/_data/modules/navigator_menu.yml +39 -1
  54. data/lib/starter_web/_data/resources.yml +41 -19
  55. data/lib/starter_web/_data/templates/feed.xml +1 -1
  56. data/lib/starter_web/_plugins/asciidoctor/iframe-block.rb +46 -0
  57. data/lib/starter_web/_plugins/index/lunr.rb +2 -1
  58. data/lib/starter_web/package.json +74 -75
  59. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
  60. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
  61. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
  62. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +1 -2
  63. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -0
  64. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/211_language_overview.asciidoc +0 -1
  65. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +1 -2
  66. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/213_fonts.asciidoc +4 -1
  67. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.bat +2 -2
  68. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.sh +2 -3
  69. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +5 -9
  70. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  71. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.pdf +27727 -0
  72. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  73. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
  74. data/lib/starter_web/pages/public/features/general.adoc +1 -1
  75. data/lib/starter_web/pages/public/features/template.adoc +1 -1
  76. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +1 -1
  77. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +1 -1
  78. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +1 -1
  79. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +1 -1
  80. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +1 -1
  81. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +1 -1
  82. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +1 -1
  83. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +1 -1
  84. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +1 -1
  85. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +1 -1
  86. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  87. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -1
  88. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  89. data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
  90. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.hover.html +69 -0
  91. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.nested.html +75 -0
  92. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.textarea.html +57 -0
  93. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/my.content.html +112 -0
  94. data/lib/starter_web/pages/public/tools/previewer/iframer_documents/iframe.content.html +51 -0
  95. data/lib/starter_web/pages/public/tools/previewer/iframer_documents/iframe.docsearch.info.html +84 -0
  96. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +1 -1
  97. data/lib/starter_web/pages/public/tools/previewer/preview_docsearch.adoc +92 -0
  98. data/lib/starter_web/pages/public/tools/previewer/preview_iframer.adoc +106 -0
  99. metadata +35 -25
  100. data/assets/themes/j1/adapter/js/framer.js +0 -237
  101. data/assets/themes/j1/modules/chatgpt/css/theme/uno.css +0 -92
  102. data/assets/themes/j1/modules/chatgpt/css/theme/uno.min.css +0 -16
  103. data/lib/starter_web/_data/_defaults/private.yml +0 -129
  104. data/lib/starter_web/_data/modules/nbinteract.yml +0 -476
  105. data/lib/starter_web/utilsrv/_defaults/package.json +0 -57
  106. data/lib/starter_web/utilsrv/package.json +0 -57
  107. data/lib/starter_web/utilsrv/server.js +0 -775
  108. /data/assets/themes/j1/modules/{chat → chatbot}/css/theme/uno.css +0 -0
  109. /data/assets/themes/j1/modules/{chat → chatbot}/css/theme/uno.min.css +0 -0
@@ -1,476 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/nbinteract.yml
3
- # User configuration for J1 NBI
4
- #
5
- # Product/Info:
6
- # https://jekyll.one
7
- #
8
- # Copyright (C) 2023, 2024 Juergen Adams
9
- #
10
- # J1 Template is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
12
- # ------------------------------------------------------------------------------
13
-
14
- # ------------------------------------------------------------------------------
15
- # Description
16
- #
17
- description:
18
- title: J1 NBI
19
- scope: User settings
20
- location: _data/modules/nbinteract.yml
21
-
22
- # ------------------------------------------------------------------------------
23
- # User configuration settings
24
- #
25
- settings:
26
- enabled: true
27
-
28
- # --------------------------------------------------------------------------
29
- # Module options
30
- # --------------------------------------------------------------------------
31
- show_nbi_messages: false
32
-
33
- # --------------------------------------------------------------------------
34
- # Textbook settings
35
- # --------------------------------------------------------------------------
36
- textbooks:
37
-
38
- # ------------------------------------------------------------------------
39
- # Localized Textbooks (NOT rendered at Binder)
40
- # ------------------------------------------------------------------------
41
-
42
- # ------------------------------------------------------------------------
43
- # climate_change_forecast
44
- #
45
- - textbook:
46
- enabled: true
47
-
48
- id: j1_climate_change_forecast
49
- xhr_data: j1_climate_change_forecast.html
50
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
51
- use_mathjax: true
52
- translate_mathjax: false
53
-
54
- # ------------------------------------------------------------------------
55
- # J1 Altair Tutorial
56
- # ------------------------------------------------------------------------
57
-
58
- # ------------------------------------------------------------------------
59
- # altair_non_interactive
60
- #
61
- - textbook:
62
- enabled: true
63
-
64
- id: j1_altair_non_interactive
65
- xhr_data: j1_altair_non_interactive.html
66
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
67
- use_mathjax: false
68
- altair_cleanups: true
69
-
70
- # ------------------------------------------------------------------------
71
- # altair_interactive
72
- #
73
- - textbook:
74
- enabled: true
75
-
76
- id: j1_altair_interactive
77
- xhr_data: j1_altair_interactive.html
78
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
79
- use_mathjax: false
80
- altair_cleanups: true
81
-
82
- # ------------------------------------------------------------------------
83
- # J1 Bokeh Tutorial
84
- # ------------------------------------------------------------------------
85
-
86
- - textbook:
87
- enabled: true
88
-
89
- id: j1_bokeh_01_basic_plotting
90
- xhr_data: j1_bokeh_01_basic_plotting.html
91
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
92
- use_mathjax: false
93
- altair_cleanups: false
94
-
95
- - textbook:
96
- enabled: true
97
-
98
- id: j1_bokeh_02_styling_and_theming
99
- xhr_data: j1_bokeh_02_styling_and_theming.html
100
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
101
- use_mathjax: false
102
- altair_cleanups: false
103
-
104
- - textbook:
105
- enabled: true
106
-
107
- id: j1_bokeh_03_data_sources_and_transformations
108
- xhr_data: j1_bokeh_03_data_sources_and_transformations.html
109
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
110
- use_mathjax: false
111
- altair_cleanups: false
112
-
113
- - textbook:
114
- enabled: true
115
-
116
- id: j1_bokeh_04_adding_annotations
117
- xhr_data: j1_bokeh_04_adding_annotations.html
118
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
119
- use_mathjax: false
120
- altair_cleanups: false
121
-
122
- - textbook:
123
- enabled: true
124
-
125
- id: j1_bokeh_05_presentation_layouts
126
- xhr_data: j1_bokeh_05_presentation_layouts.html
127
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
128
- use_mathjax: false
129
- altair_cleanups: false
130
-
131
- - textbook:
132
- enabled: true
133
-
134
- id: j1_bokeh_06_linking_and_interactions
135
- xhr_data: j1_bokeh_06_linking_and_interactions.html
136
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
137
- use_mathjax: false
138
- altair_cleanups: false
139
-
140
- - textbook:
141
- enabled: true
142
-
143
- id: j1_bokeh_07_bar_and_categorical_data_plots
144
- xhr_data: j1_bokeh_07_bar_and_categorical_data_plots.html
145
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
146
- use_mathjax: false
147
- altair_cleanups: false
148
-
149
- - textbook:
150
- enabled: true
151
-
152
- id: j1_bokeh_08_graph_and_network_plots
153
- xhr_data: j1_bokeh_08_graph_and_network_plots.html
154
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
155
- use_mathjax: false
156
- altair_cleanups: false
157
-
158
- - textbook:
159
- enabled: true
160
-
161
- id: j1_bokeh_09_geographic_plots
162
- xhr_data: j1_bokeh_09_geographic_plots.html
163
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
164
- use_mathjax: false
165
- altair_cleanups: false
166
-
167
- - textbook:
168
- enabled: false
169
-
170
- id: j1_bokeh_10_exporting_and_embedding
171
- xhr_data: j1_bokeh_10_exporting_and_embedding.html
172
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
173
- use_mathjax: false
174
- altair_cleanups: false
175
-
176
- - textbook:
177
- enabled: false
178
-
179
- id: j1_bokeh_11_running_bokeh_applications
180
- xhr_data: j1_bokeh_11_running_bokeh_applications.html
181
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
182
- use_mathjax: false
183
- altair_cleanups: false
184
-
185
- # ------------------------------------------------------------------------
186
- # J1 BQplot Tutorial
187
- # ------------------------------------------------------------------------
188
-
189
- - textbook:
190
- enabled: true
191
-
192
- id: j1-bqplot-basic-plotting
193
- xhr_data: j1-bqplot-basic-plotting.html
194
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
195
- use_mathjax: false
196
- altair_cleanups: false
197
-
198
- - textbook:
199
- enabled: true
200
-
201
- id: j1-bqplot-advanced-plotting
202
- xhr_data: j1-bqplot-advanced-plotting.html
203
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
204
- use_mathjax: false
205
- altair_cleanups: false
206
-
207
-
208
- # ------------------------------------------------------------------------
209
- # Distributed Textbooks
210
- # ------------------------------------------------------------------------
211
-
212
- # ------------------------------------------------------------------------
213
- # interactive_widgets
214
- #
215
- - textbook:
216
- enabled: true
217
-
218
- id: j1_docs_example_dynamic
219
- xhr_data: j1_docs_example_dynamic.html
220
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
221
- use_mathjax: false
222
-
223
- - textbook:
224
- enabled: true
225
-
226
- id: j1_interactive_widgets
227
- xhr_data: j1_interactive_widgets.html
228
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
229
- use_mathjax: false
230
-
231
- - textbook:
232
- enabled: false
233
-
234
- id: j1_nbi_widgets
235
- xhr_data: j1_nbi_widgets.html
236
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
237
- use_mathjax: false
238
-
239
- - textbook:
240
- enabled: true
241
-
242
- id: j1_nbi_widgets_hist_chart
243
- xhr_data: j1_nbi_widgets_hist_chart.html
244
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
245
- use_mathjax: false
246
-
247
- - textbook:
248
- enabled: true
249
-
250
- id: j1_nbi_widgets_bar_chart
251
- xhr_data: j1_nbi_widgets_bar_chart.html
252
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
253
-
254
- - textbook:
255
- enabled: true
256
-
257
- id: j1_nbi_widgets_scatter_drag_chart
258
- xhr_data: j1_nbi_widgets_scatter_drag_chart.html
259
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
260
- use_mathjax: false
261
-
262
- - textbook:
263
- enabled: true
264
-
265
- id: j1_nbi_widgets_scatter_chart
266
- xhr_data: j1_nbi_widgets_scatter_chart.html
267
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
268
- use_mathjax: false
269
-
270
- - textbook:
271
- enabled: true
272
-
273
- id: j1_nbi_widgets_line_chart
274
- xhr_data: j1_nbi_widgets_line_chart.html
275
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
276
- use_mathjax: false
277
-
278
- - textbook:
279
- enabled: true
280
-
281
- id: j1_nbi_widgets_question_multiple_choice
282
- xhr_data: j1_nbi_widgets_question_multiple_choice.html
283
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
284
- use_mathjax: false
285
-
286
- - textbook:
287
- enabled: true
288
-
289
- id: j1_nbi_widgets_question_short_answer
290
- xhr_data: j1_nbi_widgets_question_short_answer.html
291
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
292
- use_mathjax: false
293
-
294
- # ------------------------------------------------------------------------
295
- # odes_in_python
296
- #
297
- - textbook:
298
- enabled: true
299
-
300
- id: j1_odes_in_python
301
- xhr_data: j1_odes_in_python.html
302
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
303
- use_mathjax: true
304
- translate_mathjax: true
305
-
306
- # ------------------------------------------------------------------------
307
- # circular_times_table
308
- #
309
- - textbook:
310
- enabled: true
311
-
312
- id: j1_circular_times_table
313
- xhr_data: j1_circular_times_table.html
314
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
315
- use_mathjax: false
316
-
317
- # ------------------------------------------------------------------------
318
- # pandas_intro
319
- #
320
- - textbook:
321
- enabled: false
322
-
323
- id: j1_pandas_intro
324
- xhr_data: j1_pandas_creating_reading_and_writing.html
325
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
326
- use_mathjax: false
327
-
328
- # ------------------------------------------------------------------------
329
- # testing_plotly
330
- #
331
- - textbook:
332
- enabled: false
333
-
334
- id: j1_testing_plotly
335
- xhr_data: j1_testing_plotly.html
336
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
337
- use_mathjax: false
338
-
339
- # ------------------------------------------------------------------------
340
- # NbInteract Docs
341
- # ------------------------------------------------------------------------
342
-
343
- # ------------------------------------------------------------------------
344
- # simple_webpage
345
- #
346
- - textbook:
347
- enabled: true
348
-
349
- id: nbi_docs_tutorial_interact
350
- xhr_data: nbi_docs_tutorial_interact.html
351
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
352
- use_mathjax: false
353
-
354
- # ------------------------------------------------------------------------
355
- # tutorial_monty_hall
356
- #
357
- - textbook:
358
- enabled: true
359
-
360
- id: nbi_docs_tutorial_monty_hall
361
- xhr_data: nbi_docs_tutorial_monty_hall.html
362
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
363
- use_mathjax: false
364
-
365
- # ------------------------------------------------------------------------
366
- # recipes_graphing
367
- #
368
- - textbook:
369
- enabled: true
370
-
371
- id: nbi_docs_recipes_graphing
372
- xhr_data: nbi_docs_recipes_graphing.html
373
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
374
- use_mathjax: false
375
-
376
- # ------------------------------------------------------------------------
377
- # recipes_layout
378
- #
379
- - textbook:
380
- enabled: true
381
-
382
- id: nbi_docs_recipes_layout
383
- xhr_data: nbi_docs_recipes_layout.html
384
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
385
- use_mathjax: false
386
-
387
- # ------------------------------------------------------------------------
388
- # recipes_interactive_questions
389
- #
390
- - textbook:
391
- enabled: true
392
-
393
- id: nbi_docs_recipes_interactive_questions
394
- xhr_data: nbi_docs_recipes_interactive_questions.html
395
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
396
- use_mathjax: false
397
-
398
- # ------------------------------------------------------------------------
399
- # empirical_distributions
400
- #
401
- - textbook:
402
- enabled: true
403
-
404
- id: nbi_docs_empirical_distributions
405
- xhr_data: nbi_docs_examples_empirical_distributions.html
406
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
407
- use_mathjax: false
408
-
409
- # ------------------------------------------------------------------------
410
- # examples_sampling_from_a_population
411
- #
412
- - textbook:
413
- enabled: true
414
-
415
- id: nbi_docs_examples_sampling_from_a_population
416
- xhr_data: nbi_docs_examples_sampling_from_a_population.html
417
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
418
- use_mathjax: false
419
-
420
- # ------------------------------------------------------------------------
421
- # examples_variability_of_the_sample_mean
422
- #
423
- - textbook:
424
- enabled: true
425
-
426
- id: nbi_docs_examples_variability_of_the_sample_mean
427
- xhr_data: nbi_docs_examples_variability_of_the_sample_mean.html
428
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
429
- use_mathjax: true
430
-
431
- # ------------------------------------------------------------------------
432
- # examples_correlation
433
- #
434
- - textbook:
435
- enabled: true
436
-
437
- id: nbi_docs_examples_correlation
438
- xhr_data: nbi_docs_examples_correlation.html
439
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
440
- use_mathjax: true
441
-
442
- # ------------------------------------------------------------------------
443
- # examples_linear_regression
444
- #
445
- - textbook:
446
- enabled: true
447
-
448
- id: nbi_docs_examples_linear_regression
449
- xhr_data: nbi_docs_examples_linear_regression.html
450
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
451
- use_mathjax: false
452
-
453
- # ------------------------------------------------------------------------
454
- # examples_probability_distribution_plots
455
- #
456
- - textbook:
457
- enabled: true
458
-
459
- id: nbi_docs_examples_probability_distribution_plots
460
- xhr_data: nbi_docs_examples_probability_distribution_plots.html
461
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
462
- use_mathjax: false
463
-
464
- # ------------------------------------------------------------------------
465
- # central_limit_theorem
466
- #
467
- - textbook:
468
- enabled: true
469
-
470
- id: nbi_docs_central_limit_theorem
471
- xhr_data: nbi_docs_examples_central_limit_theorem.html
472
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
473
- use_mathjax: false
474
-
475
- # ----------------------------------------------------------------------------
476
- # END config
@@ -1,57 +0,0 @@
1
- {
2
- "private": true,
3
- "name": "utls",
4
- "version": "2024.0.0",
5
- "description": "J1 Theme Utility Server",
6
- "homepage": "https://jekyll.one",
7
- "author": {
8
- "name": "Juergen Adams",
9
- "email": "jadams@jekyll.one",
10
- "url": "https://jekyll.one"
11
- },
12
- "license": "MIT",
13
- "bugs": {
14
- "url": "https://jekyll.one"
15
- },
16
- "engines": {
17
- "node": ">=10.0",
18
- "npm": ">=6.0",
19
- "yarn": ">=1.6"
20
- },
21
- "utilsrv": {
22
- "enabled": "false"
23
- },
24
- "scripts": {
25
- "audit": "npm audit",
26
- "clean": "shx rm -f *.lock && shx rm -f package-lock.json",
27
- "start": "run-p -s utilsrv-run",
28
- "app": "run-p -s utilsrv",
29
- "develop": "run-p -s utilsrv",
30
- "site": "run-p -s utilsrv",
31
- "utilsrv": "cross-env UTILSRV_ENABLED=$npm_package_utilsrv_enabled if-env UTILSRV_ENABLED=true && run-p -s utilsrv-run || run-p -s utilsrv-exit",
32
- "utilsrv-run": "echo Startup UTILSRV .. && node server.js",
33
- "utilsrv-exit": "echo UTILSRV disabled. Not started."
34
- },
35
- "dependencies": {
36
- "body-parser": "^1.19.0",
37
- "cors": "^2.8.5",
38
- "cross-env": "^7.0.3",
39
- "cross-var": "^1.1.0",
40
- "dotenv": "^2.0.0",
41
- "express": "^4.15.2",
42
- "fs": "0.0.1-security",
43
- "if-env": "^1.0.4",
44
- "js-yaml": "^4.0",
45
- "lite-url": "^1.0.5",
46
- "log4js": "^6.3.0",
47
- "moment": "^2.24.0",
48
- "node-cron": "^3.0.0",
49
- "npm-run-all": "^4.1.5",
50
- "randomstring": "^1.1.5",
51
- "shx": "^0.3.3",
52
- "simple-git": "^3.3.0",
53
- "simple-oauth2": "^1.6.0",
54
- "sprintf-js": "^1.1.2",
55
- "touch": "^3.1.0"
56
- }
57
- }
@@ -1,57 +0,0 @@
1
- {
2
- "private": true,
3
- "name": "utls",
4
- "version": "2024.0.0",
5
- "description": "J1 Theme Utility Server",
6
- "homepage": "https://jekyll.one",
7
- "author": {
8
- "name": "Juergen Adams",
9
- "email": "jadams@jekyll.one",
10
- "url": "https://jekyll.one"
11
- },
12
- "license": "MIT",
13
- "bugs": {
14
- "url": "https://jekyll.one"
15
- },
16
- "engines": {
17
- "node": ">=10.0",
18
- "npm": ">=6.0",
19
- "yarn": ">=1.6"
20
- },
21
- "utilsrv": {
22
- "enabled": "false"
23
- },
24
- "scripts": {
25
- "audit": "npm audit",
26
- "clean": "shx rm -f *.lock && shx rm -rf package-lock.json",
27
- "start": "run-p -s utilsrv-run",
28
- "app": "run-p -s utilsrv",
29
- "develop": "run-p -s utilsrv",
30
- "site": "run-p -s utilsrv",
31
- "utilsrv": "cross-env UTILSRV_ENABLED=$npm_package_utilsrv_enabled if-env UTILSRV_ENABLED=true && run-p -s utilsrv-run || run-p -s utilsrv-exit",
32
- "utilsrv-run": "echo Startup UTILSRV .. && node server.js",
33
- "utilsrv-exit": "echo UTILSRV disabled. Not started."
34
- },
35
- "dependencies": {
36
- "body-parser": "^1.19.0",
37
- "cors": "^2.8.5",
38
- "cross-env": "^7.0.3",
39
- "cross-var": "^1.1.0",
40
- "dotenv": "^2.0.0",
41
- "express": "^4.15.2",
42
- "fs": "0.0.1-security",
43
- "if-env": "^1.0.4",
44
- "js-yaml": "^4.0",
45
- "lite-url": "^1.0.5",
46
- "log4js": "^6.3.0",
47
- "moment": "^2.24.0",
48
- "node-cron": "^3.0.0",
49
- "npm-run-all": "^4.1.5",
50
- "randomstring": "^1.1.5",
51
- "shx": "^0.3.3",
52
- "simple-git": "^3.3.0",
53
- "simple-oauth2": "^1.6.0",
54
- "sprintf-js": "^1.1.2",
55
- "touch": "^3.1.0"
56
- }
57
- }