j1-template 2020.0.20 → 2020.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +1 -1
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +3 -3
  4. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +1 -1
  5. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  6. data/_includes/themes/j1/procedures/global/attributes_loader.proc +117 -0
  7. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +14 -12
  8. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  9. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +3 -3
  10. data/apps/public/cc/cc.yml +34 -35
  11. data/assets/data/authclient.html +1 -1
  12. data/assets/data/banner.html +1 -1
  13. data/assets/data/carousel.json +1 -1
  14. data/assets/data/cookiebar.html +1 -1
  15. data/assets/data/footer.html +1 -1
  16. data/assets/data/galleries.json +1 -1
  17. data/assets/data/gallery_customizer.html +1 -1
  18. data/assets/data/mdi_icons.json +1 -1
  19. data/assets/data/menu.html +1 -1
  20. data/assets/data/mmenu.html +1 -1
  21. data/assets/data/mmenu_sidebar.html +1 -1
  22. data/assets/data/mmenu_toc.html +1 -1
  23. data/assets/data/panel.html +1 -1
  24. data/assets/data/quicklinks.html +1 -1
  25. data/assets/data/search.json +1 -1
  26. data/assets/data/ssm.html +1 -1
  27. data/assets/data/themes.json +1 -1
  28. data/assets/data/twa_v1.json +1 -1
  29. data/assets/themes/j1/adapter/js/algolia.js +1 -1
  30. data/assets/themes/j1/adapter/js/attic.js +1 -1
  31. data/assets/themes/j1/adapter/js/back2top.js +1 -1
  32. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  33. data/assets/themes/j1/adapter/js/carousel.js +1 -1
  34. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  35. data/assets/themes/j1/adapter/js/cookiebar.js +1 -1
  36. data/assets/themes/j1/adapter/js/framer.js +1 -1
  37. data/assets/themes/j1/adapter/js/gallery_customizer.js +1 -1
  38. data/assets/themes/j1/adapter/js/j1.js +1 -1
  39. data/assets/themes/j1/adapter/js/jf_gallery.js +1 -1
  40. data/assets/themes/j1/adapter/js/lightbox.js +1 -1
  41. data/assets/themes/j1/adapter/js/logger.js +1 -1
  42. data/assets/themes/j1/adapter/js/mmenu.js +1 -1
  43. data/assets/themes/j1/adapter/js/navigator.js +2 -2
  44. data/assets/themes/j1/adapter/js/searcher.js +1 -1
  45. data/assets/themes/j1/adapter/js/ssm.js +1 -1
  46. data/assets/themes/j1/adapter/js/themer.js +2 -2
  47. data/assets/themes/j1/adapter/js/toccer.js +1 -1
  48. data/assets/themes/j1/core/css/animate.css +15 -15
  49. data/assets/themes/j1/core/css/bootstrap.css +12 -12
  50. data/assets/themes/j1/core/css/icons-fontawesome.css +17 -17
  51. data/assets/themes/j1/core/css/icons-iconify.css +15 -15
  52. data/assets/themes/j1/core/css/icons-materialdesign.css +17 -17
  53. data/assets/themes/j1/core/css/icons-twemoji.css +18 -18
  54. data/assets/themes/j1/core/css/theme-extensions.css +106 -92
  55. data/assets/themes/j1/core/css/theme-extensions.min.css +1 -1
  56. data/assets/themes/j1/core/css/uno-dark.css +346 -249
  57. data/assets/themes/j1/core/css/uno-dark.min.css +1 -1
  58. data/assets/themes/j1/core/css/uno.css +125 -88
  59. data/assets/themes/j1/core/css/uno.min.css +1 -1
  60. data/assets/themes/j1/core/css/vendor.css +57 -37
  61. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  62. data/assets/themes/j1/core/js/template.js +1 -1
  63. data/assets/themes/j1/core/js/template.js.map +1 -1
  64. data/assets/themes/j1/core/js/template.min.js +1 -1
  65. data/assets/themes/j1/modules/popper/js/popper.js +1 -1
  66. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -1
  67. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  68. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +1 -1
  69. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +1 -1
  70. data/lib/j1/version.rb +1 -1
  71. data/lib/starter_web/Gemfile +1 -1
  72. data/lib/starter_web/_config.yml +1 -1
  73. data/lib/starter_web/_data/resources.yml +2 -2
  74. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +81 -0
  75. data/lib/starter_web/collections/_biography/becoming.adoc +72 -0
  76. data/lib/starter_web/collections/_biography/born-to-run.adoc +78 -0
  77. data/lib/starter_web/collections/_biography/forty-autumns.adoc +75 -0
  78. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +69 -0
  79. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +72 -0
  80. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +73 -0
  81. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +64 -0
  82. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +64 -0
  83. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +62 -0
  84. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +63 -0
  85. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +62 -0
  86. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +60 -0
  87. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +67 -0
  88. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +61 -0
  89. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +69 -0
  90. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +66 -0
  91. data/lib/starter_web/collections/_romance/outlander-novel.adoc +78 -0
  92. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +62 -0
  93. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +27 -23
  94. data/lib/starter_web/collections/posts/public/series/_posts/includes/attributes.asciidoc +66 -0
  95. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/100-docker-using-shared-folders.asciidoc +430 -0
  96. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/loop.sh +28 -0
  97. data/lib/starter_web/collections/posts/public/series/_posts/includes/tables/debug_variables.asciidoc +48 -0
  98. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +134 -0
  99. data/lib/starter_web/collections/posts/public/test_posts/_posts/includes/attributes.asciidoc +41 -0
  100. data/lib/starter_web/collections/posts/public/test_posts/_posts/includes/tables/debug_variables.asciidoc +48 -0
  101. data/lib/starter_web/includes/attributes.asciidoc +183 -0
  102. data/lib/starter_web/package.json +1 -1
  103. data/lib/starter_web/pages/protected/site_search.adoc +8 -19
  104. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -1
  105. data/lib/starter_web/pages/public/bookshelf/100_whats_up.adoc +281 -0
  106. data/lib/starter_web/pages/public/bookshelf/200_book_shelf_biography.adoc +52 -0
  107. data/lib/starter_web/pages/public/bookshelf/300_book_shelf_fantasy.adoc +54 -0
  108. data/lib/starter_web/pages/public/bookshelf/400_book_shelf_romance.adoc +54 -0
  109. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +10 -19
  110. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +12 -23
  111. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +11 -21
  112. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/attributes.asciidoc +21 -12
  113. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/100_meet_and_greet_jekyll.asciidoc +0 -0
  114. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/200_preparations.asciidoc +0 -0
  115. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/300_first_awesome_web.asciidoc +0 -0
  116. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/parts.asciidoc +0 -0
  117. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +7 -20
  118. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +7 -20
  119. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +9 -24
  120. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +23 -37
  121. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +14 -29
  122. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +14 -28
  123. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +7 -22
  124. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +11 -26
  125. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +2 -2
  126. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/attributes.asciidoc +5 -30
  127. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/100_gistblock.asciidoc +0 -0
  128. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_info.asciidoc +0 -0
  129. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_left_warning.asciidoc +0 -0
  130. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_right_danger.asciidoc +0 -0
  131. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_central_success.asciidoc +0 -0
  132. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_full_height_left_info.asciidoc +0 -0
  133. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_full_height_right_success.asciidoc +0 -0
  134. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_table_3_column.asciidoc +0 -0
  135. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_info.asciidoc +0 -0
  136. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_left_info.asciidoc +0 -0
  137. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_right_success.asciidoc +0 -0
  138. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/419_advanced_modals_demo.asciidoc +0 -0
  139. data/lib/starter_web/pages/public/learn/whats_up.adoc +6 -25
  140. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +5 -11
  141. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +25 -31
  142. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +3 -2
  143. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +2 -0
  144. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +41 -47
  145. data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -7
  146. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/attributes.asciidoc +16 -8
  147. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -0
  148. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -0
  149. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/120_relative_sizes.asciidoc +0 -0
  150. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/200_rotate.asciidoc +0 -0
  151. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/300_flip.asciidoc +0 -0
  152. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -0
  153. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -0
  154. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -0
  155. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/600_md_color_palette.asciidoc +0 -0
  156. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -0
  157. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -0
  158. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -0
  159. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -0
  160. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/200_rotate.asciidoc +0 -0
  161. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/300_flip.asciidoc +0 -0
  162. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -0
  163. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +8 -21
  164. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +10 -19
  165. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_ad.adoc +0 -0
  166. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_div.adoc +0 -0
  167. data/lib/starter_web/pages/public/test_pages/includes/attributes.asciidoc +47 -0
  168. data/lib/starter_web/pages/public/test_pages/includes/documents/100_gistblock.asciidoc +27 -0
  169. data/lib/starter_web/pages/public/test_pages/includes/images/pages/minneapolis.1200x400.jpg +0 -0
  170. data/lib/starter_web/pages/public/test_pages/includes/tables/000_bem_specifiers.asciidoc +22 -0
  171. data/lib/starter_web/pages/public/test_pages/includes/tables/000_specifier_examples.asciidoc +56 -0
  172. data/lib/starter_web/pages/public/{000_nav_pagination_tester.adoc → test_pages/nav_pagination_tester.adoc} +1 -1
  173. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +103 -0
  174. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  175. data/lib/starter_web/utilsrv/package.json +1 -1
  176. metadata +82 -46
  177. data/assets/README.md +0 -0
  178. data/lib/starter_web/pages/public/learn/roundtrip/bs_tour.js +0 -98
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2020.0.20",
4
+ "version": "2020.0.21",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2020.0.20",
4
+ "version": "2020.0.21",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2020.0.20
4
+ version: 2020.0.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: 2020-09-07 00:00:00.000000000 Z
11
+ date: 2020-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -132,20 +132,20 @@ dependencies:
132
132
  requirements:
133
133
  - - "~>"
134
134
  - !ruby/object:Gem::Version
135
- version: '2.2'
135
+ version: '2.0'
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 2.2.3
138
+ version: 2.0.8
139
139
  type: :runtime
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: '2.2'
145
+ version: '2.0'
146
146
  - - ">="
147
147
  - !ruby/object:Gem::Version
148
- version: 2.2.3
148
+ version: 2.0.8
149
149
  - !ruby/object:Gem::Dependency
150
150
  name: rack-protection
151
151
  requirement: !ruby/object:Gem::Requirement
@@ -308,6 +308,7 @@ files:
308
308
  - _includes/themes/j1/modules/search/algolia.html
309
309
  - _includes/themes/j1/modules/search/docsearch.html
310
310
  - _includes/themes/j1/procedures/collections/create_collection_article_preview.proc
311
+ - _includes/themes/j1/procedures/global/attributes_loader.proc
311
312
  - _includes/themes/j1/procedures/global/collect_frontmatter_options.proc
312
313
  - _includes/themes/j1/procedures/global/collect_page_options.proc
313
314
  - _includes/themes/j1/procedures/global/create_bs_button.proc
@@ -350,7 +351,6 @@ files:
350
351
  - _layouts/raw.html
351
352
  - apps/public/cc/cc.yml
352
353
  - apps/public/cc/index.adoc
353
- - assets/README.md
354
354
  - assets/data/authclient.html
355
355
  - assets/data/banner.html
356
356
  - assets/data/carousel.json
@@ -1164,6 +1164,25 @@ files:
1164
1164
  - lib/starter_web/assets/videos/gallery/video_michelle-poster.jpg
1165
1165
  - lib/starter_web/assets/videos/headers/still/underground-broadway.jpg
1166
1166
  - lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.jpg
1167
+ - lib/starter_web/collections/_biography/a-life-in-questions.adoc
1168
+ - lib/starter_web/collections/_biography/becoming.adoc
1169
+ - lib/starter_web/collections/_biography/born-to-run.adoc
1170
+ - lib/starter_web/collections/_biography/forty-autumns.adoc
1171
+ - lib/starter_web/collections/_biography/not-dead-yet.adoc
1172
+ - lib/starter_web/collections/_biography/princess-diarist-the.adoc
1173
+ - lib/starter_web/collections/_biography/when-breath-becomes-air.adoc
1174
+ - lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc
1175
+ - lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc
1176
+ - lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc
1177
+ - lib/starter_web/collections/_fantasy/ready-player-one.adoc
1178
+ - lib/starter_web/collections/_fantasy/sword-of-destiny.adoc
1179
+ - lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc
1180
+ - lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc
1181
+ - lib/starter_web/collections/_romance/dressmaker-the.adoc
1182
+ - lib/starter_web/collections/_romance/fiery-cross-the.adoc
1183
+ - lib/starter_web/collections/_romance/it-ends-with-us.adoc
1184
+ - lib/starter_web/collections/_romance/outlander-novel.adoc
1185
+ - lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc
1167
1186
  - lib/starter_web/collections/posts/private/readme
1168
1187
  - lib/starter_web/collections/posts/protected/readme
1169
1188
  - lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb
@@ -1177,6 +1196,13 @@ files:
1177
1196
  - lib/starter_web/collections/posts/public/series/_posts/000_includes/documents/loop.sh
1178
1197
  - lib/starter_web/collections/posts/public/series/_posts/000_includes/tables/debug_variables.asciidoc
1179
1198
  - lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc
1199
+ - lib/starter_web/collections/posts/public/series/_posts/includes/attributes.asciidoc
1200
+ - lib/starter_web/collections/posts/public/series/_posts/includes/documents/100-docker-using-shared-folders.asciidoc
1201
+ - lib/starter_web/collections/posts/public/series/_posts/includes/documents/loop.sh
1202
+ - lib/starter_web/collections/posts/public/series/_posts/includes/tables/debug_variables.asciidoc
1203
+ - lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc
1204
+ - lib/starter_web/collections/posts/public/test_posts/_posts/includes/attributes.asciidoc
1205
+ - lib/starter_web/collections/posts/public/test_posts/_posts/includes/tables/debug_variables.asciidoc
1180
1206
  - lib/starter_web/collections/posts/public/wikipedia/_posts/000_includes/attributes.asciidoc
1181
1207
  - lib/starter_web/collections/posts/public/wikipedia/_posts/000_includes/tables/debug_variables.asciidoc
1182
1208
  - lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc
@@ -1187,12 +1213,12 @@ files:
1187
1213
  - lib/starter_web/dot.gitignore
1188
1214
  - lib/starter_web/dot.nojekyll
1189
1215
  - lib/starter_web/favicon.ico
1216
+ - lib/starter_web/includes/attributes.asciidoc
1190
1217
  - lib/starter_web/index.html
1191
1218
  - lib/starter_web/package.json
1192
1219
  - lib/starter_web/pages/private/readme
1193
1220
  - lib/starter_web/pages/protected/readme
1194
1221
  - lib/starter_web/pages/protected/site_search.adoc
1195
- - lib/starter_web/pages/public/000_nav_pagination_tester.adoc
1196
1222
  - lib/starter_web/pages/public/about/about_site.adoc
1197
1223
  - lib/starter_web/pages/public/about/become_a_patron.adoc
1198
1224
  - lib/starter_web/pages/public/blog/navigator/archive.html
@@ -1200,29 +1226,18 @@ files:
1200
1226
  - lib/starter_web/pages/public/blog/navigator/archive/dateview.html
1201
1227
  - lib/starter_web/pages/public/blog/navigator/archive/tagview.html
1202
1228
  - lib/starter_web/pages/public/blog/navigator/index.html
1203
- - lib/starter_web/pages/public/learn/examples/floating_ad.adoc
1204
- - lib/starter_web/pages/public/learn/examples/floating_div.adoc
1205
- - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/attributes.asciidoc
1206
- - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/100_meet_and_greet_jekyll.asciidoc
1207
- - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/200_preparations.asciidoc
1208
- - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/300_first_awesome_web.asciidoc
1209
- - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/parts.asciidoc
1229
+ - lib/starter_web/pages/public/bookshelf/100_whats_up.adoc
1230
+ - lib/starter_web/pages/public/bookshelf/200_book_shelf_biography.adoc
1231
+ - lib/starter_web/pages/public/bookshelf/300_book_shelf_fantasy.adoc
1232
+ - lib/starter_web/pages/public/bookshelf/400_book_shelf_romance.adoc
1210
1233
  - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc
1211
1234
  - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc
1212
1235
  - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc
1213
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/attributes.asciidoc
1214
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/100_gistblock.asciidoc
1215
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_info.asciidoc
1216
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_left_warning.asciidoc
1217
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_right_danger.asciidoc
1218
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_central_success.asciidoc
1219
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_left_info.asciidoc
1220
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_right_success.asciidoc
1221
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_table_3_column.asciidoc
1222
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_info.asciidoc
1223
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_left_info.asciidoc
1224
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_right_success.asciidoc
1225
- - lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_demo.asciidoc
1236
+ - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/includes/attributes.asciidoc
1237
+ - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/includes/documents/100_meet_and_greet_jekyll.asciidoc
1238
+ - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/includes/documents/200_preparations.asciidoc
1239
+ - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/includes/documents/300_first_awesome_web.asciidoc
1240
+ - lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/includes/parts.asciidoc
1226
1241
  - lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc
1227
1242
  - lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc
1228
1243
  - lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc
@@ -1234,7 +1249,19 @@ files:
1234
1249
  - lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/attributes.asciidoc
1235
1250
  - lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/documents/100_buttons.asciidoc
1236
1251
  - lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc
1237
- - lib/starter_web/pages/public/learn/roundtrip/bs_tour.js
1252
+ - lib/starter_web/pages/public/learn/roundtrip/includes/attributes.asciidoc
1253
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/100_gistblock.asciidoc
1254
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_bottom_info.asciidoc
1255
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_bottom_left_warning.asciidoc
1256
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_bottom_right_danger.asciidoc
1257
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_central_success.asciidoc
1258
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_full_height_left_info.asciidoc
1259
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_full_height_right_success.asciidoc
1260
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_table_3_column.asciidoc
1261
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_top_info.asciidoc
1262
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_top_left_info.asciidoc
1263
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_top_right_success.asciidoc
1264
+ - lib/starter_web/pages/public/learn/roundtrip/includes/documents/419_advanced_modals_demo.asciidoc
1238
1265
  - lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc
1239
1266
  - lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/100_gistblock.asciidoc
1240
1267
  - lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_info.asciidoc
@@ -1264,28 +1291,37 @@ files:
1264
1291
  - lib/starter_web/pages/public/legal/en/500_support.adoc
1265
1292
  - lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc
1266
1293
  - lib/starter_web/pages/public/panels/intro_panel/panel.adoc
1267
- - lib/starter_web/pages/public/previewer/000_includes/attributes.asciidoc
1268
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/100_absolute_sizes.asciidoc
1269
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc
1270
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/120_relative_sizes.asciidoc
1271
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/200_rotate.asciidoc
1272
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/300_flip.asciidoc
1273
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/400_spin_pulsed.asciidoc
1274
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/500_bw_color_palette.asciidoc
1275
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/510_bs_color_palette.asciidoc
1276
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/600_md_color_palette.asciidoc
1277
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc
1278
- - lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc
1279
- - lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_bs_sizes.asciidoc
1280
- - lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_relative_sizes.asciidoc
1281
- - lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/200_rotate.asciidoc
1282
- - lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/300_flip.asciidoc
1283
- - lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc
1284
1294
  - lib/starter_web/pages/public/previewer/bootstrap_theme.adoc
1285
1295
  - lib/starter_web/pages/public/previewer/iframer.adoc
1296
+ - lib/starter_web/pages/public/previewer/includes/attributes.asciidoc
1297
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/100_absolute_sizes.asciidoc
1298
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc
1299
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/120_relative_sizes.asciidoc
1300
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/200_rotate.asciidoc
1301
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/300_flip.asciidoc
1302
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/400_spin_pulsed.asciidoc
1303
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/500_bw_color_palette.asciidoc
1304
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/510_bs_color_palette.asciidoc
1305
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/600_md_color_palette.asciidoc
1306
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc
1307
+ - lib/starter_web/pages/public/previewer/includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc
1308
+ - lib/starter_web/pages/public/previewer/includes/tables/twitter_emoji/100_bs_sizes.asciidoc
1309
+ - lib/starter_web/pages/public/previewer/includes/tables/twitter_emoji/100_relative_sizes.asciidoc
1310
+ - lib/starter_web/pages/public/previewer/includes/tables/twitter_emoji/200_rotate.asciidoc
1311
+ - lib/starter_web/pages/public/previewer/includes/tables/twitter_emoji/300_flip.asciidoc
1312
+ - lib/starter_web/pages/public/previewer/includes/tables/twitter_emoji/400_spin_pulsed.asciidoc
1286
1313
  - lib/starter_web/pages/public/previewer/justified_gallery.html
1287
1314
  - lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc
1288
1315
  - lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc
1316
+ - lib/starter_web/pages/public/test_pages/floating_ad.adoc
1317
+ - lib/starter_web/pages/public/test_pages/floating_div.adoc
1318
+ - lib/starter_web/pages/public/test_pages/includes/attributes.asciidoc
1319
+ - lib/starter_web/pages/public/test_pages/includes/documents/100_gistblock.asciidoc
1320
+ - lib/starter_web/pages/public/test_pages/includes/images/pages/minneapolis.1200x400.jpg
1321
+ - lib/starter_web/pages/public/test_pages/includes/tables/000_bem_specifiers.asciidoc
1322
+ - lib/starter_web/pages/public/test_pages/includes/tables/000_specifier_examples.asciidoc
1323
+ - lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc
1324
+ - lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc
1289
1325
  - lib/starter_web/utilsrv/_defaults/package.json
1290
1326
  - lib/starter_web/utilsrv/package.json
1291
1327
  - lib/starter_web/utilsrv/server.js
File without changes
@@ -1,98 +0,0 @@
1
- (function() {
2
-
3
- $(function() {
4
- var $demo, duration, remaining, tour;
5
- $demo = $("#demo");
6
- duration = 5000;
7
- remaining = duration;
8
- tour = new Tour({
9
- onStart: function() {
10
- return $demo.addClass("disabled", true);
11
- },
12
- onEnd: function() {
13
- return $demo.removeClass("disabled", true);
14
- },
15
- debug: true,
16
- steps: [
17
- {
18
- path: "/",
19
- element: "#demo",
20
- placement: "bottom",
21
- title: "Welcome to Bootstrap Tour!",
22
- content: "Introduce new users to your product by walking them through it step by step."
23
- }, {
24
- path: "/",
25
- element: "#usage",
26
- placement: "top",
27
- title: "A super simple setup",
28
- content: "Easy is better, right? The tour is up and running with just a few options and steps."
29
- }, {
30
- path: "/",
31
- element: "#license",
32
- placement: "top",
33
- title: "Best of all, it's free!",
34
- content: "Yeah! Free as in beer... or speech. Use and abuse, but don't forget to contribute!"
35
- }, {
36
- path: "/api",
37
- element: "#options",
38
- placement: "top",
39
- title: "Flexibilty and expressiveness",
40
- content: "There are more options for those who want to get on the dark side.<br>\nPower to the people!",
41
- reflex: true
42
- }, {
43
- path: "/api",
44
- element: "#duration",
45
- placement: "top",
46
- title: "Automagically expiring step",
47
- content: "A new addition: make your tour (or step) completely automatic. You set the duration, Bootstrap\nTour does the rest. For instance, this step will disappear in <em>5</em> seconds.",
48
- duration: 5000
49
- }, {
50
- path: "/api",
51
- element: "#methods table",
52
- placement: "top",
53
- title: "A new shiny Backdrop option",
54
- content: "If you need to highlight the current step's element, activate the backdrop and you won't lose\nthe focus anymore!",
55
- backdrop: true,
56
- backdropPadding: 5
57
- }, {
58
- path: "/api",
59
- element: "#reflex",
60
- placement: "bottom",
61
- title: "Reflex mode",
62
- content: "Reflex mode is enabled, click on the text in the cell to continue!",
63
- reflex: true
64
- }, {
65
- path: "/api",
66
- title: "And support for orphan steps",
67
- content: "If you activate the orphan property, the step(s) are shown centered in the page, and you can\nforget to specify element and placement!",
68
- orphan: true,
69
- onHidden: function() {
70
- return window.location.assign("/");
71
- }
72
- }
73
- ]
74
- }).init();
75
-
76
- if (tour.ended()) {
77
- $('<div class="alert alert-info alert-dismissable"><button class="close" data-dismiss="alert" aria-hidden="true">&times;</button>You ended the demo tour. <a href="#" data-demo>Restart the demo tour.</a></div>').prependTo(".content").alert();
78
- }
79
-
80
- $(document).on("click", "[data-demo]", function(e) {
81
- e.preventDefault();
82
- if ($(this).hasClass("disabled")) {
83
- return;
84
- }
85
- tour.restart();
86
- return $(".alert").alert("close");
87
- });
88
-
89
- $("html").smoothScroll();
90
- return $(".gravatar").each(function() {
91
- var $this, email;
92
- $this = $(this);
93
- email = md5($this.data("email"));
94
- return $(this).attr("src", "http://www.gravatar.com/avatar/" + email + "?s=60");
95
- });
96
- });
97
-
98
- }).call(this);