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
@@ -0,0 +1,54 @@
1
+ ---
2
+ title: Romance
3
+ tagline: Romance Literature in the Book Shelf
4
+ description: Jekyll Collections
5
+
6
+ tags: [ collections ]
7
+ index: [ Jekyll, Collections, Overview]
8
+ categories: [ collections ]
9
+
10
+ permalink: /pages/public/collections/bookshelf/romance/
11
+ regenerate: false
12
+
13
+ resources: []
14
+ resource_options:
15
+ - attic:
16
+ padding_top: 400
17
+ padding_bottom: 50
18
+ opacity: 0.5
19
+ slides:
20
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
21
+ alt: giammarco-boscaro-1920x1280
22
+ ---
23
+
24
+ // Enable the Liquid Preprocessor
25
+ //
26
+ :page-liquid:
27
+
28
+ // Set other global page attributes here
29
+ // -------------------------------------------------------------------
30
+
31
+
32
+ {% comment %} Debugging
33
+ --------------------------------------------------------------- {% endcomment %}
34
+ {% comment %} site.biography: {{ site.biography | debug }} {% endcomment %}
35
+
36
+ {% comment %} Liquid procedures
37
+ --------------------------------------------------------------- {% endcomment %}
38
+ {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
39
+
40
+
41
+ [[navigator]]
42
+ == Romance
43
+
44
+ lorem:sentences[5]
45
+
46
+ lorem:sentences[2]
47
+
48
+ ++++
49
+ <div class="row mb-4">
50
+ <div class="col-md-12 col-xs-12">
51
+ {% include {{create_collection_article_preview}} collection=site.romance %}
52
+ </div>
53
+ </div>
54
+ ++++
@@ -14,7 +14,7 @@ index: [ Introduction, Web, Website, Jekyll ]
14
14
  categories: [ pages ]
15
15
 
16
16
  permalink: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
17
- regenerate: true
17
+ regenerate: false
18
18
 
19
19
  resources: [ lightbox, carousel ]
20
20
  resource_options:
@@ -32,34 +32,25 @@ resource_options:
32
32
  href: https://unsplash.com/@jeshoots/portfolio
33
33
  ---
34
34
 
35
+ // Page Initializer
36
+ // =============================================================================
35
37
  // Enable the Liquid Preprocessor
36
- // -----------------------------------------------------------------------------
37
38
  :page-liquid:
38
39
 
39
- // Set other global page attributes here
40
- // -----------------------------------------------------------------------------
41
-
42
- // Liquid procedures
43
- // -----------------------------------------------------------------------------
44
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
45
-
46
- // Initialize entry document paths
47
- // -----------------------------------------------------------------------------
48
- {% include {{set_env_entry_document}} init_folders=all %}
49
-
50
- // Load tags and urls
40
+ // Load Liquid procedures
51
41
  // -----------------------------------------------------------------------------
52
- include::{includedir}/attributes.asciidoc[tag=tags]
53
- include::{includedir}/attributes.asciidoc[tag=urls]
54
- include::{includedir}/attributes.asciidoc[tag=data]
42
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
55
43
 
56
- // Additional Asciidoc page attributes goes here
44
+ // Load page attributes (all)
57
45
  // -----------------------------------------------------------------------------
46
+ {% include {{load_attributes}} scope="all" %}
58
47
 
48
+ // Page content
49
+ // =============================================================================
59
50
 
60
51
  // Include sub-documents
61
52
  // -----------------------------------------------------------------------------
62
- include::{documentsdir}/100_meet_and_greet_jekyll.asciidoc[]
53
+ include::{documentdir}/100_meet_and_greet_jekyll.asciidoc[]
63
54
 
64
55
 
65
56
  == Summarize!
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Web in a Day
2
+ title: Web in a Day
3
3
  tagline: preparations
4
4
  description: Modern static website in a day
5
5
 
@@ -8,7 +8,7 @@ index: []
8
8
  categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/learn/kickstarter/web_in_a_day/preparations/
11
- regenerate: true
11
+ regenerate: false
12
12
 
13
13
  resources: [ lightbox, carousel ]
14
14
  resource_options:
@@ -16,34 +16,24 @@ resource_options:
16
16
  collapseDepth: 2
17
17
  ---
18
18
 
19
- // Enable the Liquid Preprocessor
20
- // -----------------------------------------------------------------------------
19
+ // Page Initializer
20
+ // =============================================================================
21
+ // Enable the Liquid Preprocessor
21
22
  :page-liquid:
22
23
 
23
- // Set other global page attributes here
24
- // -----------------------------------------------------------------------------
25
-
26
- // Liquid procedures
27
- // -----------------------------------------------------------------------------
28
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
29
-
30
- // Initialize entry document paths
24
+ // Load Liquid procedures
31
25
  // -----------------------------------------------------------------------------
32
- {% include {{set_env_entry_document}} init_folders=all %}
26
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
33
27
 
34
- // Load tags and urls
28
+ // Load page attributes (all)
35
29
  // -----------------------------------------------------------------------------
36
- include::{includedir}/attributes.asciidoc[tag=tags]
37
- include::{includedir}/attributes.asciidoc[tag=urls]
38
- include::{includedir}/attributes.asciidoc[tag=data]
39
-
40
- // Additional Asciidoc page attributes goes here
41
- // -----------------------------------------------------------------------------
42
-
30
+ {% include {{load_attributes}} scope="all" %}
43
31
 
32
+ // Page content
33
+ // =============================================================================
44
34
  // Include sub-documents
45
35
  // -----------------------------------------------------------------------------
46
- include::{documentsdir}/200_preparations.asciidoc[]
36
+ include::{documentdir}/200_preparations.asciidoc[]
47
37
 
48
38
 
49
39
  == Summarize!
@@ -69,4 +59,3 @@ include::{includedir}/parts.asciidoc[tag=chapters_200_oauth_overview]
69
59
 
70
60
  include::{includedir}/parts.asciidoc[tag=further_reading_200_preparations]
71
61
  /////
72
-
@@ -8,7 +8,7 @@ index: []
8
8
  categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/learn/kickstarter/web_in_a_day/first_awesome_web/
11
- regenerate: true
11
+ regenerate: false
12
12
 
13
13
  resources: [ lightbox, carousel ]
14
14
  resource_options:
@@ -16,34 +16,25 @@ resource_options:
16
16
  collapseDepth: 2
17
17
  ---
18
18
 
19
- // Enable the Liquid Preprocessor
20
- // -----------------------------------------------------------------------------
19
+ // Page Initializer
20
+ // =============================================================================
21
+ // Enable the Liquid Preprocessor
21
22
  :page-liquid:
22
23
 
23
- // Set other global page attributes here
24
- // -----------------------------------------------------------------------------
25
-
26
- // Liquid procedures
27
- // -----------------------------------------------------------------------------
28
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
29
-
30
- // Initialize entry document paths
31
- // -----------------------------------------------------------------------------
32
- {% include {{set_env_entry_document}} init_folders=all %}
33
-
34
- // Load tags and urls
24
+ // Load Liquid procedures
35
25
  // -----------------------------------------------------------------------------
36
- include::{includedir}/attributes.asciidoc[tag=tags]
37
- include::{includedir}/attributes.asciidoc[tag=urls]
38
- include::{includedir}/attributes.asciidoc[tag=data]
26
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
39
27
 
40
- // Additional Asciidoc page attributes goes here
28
+ // Load page attributes (all)
41
29
  // -----------------------------------------------------------------------------
30
+ {% include {{load_attributes}} scope="all" %}
42
31
 
32
+ // Page content
33
+ // =============================================================================
43
34
 
44
35
  // Include sub-documents
45
36
  // -----------------------------------------------------------------------------
46
- include::{documentsdir}/300_first_awesome_web.asciidoc[]
37
+ include::{documentdir}/300_first_awesome_web.asciidoc[]
47
38
 
48
39
 
49
40
  == Summarize!
@@ -67,4 +58,3 @@ include::{includedir}/parts.asciidoc[tag=chapters_200_oauth_overview]
67
58
 
68
59
  include::{includedir}/parts.asciidoc[tag=further_reading_200_preparations]
69
60
  /////
70
-
@@ -7,6 +7,7 @@
7
7
  // -----------------------------------------------------------------------------
8
8
  tag::urls[]
9
9
 
10
+ :j1-kickstarter-web-in-a-day-intro: /pages/public/learn/kickstarter/web_in_a_day/intro/
10
11
  :j1-web-in-a-day-meet-and-greet: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
11
12
  :j1-web-in-a-day-preparations: /pages/public/learn/kickstarter/web_in_a_day/preparations/
12
13
  :j1-web-in-a-day-first-awesome-web: /pages/public/learn/kickstarter/web_in_a_day/first_awesome_web/
@@ -16,7 +17,7 @@ tag::urls[]
16
17
 
17
18
 
18
19
  :j1-download-quickstart-intro: /pages/public/learn/downloads/quickstart/intro/
19
- :j1-kickstarter-web-in-a-day-intro: /pages/public/learn/kickstarter/web_in_a_day/intro/
20
+
20
21
 
21
22
  :github-home: https://github.com/
22
23
  :github-signin: https://github.com/login
@@ -33,7 +34,7 @@ tag::urls[]
33
34
  end::urls[]
34
35
 
35
36
 
36
- // Tags - AsciiDoc attributes used internally
37
+ // Tags - AsciiDoc attributes used internally
37
38
  // -------------------------------------------------------------------
38
39
  tag::tags[]
39
40
 
@@ -60,7 +61,7 @@ tag::tags[]
60
61
  :hs: &nbsp;
61
62
 
62
63
  end::tags[]
63
-
64
+
64
65
 
65
66
  // Data - Data elements for Asciidoctor extensions
66
67
  // -----------------------------------------------------------------------------
@@ -158,17 +159,25 @@ tag::data[]
158
159
  end::data[]
159
160
 
160
161
 
161
- // Product|Author - Document (e.g release) and Author information
162
+ // DOCUMENTS, local document resources
162
163
  // -----------------------------------------------------------------------------
163
- tag::product_info[]
164
- :license: MIT License
165
- :revdate: 2018
166
- :revnumber: 1.0.0
167
- end::product_info[]
164
+ tag::documents[]
165
+ end::documents[]
168
166
 
169
167
 
170
- tag::authors[]
171
- :uri-author-juergen-adams https://jekyll.one
172
- end::authors[]
168
+ // TABLES, local table resources
169
+ // -----------------------------------------------------------------------------
170
+ tag::tables[]
171
+ end::tables[]
173
172
 
174
173
 
174
+ // PRODUCTS, local product information (e.g. release)
175
+ // -----------------------------------------------------------------------------
176
+ tag::products[]
177
+ end::products[]
178
+
179
+
180
+ // AUTHORS, local author information (e.g. article)
181
+ // -----------------------------------------------------------------------------
182
+ tag::authors[]
183
+ end::authors[]
@@ -11,7 +11,7 @@ toc: true
11
11
  scrollbar: false
12
12
 
13
13
  permalink: /pages/public/learn/roundtrip/present_images/
14
- regenerate: true
14
+ regenerate: false
15
15
 
16
16
  resources: [
17
17
  clipboard, rouge, carousel, lightbox,
@@ -31,38 +31,25 @@ resource_options:
31
31
  href: https://unsplash.com/@ripato/portfolio
32
32
  ---
33
33
 
34
+ // Page Initializer
35
+ // =============================================================================
34
36
  // Enable the Liquid Preprocessor
35
- // -----------------------------------------------------------------------------
36
37
  :page-liquid:
37
38
 
38
- // Set other global page attributes here
39
- // -----------------------------------------------------------------------------
40
- //:my-asciidoc-attribute:
41
-
42
39
  // Load Liquid procedures
43
40
  // -----------------------------------------------------------------------------
44
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
45
-
46
- // Initialize entry document environmental attributes
47
- // -----------------------------------------------------------------------------
48
- {% include {{set_env_entry_document}} %}
41
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
49
42
 
50
- // Load tag, url and data attributes
43
+ // Load page attributes (all)
51
44
  // -----------------------------------------------------------------------------
52
- include::{includedir}/attributes.asciidoc[tag=tags]
53
- include::{includedir}/attributes.asciidoc[tag=urls]
54
- include::{includedir}/attributes.asciidoc[tag=data]
45
+ {% include {{load_attributes}} scope="all" %}
55
46
 
56
47
  // Set local page attributes
57
48
  // -----------------------------------------------------------------------------
58
49
  :images-dir: {imagesdir}/pages/roundtrip/100_present_images
59
50
 
60
-
61
51
  // Page content
62
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
-
64
- // Include sub-documents
65
- // -----------------------------------------------------------------------------
52
+ // =============================================================================
66
53
 
67
54
  Welcome to the first preview page focussing the image module. This page shows
68
55
  you some of the quite useful features of J1 Template to manage your image based
@@ -11,7 +11,7 @@ scrollbar: false
11
11
  toc: true
12
12
 
13
13
  permalink: /pages/public/learn/roundtrip/present_videos/
14
- regenerate: true
14
+ regenerate: false
15
15
 
16
16
  resources: [
17
17
  light_gallery, justified_gallery, video_js,
@@ -44,38 +44,25 @@ resource_options:
44
44
 
45
45
  ---
46
46
 
47
+ // Page Initializer
48
+ // =============================================================================
47
49
  // Enable the Liquid Preprocessor
48
- // -----------------------------------------------------------------------------
49
50
  :page-liquid:
50
51
 
51
- // Set other global page attributes here
52
- // -----------------------------------------------------------------------------
53
- //:my-asciidoc-attribute:
54
-
55
52
  // Load Liquid procedures
56
53
  // -----------------------------------------------------------------------------
57
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
58
-
59
- // Initialize entry document environmental attributes
60
- // -----------------------------------------------------------------------------
61
- {% include {{set_env_entry_document}} %}
54
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
62
55
 
63
- // Load tag, url and data attributes
56
+ // Load page attributes (all)
64
57
  // -----------------------------------------------------------------------------
65
- include::{includedir}/attributes.asciidoc[tag=tags]
66
- include::{includedir}/attributes.asciidoc[tag=urls]
67
- include::{includedir}/attributes.asciidoc[tag=data]
58
+ {% include {{load_attributes}} scope="all" %}
68
59
 
69
60
  // Set local page attributes
70
61
  // -----------------------------------------------------------------------------
71
62
  :images-dir: {imagesdir}/pages/roundtrip/100_present_images
72
63
 
73
-
74
64
  // Page content
75
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
-
77
- // Include sub-documents
78
- // -----------------------------------------------------------------------------
65
+ // =============================================================================
79
66
 
80
67
  Playing video on a web page seems not that special since you can already
81
68
  watch videos on web pages through plugins like _Flash Player_, _Quicktime_
@@ -8,7 +8,7 @@ index: [ Template, Roundtrip, Typography ]
8
8
  categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/learn/roundtrip/typography/
11
- regenerate: true
11
+ regenerate: false
12
12
 
13
13
  toc: true
14
14
  advertising: false
@@ -33,40 +33,25 @@ resource_options:
33
33
  href: https://unsplash.com/@alicekat/portfolio
34
34
  ---
35
35
 
36
+ // Page Initializer
37
+ // =============================================================================
36
38
  // Enable the Liquid Preprocessor
37
- // -----------------------------------------------------------------------------
38
39
  :page-liquid:
39
40
 
40
- // Set other global page attributes here
41
- // -----------------------------------------------------------------------------
42
- //:my-asciidoc-attribute:
43
-
44
41
  // Load Liquid procedures
45
42
  // -----------------------------------------------------------------------------
46
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
47
-
48
-
49
- // Initialize entry document environmental attributes
50
- // -----------------------------------------------------------------------------
51
- {% include {{set_env_entry_document}} %}
43
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
44
 
53
- // Load tag, url and data attributes
45
+ // Load page attributes (all)
54
46
  // -----------------------------------------------------------------------------
55
- include::{includedir}/attributes.asciidoc[tag=tags]
56
- include::{includedir}/attributes.asciidoc[tag=urls]
57
- include::{includedir}/attributes.asciidoc[tag=data]
47
+ {% include {{load_attributes}} scope="all" %}
58
48
 
59
49
  // Set local page attributes
60
50
  // -----------------------------------------------------------------------------
61
- // :images-dir: {imagesdir}/path/to/page/images
62
-
51
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
63
52
 
64
53
  // Page content
65
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
-
67
- // Include sub-documents
68
- // -----------------------------------------------------------------------------
69
-
54
+ // =============================================================================
70
55
 
71
56
  == Typography
72
57
 
@@ -529,4 +514,4 @@ J1 Template supports popular icons font sets like:
529
514
  * Iconify
530
515
 
531
516
  Would you like learn more about icons? The next example page focus on what's
532
- possible using link:{roundtrip-icon-fonts}[icon fonts].
517
+ possible using link:{roundtrip-icon-fonts}[icon fonts, {browser-window--new}].