j1-template 2021.1.27 → 2021.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +6 -4
  4. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +6 -6
  5. data/_includes/themes/j1/layouts/content_generator_post.html +3 -0
  6. data/_includes/themes/j1/modules/navigator/generator.html +1 -1
  7. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +6 -6
  8. data/_includes/themes/j1/procedures/posts/create_series_header.proc +6 -6
  9. data/_layouts/default.html +7 -2
  10. data/assets/data/mdil_icons.json +2417 -0
  11. data/assets/data/panel.html +9 -9
  12. data/assets/themes/j1/adapter/js/j1.js +8 -7
  13. data/assets/themes/j1/adapter/js/j1scroll.js +141 -44
  14. data/assets/themes/j1/adapter/js/navigator.js +11 -4
  15. data/assets/themes/j1/adapter/js/rtable.js +77 -24
  16. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.css +1222 -0
  17. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -0
  18. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +1 -1
  19. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +58 -109
  20. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  21. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +28 -18
  22. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  23. data/assets/themes/j1/core/css/vendor.css +7 -20
  24. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  25. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/eot/materialdesignicons-light-webfont.eot +0 -0
  26. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff +0 -0
  27. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff2 +0 -0
  28. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/svg/materialdesignicons-light-webfont.svg +801 -0
  29. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/ttf/materialdesignicons-light-webfont.ttf +0 -0
  30. data/assets/themes/j1/core/js/template.js +4 -4
  31. data/assets/themes/j1/core/js/template.js.map +1 -1
  32. data/assets/themes/j1/core/js/template.min.js +4 -4
  33. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  34. data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
  35. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
  36. data/assets/themes/j1/modules/j1Scroll/css/theme/uno.min.css +1 -1
  37. data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +263 -252
  38. data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +16 -0
  39. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
  40. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
  41. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +1 -1
  42. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +1 -1
  43. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +5 -15
  44. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
  45. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +97 -0
  46. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +15 -0
  47. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +125 -0
  48. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +15 -0
  49. data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.css +3 -3
  50. data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css +2 -174
  51. data/assets/themes/j1/modules/rtable/js/rtable.js +59 -25
  52. data/assets/themes/j1/modules/rtable/js/rtable.min.js +12 -683
  53. data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.js +73 -73
  54. data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.min.js +15 -15
  55. data/lib/j1/commands/generate.rb +5 -8
  56. data/lib/j1/version.rb +1 -1
  57. data/lib/starter_web/Gemfile +1 -1
  58. data/lib/starter_web/_config.yml +15 -51
  59. data/lib/starter_web/_data/blocks/banner.yml +4 -5
  60. data/lib/starter_web/_data/blocks/panel.yml +217 -183
  61. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -0
  62. data/lib/starter_web/_data/layouts/home.yml +20 -16
  63. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  64. data/lib/starter_web/_data/modules/defaults/rtable.yml +34 -0
  65. data/lib/starter_web/_data/modules/j1scroll.yml +67 -0
  66. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  67. data/lib/starter_web/_data/modules/rtable.yml +34 -0
  68. data/lib/starter_web/_data/resources.yml +41 -44
  69. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  70. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  71. data/lib/starter_web/assets/images/modules/attics/annie-spratt-1920x1280.jpg +0 -0
  72. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  73. data/lib/starter_web/assets/images/modules/attics/humble-lamb-1920x1280.jpg +0 -0
  74. data/lib/starter_web/assets/images/modules/attics/library-1920x1280.jpg +0 -0
  75. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  76. data/lib/starter_web/assets/images/modules/attics/sigmund-1920x1280.jpg +0 -0
  77. data/lib/starter_web/assets/images/{pages/videos → modules/attics}/szabo-viktor-1920x1280.jpg +0 -0
  78. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
  79. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-01-01-about-cookies.adoc → 2021-01-01-about-cookies.adoc} +0 -0
  80. data/lib/starter_web/collections/posts/public/featured/_posts/{2021-03-01-site-generators.adoc → 2021-02-01-site-generators.adoc} +0 -0
  81. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-20-minneapolis.adoc → series/_posts/2020-01-01-post-wiki-series.adoc} +11 -10
  82. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc → series/_posts/2020-01-02-post-wiki-series.adoc} +15 -13
  83. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-26-columbia-river.adoc → series/_posts/2020-01-03-post-wiki-series.adoc} +28 -11
  84. data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/attributes.asciidoc +0 -0
  85. data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/documents/readme +0 -0
  86. data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/tables/readme +0 -0
  87. data/lib/starter_web/index.html +2 -2
  88. data/lib/starter_web/package.json +1 -1
  89. data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/000_intro.adoc +5 -7
  90. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +43 -0
  91. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +61 -0
  92. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +95 -0
  93. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +54 -0
  94. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/000_basic_example.asciidoc +31 -0
  95. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +111 -0
  96. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +95 -0
  97. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/113_themes.asciidoc +39 -0
  98. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter.asciidoc +8 -0
  99. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/211_language_overview.asciidoc +122 -0
  100. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +502 -0
  101. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/213_fonts.asciidoc +261 -0
  102. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes.asciidoc +8 -0
  103. data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.bat +1 -1
  104. data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.sh +2 -2
  105. data/lib/starter_web/pages/public/asciidoc_skeletons/{book/book.a2p → documentation/documentation.a2p} +2 -8
  106. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +86 -0
  107. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +848 -40
  108. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc +149 -38
  109. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -7
  110. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +312 -119
  111. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -5
  112. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -5
  113. data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -5
  114. data/lib/starter_web/pages/public/blog/navigator/index.html +3 -2
  115. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
  116. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  117. data/lib/starter_web/utilsrv/package.json +1 -1
  118. metadata +53 -84
  119. data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +0 -18
  120. data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +0 -2371
  121. data/lib/starter_web/_data/modules/defaults/infiniteScroll.yml +0 -73
  122. data/lib/starter_web/_data/modules/infiniteScroll.yml +0 -66
  123. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -128
  124. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -131
  125. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -131
  126. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -132
  127. data/lib/starter_web/pages/infinite-scroll-tester-5.adoc +0 -119
  128. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/blindtext.asciidoc +0 -11
  129. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/font_icons.asciidoc +0 -23
  130. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +0 -5
  131. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/lightbox.asciidoc +0 -7
  132. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/chapter_document.asciidoc +0 -9
  133. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/entry_document.asciidoc +0 -3
  134. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/images/image.asciidoc +0 -6
  135. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column.asciidoc +0 -12
  136. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column_options.asciidoc +0 -30
  137. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_3_column.asciidoc +0 -16
  138. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc +0 -25
  139. data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +0 -62
  140. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +0 -64
  141. data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +0 -73
  142. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/attributes.asciidoc +0 -74
  143. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/000_intro.asciidoc +0 -33
  144. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/100_chapter_document.asciidoc +0 -21
  145. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/110_chapter_document.asciidoc +0 -36
  146. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter.asciidoc +0 -7
  147. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter/200_chapter_document.asciidoc +0 -53
  148. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter.asciidoc +0 -5
  149. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/000_intro.asciidoc +0 -23
  150. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/100_chapter_document.asciidoc +0 -33
  151. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/200_chapter_document.asciidoc +0 -26
  152. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/900_sources.asciidoc +0 -81
  153. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references.asciidoc +0 -23
  154. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
  155. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +0 -136
  156. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +0 -60
  157. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +0 -59
  158. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
  159. data/lib/starter_web/pages/public/previewer/_includes/attributes.asciidoc +0 -60
  160. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +0 -19
  161. data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
  162. data/lib/starter_web/pages/public/previewer/_includes/documents/rouge/100_language_examples.asciidoc +0 -119
  163. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -39
  164. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -47
  165. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/120_relative_sizes.asciidoc +0 -47
  166. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/200_rotate.asciidoc +0 -71
  167. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/300_flip.asciidoc +0 -31
  168. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -39
  169. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -61
  170. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -55
  171. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/600_md_color_palette.asciidoc +0 -95
  172. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -95
  173. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -95
  174. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +0 -41
  175. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +0 -857
  176. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -47
  177. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -47
  178. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/200_rotate.asciidoc +0 -71
  179. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/300_flip.asciidoc +0 -30
  180. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -31
  181. data/lib/starter_web/pages/public/previewer/iframer.adoc +0 -93
  182. data/lib/starter_web/pages/public/previewer/justified_gallery.html +0 -41
  183. data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +0 -574
  184. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +0 -220
  185. data/lib/starter_web/pages/public/previewer/rouge.adoc +0 -133
  186. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +0 -191
@@ -1,53 +1,164 @@
1
- // ~/document_base_folder/_includes/documents
2
- // Sublevel Entry Document: 200_chapter.asciidoc
3
- // -----------------------------------------------------------------------------
1
+ == Jekyll Variables
4
2
 
5
- == Chapter 2
3
+ Jekyll traverses your site looking for files to process. Any files with `YAML
4
+ front matter` are subject to processing. For each of these files, Jekyll makes
5
+ a variety of data available via the `Liquid templating system`.
6
6
 
7
- A Lightbox, in general, is a helper which displays enlarged, almost
8
- screen-filling versions of pictures (or videos), while dimming the rest of the
9
- page. The technique, introduced by Lightbox V2, gained widespread popularity
10
- due to its simple and elegant style. The term lightbox is used since then for
11
- Javascript libraries to support such functionality.
7
+ The following is a reference of the available data.
12
8
 
13
- For J1 Template, two different lightboxes can be used:
14
9
 
15
- * Lightbox V2 (lightbox)
16
- * LightGallery
10
+ === Global Variables
17
11
 
18
- The default lightbox used by J1 Template is Lightbox V2, a Javascript library
19
- written by _Lokesh Dhakar_. The name of that (build-in) is simply: lightbox.
20
- For more complex use cases, like a thumbnail gallery preview or video support,
21
- LightGallery can be used alternatively.
12
+ [width="100%", cols="6,6", options="header", role="table-responsive mt-3"]
13
+ |=======================================================================
14
+ |Variable |Description
15
+ |`site` |Sitewide information + configuration settings from
16
+ `_config.yml`. See below for details.
22
17
 
23
- NOTE: The name LightGallery implies a sort of a Gallery, but the library is a
24
- _lightbox_. And, LightGallery provides much more functionality on image-based
25
- data rather than enlarged displaying of images. See the examples below to check
26
- for the differences in comparison to the simpler Lightbox V2 lightbox.
18
+ |`page` |Page specific information + the YAML front
19
+ matter. Custom variables set via the YAML Front Matter will be
20
+ available here. See below for details.
27
21
 
28
- Both lightboxes are fully integrated to be used as standalone modules or to be
29
- used as helpers _under-the-hood_ by other apps or modules focussing on
30
- image-data like gallery or carousel, the build-in carousel module.
22
+ |`layout`
23
+ |Layout specific information + the YAML
24
+ front matter. Custom variables set via the YAML Front Matter in layouts
25
+ will be available here.
31
26
 
32
- === Section
27
+ |`content` |In layout files, the rendered content of the Post or Page
28
+ being wrapped. Not defined in Post or Page files.
33
29
 
34
- Find below an example of using the lightbox Lightbox standalone. See how
35
- single (individual) images are linked for the use with Lightbox.
30
+ |`paginator` |When the `paginate` configuration option is set, this
31
+ variable becomes available for use. See Pagination
32
+ for details.
33
+ |=======================================================================
36
34
 
37
- .Lightbox block for standalone images
38
- lightbox::example-standalone[ 400, {data-images-standalone} ]
35
+ === Site Variables
39
36
 
40
- For a group of images (image sets), Lightbox support image groups. Click
41
- on the images below to see how Lightbox manage image groups.
42
37
 
43
- .Lightbox block for grouped images
44
- lightbox::example-group[ 400, {data-images-group}, group ]
38
+ [width="100%", cols="6,6", options="header", role="table-responsive mt-3"]
39
+ |=======================================================================
40
+ |Variable |Description
41
+ |`site.time` |The current time (when you run the `jekyll` command).
45
42
 
46
- ==== Subsection
43
+ |`site.pages` |A list of all Pages.
47
44
 
48
- LightGallery provides more complex functions on image data. The lightbox
49
- supports a gallery-style thumbnail preview plus image resizing, a dowload
50
- dialogue, sharing provider support and some more helpful. Check what
51
- LightGallery can do by the following example.
45
+ |`site.posts` |A reverse chronological list of all Posts.
52
46
 
53
- gallery::jg_example[]
47
+ |`site.related_posts` |If the page being processed is a Post, this
48
+ contains a list of up to ten related Posts. By default, these are the
49
+ ten most recent posts. For high quality but slow to compute results, run
50
+ the `jekyll` command with the `--lsi`
51
+ (https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing[latent
52
+ semantic indexing]) option. Also note GitHub Pages does not support the
53
+ `lsi` option when generating sites.
54
+
55
+ |`site.static_files` |A list of all (i.e. files not processed by
56
+ Jekyll's converters or the Liquid renderer). Each file has three
57
+ properties: `path`, `modified_time` and `extname`.
58
+
59
+ |`site.html_pages` |A subset of `site.pages` listing those which end in
60
+ `.html`.
61
+
62
+ |`site.html_files` |A subset of `site.static_files` listing those which
63
+ end in `.html`.
64
+
65
+ |`site.collections` |A list of all the collections.
66
+
67
+ |`site.data` |A list containing the data loaded from the YAML files
68
+ located in the `_data` directory.
69
+
70
+ |`site.documents` |A list of all the documents in every collection.
71
+
72
+ |`site.categories.CATEGORY` |The list of all Posts in category `CATEGORY`.
73
+
74
+ |`site.tags.TAG` |The list of all Posts with tag `TAG`.
75
+
76
+ |`site.[CONFIGURATION_DATA]` |All the variables set via the command line
77
+ and your `_config.yml` are available through the `site` variable. For
78
+ example, if you have `url: http://mysite.com` in your configuration
79
+ file, then in your Posts and Pages it will be stored in `site.url`.
80
+ Jekyll does not parse changes to `_config.yml` in `watch` mode, you must
81
+ restart Jekyll to see changes to variables.
82
+ |=======================================================================
83
+
84
+
85
+ === Page Variables
86
+
87
+ [width="100%", cols="6,6", options="header", role="table-responsive mt-3"]
88
+ |=======================================================================
89
+ |Variable |Description
90
+ |`page.content` |The content of the Page, rendered or un-rendered
91
+ depending upon what Liquid is being processed and what `page` is.
92
+
93
+ |`page.title` |The title of the Page.
94
+
95
+ |`page.excerpt` |The un-rendered excerpt of the Page.
96
+
97
+ |`page.url` |The URL of the Post without the domain, but with a leading
98
+ slash, e.g. `/2008/12/14/my-post.html`
99
+
100
+ |`page.date` |The Date assigned to the Post. This can be overridden in a
101
+ Post's front matter by specifying a new date/time in the format
102
+ `YYYY-MM-DD HH:MM:SS` (assuming UTC), or `YYYY-MM-DD HH:MM:SS +/-TTTT`
103
+ (to specify a time zone using an offset from UTC. e.g.
104
+ `2008-12-14 10:30:00 +0900`).
105
+
106
+ |`page.id` |An identifier unique to the Post (useful in RSS feeds). e.g.
107
+ `/2008/12/14/my-post`
108
+
109
+ |`page.categories` |The list of categories to which this post belongs.
110
+ Categories are derived from the directory structure above the `_posts`
111
+ directory. For example, a post at
112
+ `/work/code/_posts/2008-12-24-closures.md` would have this field set to
113
+ `['work', 'code']`. These can also be specified in the
114
+ YAML Front Matter.
115
+
116
+ |`page.tags` |The list of tags to which this post belongs. These can be
117
+ specified in the YAML Front Matter.
118
+
119
+ |`page.path` |The path to the raw post or page. Example usage: Linking
120
+ back to the page or post's source on GitHub. This can be overridden in
121
+ the YAML Front Matter.
122
+
123
+ |`page.next` |The next post relative to the position of the current post
124
+ in `site.posts`. Returns `nil` for the last entry.
125
+
126
+ |`page.previous` |The previous post relative to the position of the
127
+ current post in `site.posts`. Returns `nil` for the first entry.
128
+ |=======================================================================
129
+
130
+ [TIP]
131
+ ====
132
+ Use Custom Front Matter
133
+
134
+ Any custom front matter that you specify will be available under `page`.
135
+ For example, if you specify `custom_css: true` in a pages front matter,
136
+ that value will be available as `page.custom_css`.
137
+
138
+ If you specify front matter in a layout, access that via `layout`. For
139
+ example, if you specify `class: full_page` in a pages front matter,
140
+ that value will be available as `layout.class` in the layout and its
141
+ parents.
142
+ ====
143
+
144
+ === Paginator
145
+
146
+ [width="100%", cols="6,6", options="header", role="table-responsive mt-3"]
147
+ |==============================================================
148
+ |Variable |Description
149
+ |`paginator.per_page` |Number of Posts per page.
150
+ |`paginator.posts` |Posts available for that page.
151
+ |`paginator.total_posts` |Total number of Posts.
152
+ |`paginator.total_pages` |Total number of pages.
153
+ |`paginator.page` |The number of the current page.
154
+ |`paginator.previous_page` |The number of the previous page.
155
+ |`paginator.previous_page_path` |The path to the previous page.
156
+ |`paginator.next_page` |The number of the next page.
157
+ |`paginator.next_page_path` |The path to the next page.
158
+ |==============================================================
159
+
160
+ NOTE: These are only available in index files, however they can be located
161
+ in a subdirectory, such as `<code>/blog/index.html</code>`.
162
+
163
+ NOTE: J1 is using Paginator V2 for pagination. See details with
164
+ {plugins_paginator_v2_user_guide}[Paginator V2 User Guide].
@@ -23,7 +23,7 @@ robots:
23
23
  permalink: /pages/public/skeleton/multi/
24
24
  regenerate: false
25
25
 
26
- resources: [ lightbox, lightGallery, justifiedGallery ]
26
+ resources: [ lightbox, clipboard, rouge ]
27
27
  resource_options:
28
28
  - toccer:
29
29
  collapseDepth: 4
@@ -58,11 +58,9 @@ resource_options:
58
58
  // -----------------------------------------------------------------------------
59
59
  {% include {{load_attributes}} scope="all" %}
60
60
 
61
-
62
61
  // Page content
63
62
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64
-
65
- The Asciidoc *skeleton multi-document* a helper for setting up a base file and
63
+ The Asciidoc skeleton *multi-document* a helper for setting up a base file and
66
64
  folder structure for multi-chapter AsciiDoc projects based on _Jekyll_
67
65
  and _J1 Template_. You need *both* to use this skeleton creating AsciiDoc
68
66
  documents from it.
@@ -81,9 +79,6 @@ All Asciidoc Document Skeletons are fully *relocateable* and can be placed in
81
79
  any subfolder of your Jekyll site.
82
80
  ====
83
81
 
84
- [role="mb-5"]
85
- *Happy Jekylling!*
86
-
87
82
 
88
83
  // Include Sublevel Documents
89
84
  // -----------------------------------------------------------------------------