j1_template_mde 2018.4.20 → 2018.4.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +17 -12
  3. data/_layouts/home.html +1 -1
  4. data/lib/j1/version.rb +1 -1
  5. data/lib/j1_app.rb +17 -7
  6. data/lib/starter_web/Gemfile +1 -1
  7. data/lib/starter_web/_config.yml +1 -1
  8. data/lib/starter_web/_data/j1_config.yml +1 -0
  9. data/lib/starter_web/_rack/config.ru +27 -1
  10. data/lib/starter_web/_rack/dot.env +4 -3
  11. data/lib/starter_web/assets/images/icons/j1/scalable/j1v2.svg +1 -1
  12. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.css +12 -2
  13. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  14. data/lib/starter_web/assets/themes/j1/core/css/uno.css +41 -4
  15. data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
  16. data/lib/starter_web/assets/themes/j1/core/js/adapter/algolia.js +1 -1
  17. data/lib/starter_web/assets/themes/j1/core/js/template.js +7 -18
  18. data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
  19. data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
  20. data/lib/starter_web/package.json +8 -6
  21. data/lib/starter_web/pages/public/start/000_includes/attributes.asciidoc +40 -12
  22. data/lib/starter_web/pages/public/start/platform.adoc +151 -0
  23. data/lib/starter_web/pages/public/start/roundtrip/000_includes/attributes.asciidoc +18 -16
  24. data/lib/starter_web/pages/public/start/roundtrip/100_present_images.adoc +1 -1
  25. data/lib/starter_web/pages/public/start/roundtrip/200_cards.adoc +5 -4
  26. data/lib/starter_web/pages/public/start/roundtrip/300_typography.adoc +24 -27
  27. data/lib/starter_web/pages/public/start/roundtrip/400_icon_fonts.adoc +5 -4
  28. data/lib/starter_web/pages/public/start/roundtrip/500_asciidoc_extensions.adoc +3 -3
  29. data/lib/starter_web/pages/public/start/roundtrip/600_themes.adoc +10 -16
  30. data/lib/starter_web/pages/public/start/roundtrip/700_extended_modals.adoc +49 -44
  31. data/lib/starter_web/pages/public/start/roundtrip/800_search_engine.adoc +37 -2
  32. metadata +3 -10
  33. data/lib/j1_app/j1_auth_manager/views/_unused/iframe.erb +0 -29
  34. data/lib/j1_app/j1_auth_manager/views/_unused/modal_page.erb +0 -136
  35. data/lib/j1_app/omniauth/strategies/_unused/doumart_patreon.rb +0 -75
  36. data/lib/j1_app/omniauth/strategies/_unused/my_patreon.rb +0 -78
  37. data/lib/j1_app/omniauth/strategies/_unused/patreon.v1.rb +0 -50
  38. data/lib/j1_app/omniauth/strategies/_unused/patreon.v2-v1.rb +0 -82
  39. data/lib/j1_app/omniauth/strategies/_unused/patreon.v2.rb +0 -79
  40. data/lib/starter_web/pages/public/instant_search_media.adoc +0 -438
@@ -22,8 +22,6 @@ resource_options:
22
22
  regenerate: false
23
23
  ---
24
24
 
25
-
26
-
27
25
  // Enable the Liquid Preprocessor
28
26
  // -----------------------------------------------------------------------------
29
27
  :page-liquid:
@@ -137,7 +135,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
137
135
  ++++
138
136
  <div class="ml-2 mb-5">
139
137
  <!-- Button trigger modal -->
140
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#modalContactForm">
138
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#modalContactForm">
141
139
  Launch Modal Contact Form
142
140
  </button>
143
141
  </div>
@@ -150,7 +148,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
150
148
  ++++
151
149
  <div class="ml-2 mb-5">
152
150
  <!-- Button trigger modal -->
153
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#frameModalTopInfoDemo">
151
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#frameModalTopInfoDemo">
154
152
  Launch Modal Top Info
155
153
  </button>
156
154
  </div>
@@ -163,7 +161,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
163
161
  ++++
164
162
  <div class="ml-2 mb-5">
165
163
  <!-- Button trigger modal -->
166
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#frameModalBottomSuccessDemo">
164
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#frameModalBottomSuccessDemo">
167
165
  Launch Modal Bottom Success
168
166
  </button>
169
167
  </div>
@@ -177,7 +175,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
177
175
  ++++
178
176
  <div class="ml-2 mb-5">
179
177
  <!-- Button trigger modal -->
180
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#sideModalTRSuccessDemo">
178
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalTRSuccessDemo">
181
179
  Launch Modal Top Right Success
182
180
  </button>
183
181
  </div>
@@ -190,7 +188,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
190
188
  ++++
191
189
  <div class="ml-2 mb-5">
192
190
  <!-- Button trigger modal -->
193
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#sideModalTLInfoDemo">
191
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalTLInfoDemo">
194
192
  Launch Modal Top Left Info
195
193
  </button>
196
194
  </div>
@@ -203,7 +201,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
203
201
  ++++
204
202
  <div class="ml-2 mb-5">
205
203
  <!-- Button trigger modal -->
206
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#sideModalBRDangerDemo">
204
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalBRDangerDemo">
207
205
  Launch Modal Bottom Right Danger
208
206
  </button>
209
207
  </div>
@@ -216,7 +214,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
216
214
  ++++
217
215
  <div class="ml-2 mb-5">
218
216
  <!-- Button trigger modal -->
219
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#sideModalBLWarningDemo">
217
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalBLWarningDemo">
220
218
  Launch Modal Bottom Left Warning
221
219
  </button>
222
220
  </div>
@@ -229,7 +227,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
229
227
  ++++
230
228
  <div class="ml-2 mb-5">
231
229
  <!-- Button trigger modal -->
232
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#modalLoginAvatarDemo">
230
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#modalLoginAvatarDemo">
233
231
  Launch Modal Form Login with Avatar
234
232
  </button>
235
233
  </div>
@@ -242,7 +240,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
242
240
  ++++
243
241
  <div class="ml-2 mb-5">
244
242
  <!-- Button trigger modal -->
245
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#modalOmniLogin">
243
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#modalOmniLogin">
246
244
  Launch Modal OmniLogin
247
245
  </button>
248
246
  </div>
@@ -258,7 +256,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
258
256
  <div class="modal-header">
259
257
  <p class="lead">SignIn</p>
260
258
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
261
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
259
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
262
260
  </button>
263
261
  </div>
264
262
  <!-- Body -->
@@ -349,7 +347,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
349
347
  ++++
350
348
  <div class="ml-2 mb-5">
351
349
  <!-- Button trigger modal -->
352
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#centralModalLGInfoDemo">
350
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#centralModalLGInfoDemo">
353
351
  Launch Modal Central Large Info
354
352
  </button>
355
353
  </div>
@@ -363,7 +361,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
363
361
  ++++
364
362
  <div class="ml-2 mb-5">
365
363
  <!-- Button trigger modal -->
366
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#centralModalFluidSuccessDemo">
364
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#centralModalFluidSuccessDemo">
367
365
  Launch Modal Central Fluid Success
368
366
  </button>
369
367
  </div>
@@ -376,7 +374,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
376
374
  ++++
377
375
  <div class="ml-2 mb-5">
378
376
  <!-- Button trigger modal -->
379
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#fluidModalRightSuccessDemo">
377
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalRightSuccessDemo">
380
378
  Launch Modal Central Fluid Success
381
379
  </button>
382
380
  </div>
@@ -389,7 +387,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
389
387
  ++++
390
388
  <div class="ml-2 mb-5">
391
389
  <!-- Button trigger modal -->
392
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#fluidModalLeftInfoDemo">
390
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalLeftInfoDemo">
393
391
  Launch Modal Full Height Left Info
394
392
  </button>
395
393
  </div>
@@ -403,7 +401,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
403
401
  ++++
404
402
  <div class="ml-2 mb-5">
405
403
  <!-- Button trigger modal -->
406
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#fluidModalTopWarningDemo">
404
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalTopWarningDemo">
407
405
  Launch Modal Full Height Top Warning
408
406
  </button>
409
407
  </div>
@@ -416,7 +414,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
416
414
  ++++
417
415
  <div class="ml-2 mb-5">
418
416
  <!-- Button trigger modal -->
419
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#fluidModalBottomDangerDemo">
417
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalBottomDangerDemo">
420
418
  Launch Modal Full Height Bottom Danger
421
419
  </button>
422
420
  </div>
@@ -429,12 +427,20 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
429
427
  ++++
430
428
  <div class="ml-2 mb-5">
431
429
  <!-- Button trigger modal -->
432
- <button type="button" class="btn btn-primary btn-round btn-raised" data-toggle="modal" data-target="#centralModalSuccessDemo">
430
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#centralModalSuccessDemo">
433
431
  Launch Modal Central Success
434
432
  </button>
435
433
  </div>
436
434
  ++++
437
435
 
436
+ == What's next?
437
+
438
+ lorem:sentences[5]
439
+
440
+ Check out what the build in link:{roundtrip-search-engine}[Search Engine, window="_blank"]
441
+ can do!
442
+
443
+
438
444
  ++++
439
445
  <!-- Modal Contact Form -->
440
446
  <div class="modal fade" id="modalContactForm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
@@ -445,34 +451,34 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
445
451
  <div class="modal-header">
446
452
  <p class="lead">Contact Form</p>
447
453
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
448
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
454
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
449
455
  </button>
450
456
  </div>
451
457
  <!-- Body -->
452
458
  <div class="modal-body mb-0">
453
459
  <div class="md-form form-sm">
454
- <i class="mdi mdi-light mdi-email"></i>
460
+ <i class="mdi mdi-dark mdi-email"></i>
455
461
  <input type="text" id="form19" class="form-control">
456
462
  <label for="form19">Your name</label>
457
463
  </div>
458
464
  <div class="md-form form-sm">
459
- <i class="mdi mdi-light mdi-lock"></i>
465
+ <i class="mdi mdi-dark mdi-lock"></i>
460
466
  <input type="password" id="form20" class="form-control">
461
467
  <label for="form20">Your email</label>
462
468
  </div>
463
469
  <div class="md-form form-sm">
464
- <i class="mdi mdi-light mdi-tag"></i>
470
+ <i class="mdi mdi-dark mdi-tag"></i>
465
471
  <input type="text" id="form21" class="form-control">
466
472
  <label for="form21">Subject</label>
467
473
  </div>
468
474
  <div class="md-form form-sm">
469
- <i class="mdi mdi-light mdi-pencil"></i>
475
+ <i class="mdi mdi-dark mdi-pencil"></i>
470
476
  <textarea type="text" id="form8" class="md-textarea form-control mb-0"></textarea>
471
477
  <label for="form8">Your message</label>
472
478
  </div>
473
479
  <!-- Footer -->
474
480
  <div class="modal-footer mt-5">
475
- <a type="button" class="btn btn-primary-modal btn-text">Send<i class="mdi mdi-light mdi-send ml-1"></i></a>
481
+ <a type="button" class="btn btn-primary-modal btn-text">Send<i class="mdi mdi-dark mdi-send ml-1"></i></a>
476
482
  </div>
477
483
  </div>
478
484
  </div>
@@ -490,7 +496,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
490
496
  <div class="modal-header">
491
497
  <p class="lead">Modal Success</p>
492
498
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
493
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
499
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
494
500
  </button>
495
501
  </div>
496
502
  <!-- Body -->
@@ -565,10 +571,9 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
565
571
  <div class="modal-content">
566
572
  <!-- Body -->
567
573
  <div class="modal-body">
568
- <div class="row px-4">
569
- <p class="pt-1 pr-2">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit nisi quo provident fugiat reprehenderit nostrum quos..</p>
574
+ <p class="mt-1 ml-3 mr-2">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit nisi quo provident fugiat reprehenderit nostrum quos..</p><div class="row ml-3">
570
575
  <a type="button" class="btn btn-primary-modal mr-2">Yes, please</a>
571
- <a type="button" class="btn btn-outline-secondary-modal" data-dismiss="modal">No, thanks</a>
576
+ <a type="button" class="btn btn-outline-secondary-modal" data-dismiss="modal">No, thanks<div class="ripple-container"><div class="ripple-decorator ripple-on ripple-out" style="left: 51.4063px; top: 20px; background-color: rgb(1, 211, 107); transform: scale(14.5548);"></div></div></a>
572
577
  </div>
573
578
  </div>
574
579
  </div>
@@ -586,7 +591,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
586
591
  <div class="modal-header">
587
592
  <p class="lead">Modal Success</p>
588
593
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
589
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
594
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
590
595
  </button>
591
596
  </div>
592
597
  <!-- Body -->
@@ -617,7 +622,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
617
622
  <div class="modal-header">
618
623
  <p class="lead">Modal Info</p>
619
624
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
620
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
625
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
621
626
  </button>
622
627
  </div>
623
628
  <!-- Body -->
@@ -647,7 +652,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
647
652
  <div class="modal-header">
648
653
  <p class="lead">Modal Danger</p>
649
654
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
650
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
655
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
651
656
  </button>
652
657
  </div>
653
658
  <!-- Body -->
@@ -683,7 +688,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
683
688
  <div class="modal-header">
684
689
  <p class="lead">Modal Warning</p>
685
690
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
686
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
691
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
687
692
  </button>
688
693
  </div>
689
694
  <!-- Body -->
@@ -842,7 +847,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
842
847
  <div class="modal-header">
843
848
  <p class="lead">Modal Info</p>
844
849
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
845
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
850
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
846
851
  </button>
847
852
  </div>
848
853
  <!-- Body -->
@@ -874,7 +879,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
874
879
  <div class="modal-header">
875
880
  <p class="lead">Modal Success</p>
876
881
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
877
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
882
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
878
883
  </button>
879
884
  </div>
880
885
  <!-- Body -->
@@ -931,7 +936,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
931
936
  <div class="modal-header">
932
937
  <p class="lead">Modal Success</p>
933
938
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
934
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
939
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
935
940
  </button>
936
941
  </div>
937
942
  <!-- Body -->
@@ -988,7 +993,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
988
993
  <div class="modal-header">
989
994
  <p class="lead">Modal Success</p>
990
995
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
991
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
996
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
992
997
  </button>
993
998
  </div>
994
999
  <!-- Body -->
@@ -1045,7 +1050,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
1045
1050
  <div class="modal-header">
1046
1051
  <p class="lead">Modal Warning</p>
1047
1052
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
1048
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
1053
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
1049
1054
  </button>
1050
1055
  </div>
1051
1056
  <!-- Body -->
@@ -1088,7 +1093,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
1088
1093
  <div class="modal-header">
1089
1094
  <p class="lead">Modal Danger</p>
1090
1095
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
1091
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
1096
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
1092
1097
  </button>
1093
1098
  </div>
1094
1099
  <!-- Body -->
@@ -1131,7 +1136,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
1131
1136
  <div class="modal-header">
1132
1137
  <p class="lead">Modal Success</p>
1133
1138
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
1134
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
1139
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
1135
1140
  </button>
1136
1141
  </div>
1137
1142
  <!-- Body -->
@@ -1162,7 +1167,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
1162
1167
  <div class="modal-header">
1163
1168
  <p class="lead">Modal Info</p>
1164
1169
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
1165
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
1170
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
1166
1171
  </button>
1167
1172
  </div>
1168
1173
  <!-- Body -->
@@ -1192,7 +1197,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
1192
1197
  <div class="modal-header">
1193
1198
  <p class="lead">Modal Danger</p>
1194
1199
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
1195
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
1200
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
1196
1201
  </button>
1197
1202
  </div>
1198
1203
  <!-- Body -->
@@ -1228,7 +1233,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
1228
1233
  <div class="modal-header">
1229
1234
  <p class="lead">Modal Warning</p>
1230
1235
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
1231
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
1236
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
1232
1237
  </button>
1233
1238
  </div>
1234
1239
  <!-- Body -->
@@ -1305,7 +1310,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
1305
1310
  <div class="modal-header">
1306
1311
  <p class="lead">Discount offer: <strong>10% off</strong></p>
1307
1312
  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
1308
- <i class="mdi mdi-close mdi-light mdi-48px"></i>
1313
+ <i class="mdi mdi-close mdi-dark mdi-48px"></i>
1309
1314
  </button>
1310
1315
  </div>
1311
1316
  <!-- Body -->
@@ -22,11 +22,31 @@ regenerate: true
22
22
  ---
23
23
 
24
24
  // Enable the Liquid Preprocessor
25
- //
25
+ // -----------------------------------------------------------------------------
26
26
  :page-liquid:
27
27
 
28
28
  // Set other global page attributes here
29
- // -------------------------------------------------------------------
29
+ // -----------------------------------------------------------------------------
30
+
31
+ // Liquid procedures
32
+ // -----------------------------------------------------------------------------
33
+ {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
34
+
35
+ // Initialize entry document paths
36
+ // -----------------------------------------------------------------------------
37
+ {% include {{set_env_entry_document}} init_folders=all %}
38
+
39
+ // Load tags and urls
40
+ // -----------------------------------------------------------------------------
41
+ include::{includedir}/attributes.asciidoc[tag=tags]
42
+ include::{includedir}/attributes.asciidoc[tag=urls]
43
+ include::{includedir}/attributes.asciidoc[tag=data]
44
+
45
+ // Additional Asciidoc page attributes goes here
46
+ // -----------------------------------------------------------------------------
47
+
48
+ // Include sub-documents
49
+ // -----------------------------------------------------------------------------
30
50
 
31
51
 
32
52
  The module *Site Search* is based on an _Elasticsearch_ Index hostet at
@@ -149,3 +169,18 @@ em.ais-Highlight {
149
169
  </style>
150
170
  ++++
151
171
 
172
+ == What's next?
173
+
174
+ Hopefully you've enjoyed exploring all the possibilities J1 offers for managing
175
+ themes. But much, much more can the J1 do for your Web Site.
176
+
177
+ This was the last place to go for the roundtrip. More details of the most
178
+ common elements of Bootstrap can be found on the previewer for a theme. Have
179
+ a look at the link:{previewer-theme}[Theme Previewer, window="_blank"].
180
+
181
+ To make things real for your new Web, go for *Web in a Day*. This tutorial
182
+ guides you through all the steps to build a Web - your Web using Jekyll and the
183
+ Template J1. It's really a nice journey to *explore* and *learn* J1 - start with
184
+ link:{kickstarter-web-in-a-day}[Web in a Day here, window="_blank"]!
185
+
186
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1_template_mde
3
3
  version: !ruby/object:Gem::Version
4
- version: 2018.4.20
4
+ version: 2018.4.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-27 00:00:00.000000000 Z
11
+ date: 2019-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv
@@ -153,17 +153,10 @@ files:
153
153
  - lib/j1_app/j1_auth_manager/helpers_github.rb
154
154
  - lib/j1_app/j1_auth_manager/helpers_patreon.rb
155
155
  - lib/j1_app/j1_auth_manager/helpers_twitter.rb
156
- - lib/j1_app/j1_auth_manager/views/_unused/iframe.erb
157
- - lib/j1_app/j1_auth_manager/views/_unused/modal_page.erb
158
156
  - lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb
159
157
  - lib/j1_app/j1_auth_manager/warden_omniauth.rb
160
158
  - lib/j1_app/j1_site_manager/static_site.rb
161
159
  - lib/j1_app/omniauth/facebook/signed_request.rb
162
- - lib/j1_app/omniauth/strategies/_unused/doumart_patreon.rb
163
- - lib/j1_app/omniauth/strategies/_unused/my_patreon.rb
164
- - lib/j1_app/omniauth/strategies/_unused/patreon.v1.rb
165
- - lib/j1_app/omniauth/strategies/_unused/patreon.v2-v1.rb
166
- - lib/j1_app/omniauth/strategies/_unused/patreon.v2.rb
167
160
  - lib/j1_app/omniauth/strategies/disqus.rb
168
161
  - lib/j1_app/omniauth/strategies/facebook.rb
169
162
  - lib/j1_app/omniauth/strategies/github.rb
@@ -869,7 +862,6 @@ files:
869
862
  - lib/starter_web/pages/public/blog/navigator/archive/dateview.html
870
863
  - lib/starter_web/pages/public/blog/navigator/archive/tagview.html
871
864
  - lib/starter_web/pages/public/blog/navigator/index.html
872
- - lib/starter_web/pages/public/instant_search_media.adoc
873
865
  - lib/starter_web/pages/public/legal/de/100_impress.adoc
874
866
  - lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc
875
867
  - lib/starter_web/pages/public/legal/de/300_privacy.adoc
@@ -915,6 +907,7 @@ files:
915
907
  - lib/starter_web/pages/public/start/kickstarter/web_in_a_day/_unused/30_j1_configure_your_site.asciidoc
916
908
  - lib/starter_web/pages/public/start/kickstarter/web_in_a_day/_unused/40_j1_create_content.asciidoc
917
909
  - lib/starter_web/pages/public/start/kickstarter/web_in_a_day/_unused/50_j1_customize_your_pages.asciidoc
910
+ - lib/starter_web/pages/public/start/platform.adoc
918
911
  - lib/starter_web/pages/public/start/read_me_first.adoc
919
912
  - lib/starter_web/pages/public/start/roundtrip/000_includes/attributes.asciidoc
920
913
  - lib/starter_web/pages/public/start/roundtrip/000_includes/documents/100_gistblock.asciidoc