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
@@ -8,7 +8,7 @@ index: [ Bootstrap, Addon, Clear, Button ]
8
8
  categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/mdb_preview/
11
- regenerate: true
11
+ regenerate: false
12
12
 
13
13
  resources: [ clipboard ]
14
14
  resource_options:
@@ -49,4 +49,4 @@ include::{includedir}/attributes.asciidoc[tag=data]
49
49
  // Include sub-documents
50
50
  // -----------------------------------------------------------------------------
51
51
 
52
- include::{documentsdir}/100_buttons.asciidoc[]
52
+ include::{documentdir}/100_buttons.asciidoc[]
@@ -2,7 +2,6 @@
2
2
  // Asciidoc attribute includes: attributes.asciidoc
3
3
  // -----------------------------------------------------------------------------
4
4
 
5
-
6
5
  // URLs - Internal references and/or sources on the Internet
7
6
  // -----------------------------------------------------------------------------
8
7
  tag::urls[]
@@ -25,7 +24,7 @@ tag::urls[]
25
24
  :fontawesome-get-started: https://fontawesome.com/get-started
26
25
 
27
26
  :mdi-home: https://materialdesignicons.com/
28
- :mdi-icons-sheatsheet: https://cdn.materialdesignicons.com/3.3.92/
27
+ :mdi-icons-cheatsheet: https://cdn.materialdesignicons.com/3.3.92/
29
28
 
30
29
  :iconify-home: https://iconify.design/
31
30
  :iconify-icon-sets: https://iconify.design/icon-sets/
@@ -70,25 +69,6 @@ end::urls[]
70
69
  // Tags - Asciidoc attributes used internally
71
70
  // -----------------------------------------------------------------------------
72
71
  tag::tags[]
73
-
74
- :window: window="blank"
75
- :no-clipboard: noclip
76
- :figure-caption: Figure
77
- :images-dir: pages/roundtrip
78
- :y: icon:check[role="green"]
79
- :n: icon:times[role="red"]
80
- :c: icon:file-alt[role="blue"]
81
- :beginner: icon:battery-quarter[role="md-blue"]
82
- :inter: icon:battery-half[role="md-blue"]
83
- :advanced: icon:battery-full[role="md-blue"]
84
- :emdash: —
85
- :bullet: •
86
- :bigbullet: ●
87
- :bigbigbullet: ⬤
88
- :dot: .
89
- :dotdot: ..
90
- :middot: ·
91
-
92
72
  end::tags[]
93
73
 
94
74
  // Data - Data elements for Asciidoctor extensions
@@ -100,18 +80,13 @@ tag::data[]
100
80
 
101
81
  end::data[]
102
82
 
103
-
104
- // Product - Document (e.g release) information
83
+ // PRODUCTS, local product information (e.g. release)
105
84
  // -----------------------------------------------------------------------------
106
- tag::product_info[]
107
- :license: MIT License
108
- :revdate: 2018
109
- :revnumber: 1.0.0
110
- end::product_info[]
85
+ tag::products[]
86
+ end::products[]
111
87
 
112
88
 
113
- // Author - Author information
89
+ // AUTHORS, local author information (e.g. article)
114
90
  // -----------------------------------------------------------------------------
115
91
  tag::authors[]
116
- :uri-author-juergen-adams https://jekyll.one
117
92
  end::authors[]
@@ -28,40 +28,21 @@ resource_options:
28
28
  href: https://unsplash.com/@alexanderredl
29
29
  ---
30
30
 
31
+ // Page Initializer
32
+ // =============================================================================
31
33
  // Enable the Liquid Preprocessor
32
- // -----------------------------------------------------------------------------
33
34
  :page-liquid:
34
35
 
35
-
36
- // Set other global page attributes here
37
- // -----------------------------------------------------------------------------
38
- //:my-asciidoc-attribute:
39
-
40
36
  // Load Liquid procedures
41
37
  // -----------------------------------------------------------------------------
42
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
43
-
44
-
45
- // Initialize entry document environmental attributes
46
- // -----------------------------------------------------------------------------
47
- {% include {{set_env_entry_document}} %}
48
-
49
- // Load tag, url and data attributes
50
- // -----------------------------------------------------------------------------
51
- // include::{includedir}/attributes.asciidoc[tag=tags]
52
- // include::{includedir}/attributes.asciidoc[tag=urls]
53
- // include::{includedir}/attributes.asciidoc[tag=data]
38
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
54
39
 
55
- // Set local page attributes
40
+ // Load page attributes (all)
56
41
  // -----------------------------------------------------------------------------
57
- // :images-dir: {imagesdir}/path/to/page/images
58
-
42
+ {% include {{load_attributes}} %}
59
43
 
60
44
  // Page content
61
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
-
63
- // Include sub-documents
64
- // -----------------------------------------------------------------------------
45
+ // =============================================================================
65
46
 
66
47
  Welcome to the pages of J1 Template. If your here first time,
67
48
  hopefully you get on that page first. For sure, there is no better
@@ -14,18 +14,13 @@ resources: []
14
14
  resource_options:
15
15
  ---
16
16
 
17
- // NOTE: General Asciidoc page attributes settings
18
- //
19
- :page-liquid:
20
-
21
- // NOTE: Attributes settings for section control
17
+ // Attribute settings for section control
22
18
  //
23
19
  :cookies:
24
20
  :revoke_cookie_consent:
25
21
  :content_permissions:
26
22
  :server-logs:
27
23
 
28
-
29
24
  Die Betreiber dieser Seiten nehmen den Schutz Ihrer persönlichen Daten sehr
30
25
  ernst. Wir behandeln Ihre personenbezogenen Daten vertraulich und entsprechend
31
26
  der gesetzlichen Datenschutzvorschriften sowie dieser Datenschutzerklärung.
@@ -76,7 +71,7 @@ revoke the cookie consent you've given. Furthermore, you may be able to refuse
76
71
  them by adjusting your *browser* settings to *reject on cookies*.
77
72
 
78
73
  CAUTION: If you have previously visited our website -- or any pages this
79
- session -- *and* agreed on the use of cookies, you may also have to
74
+ session -- *and* agreed on the use of cookies, you may also have to
80
75
  *delete* already existing *cookies* by your *browser* in order to clean
81
76
  all cookies left.
82
77
 
@@ -119,15 +114,15 @@ all cookies left.
119
114
  }
120
115
 
121
116
  /* Manage button click events from "Cookie Consent REVOKE" dialog */
122
- $('a.btn').click(function() {
117
+ $('a.btn').click(function() {
123
118
  if (this.id === 'revokeCookies') {
124
119
  logger.debug('User clicked revokeCookiesButton');
125
120
  user_state.cookies_accepted = 'declined';
126
121
  j1.writeCookie({
127
- name: cookie_user_session_name,
122
+ name: cookie_user_session_name,
128
123
  data: user_state
129
124
  });
130
-
125
+
131
126
  $('.toggle-button').toggleClass('mdi-toggle-switch-off mdi-toggle-switch');
132
127
 
133
128
  // Hide cookie icon
@@ -297,4 +292,3 @@ Sie verhindern, indem Sie sich aus Ihrem YouTube Account ausloggen.
297
292
  Weitere Informationen zum Umgang von Nutzerdaten finden Sie in der
298
293
  https://www.google.de/intl/de/policies/privacy[Datenschutzerklärung von YouTube, window="_blank"].
299
294
  endif::[]
300
-
@@ -15,7 +15,7 @@ resource_options:
15
15
  - attic:
16
16
  padding_top: 400
17
17
  padding_bottom: 50
18
- opacity: 0.5
18
+ opacity: 0.5
19
19
  slides:
20
20
  - url: /assets/images/modules/attics/lianhao-1920x1280.jpg
21
21
  alt: Photo by Lianhao Qu
@@ -26,11 +26,7 @@ resource_options:
26
26
  href: https://unsplash.com/@lianhao
27
27
  ---
28
28
 
29
- // NOTE: General Asciidoc page attributes settings
30
- //
31
- :page-liquid:
32
-
33
- // NOTE: Attributes settings for section control
29
+ // Attribute settings for section control
34
30
  //
35
31
  :cookies:
36
32
  :revoke_cookie_consent:
@@ -38,12 +34,11 @@ resource_options:
38
34
  :content_permissions:
39
35
  :server-logs:
40
36
 
41
-
42
37
  The operators of this website take protection of your personal data extremely
43
38
  seriously. We treat your personal data as confidential and comply with the
44
39
  data protection legislation and this privacy policy.
45
40
 
46
- It is generally *not* possible to use our website without disclosing personal
41
+ It is generally *not* possible to use our website without disclosing personal
47
42
  data. Where personal data (for example a user name, page visits) is collected
48
43
  on our website, this is voluntary insofar as is possible. This data is never
49
44
  disclosed to third parties without your express consent.
@@ -52,32 +47,32 @@ ifdef::cookies[]
52
47
  == Cookies
53
48
 
54
49
  A cookie is a commonly used automated data collection method. Cookies are
55
- small text files that are placed on your computer or device by websites that
50
+ small text files that are placed on your computer or device by websites that
56
51
  you visit in order to make websites work, or work more efficiently.
57
52
 
58
53
  We, may our partners, make use of cookies, web beacons, pixel tags, scripts
59
- or other similar technologies on our websites to improve the browsing
54
+ or other similar technologies on our websites to improve the browsing
60
55
  experience of our pages:
61
56
 
62
57
  * Tailor information presented to you based on your browsing preferences,
63
- such as language, user account data, selected content and geographical
58
+ such as language, user account data, selected content and geographical
64
59
  region
65
60
 
66
61
  * Collect statistics regarding your website usage
67
62
 
68
- All personal data collected is stored in Cookies. We use different kinds
69
- of cookies. Cookies are classified by its *lifespan* and the *domain* to
63
+ All personal data collected is stored in Cookies. We use different kinds
64
+ of cookies. Cookies are classified by its *lifespan* and the *domain* to
70
65
  which it belongs.
71
-
66
+
72
67
  Session Cookie::
73
- Classified by *lifespan*. Necessary to provide you with services and
74
- features available through our websites for the time of your visit. If you
68
+ Classified by *lifespan*. Necessary to provide you with services and
69
+ features available through our websites for the time of your visit. If you
75
70
  leave our pages, these Cookies are automatically deleted by your web browser.
76
71
  Without these cookies, services you may need cannot be provided.
77
72
 
78
73
  Persistent Cookie::
79
- Classified by *lifespan*. Necessary to provide you with services and
80
- features available through our websites if you return the site. Without
74
+ Classified by *lifespan*. Necessary to provide you with services and
75
+ features available through our websites if you return the site. Without
81
76
  these cookies, services cannot be provided.
82
77
 
83
78
  First-party Cookie::
@@ -85,13 +80,13 @@ Classified by the *domain*. First-party Cookies are created by *this* site.
85
80
  We are using both types: Session Cookies *and* Persistent Cookies.
86
81
 
87
82
  Second-party Cookie::
88
- Classified by the *domain*. Used to integrate services from *other* sites
83
+ Classified by the *domain*. Used to integrate services from *other* sites
89
84
  like Github, Patreon, Disqus and others.
90
85
 
91
86
  [NOTE]
92
87
  ====
93
88
  If you do not wish to receive cookies you may be able to refuse them by
94
- adjusting your browser settings to reject cookies. If you do so, we may
89
+ adjusting your browser settings to reject cookies. If you do so, we may
95
90
  *not* unable to offer you *any* of our functionalities, services or support.
96
91
  If you have previously visited our websites, you may also have to delete any
97
92
  existing cookies from your browser.
@@ -107,7 +102,7 @@ revoke the cookie consent you've given. Furthermore, you may be able to refuse
107
102
  them by adjusting your *browser* settings to *reject on cookies*.
108
103
 
109
104
  CAUTION: If you have previously visited our website -- or any pages this
110
- session -- *and* agreed on the use of cookies, you may also have to
105
+ session -- *and* agreed on the use of cookies, you may also have to
111
106
  *delete* already existing *cookies* by your *browser* in order to clean
112
107
  all cookies left.
113
108
 
@@ -150,15 +145,15 @@ all cookies left.
150
145
  }
151
146
 
152
147
  /* Manage button click events from "Cookie Consent REVOKE" dialog */
153
- $('a.btn').click(function() {
148
+ $('a.btn').click(function() {
154
149
  if (this.id === 'revokeCookies') {
155
150
  logger.debug('User clicked revokeCookiesButton');
156
151
  user_state.cookies_accepted = 'declined';
157
152
  j1.writeCookie({
158
- name: cookie_user_session_name,
153
+ name: cookie_user_session_name,
159
154
  data: user_state
160
155
  });
161
-
156
+
162
157
  $('.toggle-button').toggleClass('mdi-toggle-switch-off mdi-toggle-switch');
163
158
 
164
159
  // Hide cookie icon
@@ -180,11 +175,11 @@ ifdef::delete_cookies[]
180
175
  == Delete cookies
181
176
 
182
177
  If you have previously visited our website -- or any pages this
183
- session -- *and* agreed on the use of cookies, you may also have to
178
+ session -- *and* agreed on the use of cookies, you may also have to
184
179
  *delete* already existing *cookies* by your *browser* in order to clean
185
- all cookies left.
180
+ all cookies left.
186
181
 
187
- By clicking the button below, all cookies related to *this* site will be
182
+ By clicking the button below, all cookies related to *this* site will be
188
183
  deleted.
189
184
 
190
185
  ++++
@@ -227,9 +222,9 @@ endif::[]
227
222
  ifdef::server-logs[]
228
223
  == Server log files
229
224
 
230
- We gather certain information automatically by our webservers and store it in
231
- log files. This information may include Internet protocol (IP) addresses,
232
- browser type, internet service provider (ISP), referring/exit pages, operating
225
+ We gather certain information automatically by our webservers and store it in
226
+ log files. This information may include Internet protocol (IP) addresses,
227
+ browser type, internet service provider (ISP), referring/exit pages, operating
233
228
  system, date/time stamp, and/or clickstream data.
234
229
 
235
230
  These are:
@@ -391,4 +386,3 @@ Sie verhindern, indem Sie sich aus Ihrem YouTube Account ausloggen.
391
386
  Weitere Informationen zum Umgang von Nutzerdaten finden Sie in der
392
387
  https://www.google.de/intl/de/policies/privacy[Datenschutzerklärung von YouTube, window="_blank"].
393
388
  endif::[]
394
-
@@ -14,16 +14,17 @@ resources: []
14
14
  resource_options:
15
15
  ---
16
16
 
17
+ // Attribute settings for section control
18
+ //
17
19
  :mit-license:
18
20
  :unlicense-license:
19
21
 
20
-
21
22
  J1 Template, and most of the software products used, are licensed under the
22
23
  conditions of Open source licenses. Open source licenses grant permission
23
24
  to everyone to use, modify, and share licensed software for any purpose,
24
25
  subject to conditions preserving the provenance and openness of the software.
25
26
 
26
- See for more details at
27
+ See for more details at
27
28
  https://opensource.org/licenses/category[opensource.org, window="_blank"]
28
29
 
29
30
 
@@ -30,6 +30,8 @@ resource_options:
30
30
  alt: the-place-1920x1280-bw
31
31
  ---
32
32
 
33
+ // Page content
34
+ // =============================================================================
33
35
 
34
36
  [[responsive-design]]
35
37
  == Full Responsive
@@ -35,30 +35,21 @@ resource_options:
35
35
  href: https://unsplash.com/@clemono
36
36
  ---
37
37
 
38
+ // Page Initializer
39
+ // =============================================================================
38
40
  // Enable the Liquid Preprocessor
39
- //
40
41
  :page-liquid:
41
42
 
42
- // Set other global page attributes here
43
- // -------------------------------------------------------------------
43
+ // Load Liquid procedures
44
+ // -----------------------------------------------------------------------------
45
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
44
46
 
47
+ // Load page attributes (all)
48
+ // -----------------------------------------------------------------------------
49
+ {% include {{load_attributes}} scope="all" %}
45
50
 
46
- {% comment %} Liquid procedures
47
- --------------------------------------------------------------- {% endcomment %}
48
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
49
-
50
-
51
- // NOTE: Initialize entry document paths
52
- //
53
- {% include {{set_env_entry_document}} init_folders=all %}
54
-
55
- // Load tags and urls
56
- //
57
- include::{includedir}/attributes.asciidoc[tag=tags]
58
- include::{includedir}/attributes.asciidoc[tag=urls]
59
-
60
- // Additional ASCIIDOC attributes goes here
61
- //
51
+ // Page content
52
+ // =============================================================================
62
53
 
63
54
  ++++
64
55
  <!-- Prepend H1 tag here -->
@@ -104,8 +95,8 @@ See examples for Bootstrap’s powerful, responsive navigation header, the
104
95
  navbar. Includes support for branding, navigation, and more, including
105
96
  support for the collapse plugin.
106
97
 
107
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
108
- Refer to: link:{bs_doc_components_navbar}[Bootstrap Docs, window="_blank"].
98
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
99
+ link:{bs_doc_components_navbar}[Bootstrap Docs {middot} Navbar, {browser-window--new}]
109
100
 
110
101
  Theming the navbar has never been easier thanks to the combination of
111
102
  theming classes and background-color utilities. Choose from `.navbar-light`
@@ -223,8 +214,8 @@ more with support for multiple sizes, states, and more. Bootstrap includes
223
214
  several predefined button styles, each serving its own semantic purpose,
224
215
  with a few extras thrown in for more control.
225
216
 
226
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
227
- Refer to: link:{bs_doc_components_buttons}[Bootstrap Docs, window="_blank"].
217
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
218
+ link:{bs_doc_components_buttons}[Bootstrap Docs {middot} Buttons, {browser-window--new}]
228
219
 
229
220
  === Active buttons
230
221
 
@@ -414,8 +405,8 @@ For a more inclusive and accessible type scale, it is assuemed that
414
405
  the browser default root font-size (typically 16px) so visitors can
415
406
  customize their browser defaults as needed.
416
407
 
417
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
418
- Refer to: link:{bs_doc_content_typography}[Bootstrap Docs, window="_blank"].
408
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
409
+ link:{bs_doc_content_typography}[Bootstrap Docs {middot} Typography, {browser-window--new}]
419
410
 
420
411
  === Headings
421
412
 
@@ -488,8 +479,8 @@ Using the most basic table markup, here’s how .table-based tables look in
488
479
  Bootstrap. All table styles are inherited in Bootstrap 4, meaning any nested
489
480
  tables will be styled in the same manner as the parent.
490
481
 
491
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
492
- Refer to: link:{bs_doc_content_tables}[Bootstrap Docs, window="_blank"].
482
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
483
+ link:{bs_doc_content_tables}[Bootstrap Docs {middot} Tables, {browser-window--new}]
493
484
 
494
485
 
495
486
  ++++
@@ -564,8 +555,8 @@ of newer input controls like email verification, number selection, and more.
564
555
  Here’s a quick example to demonstrate Bootstrap’s form styles. Keep reading
565
556
  for documentation on required classes, form layout, and more.
566
557
 
567
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
568
- Refer to: link:{bs_doc_components_forms}[Bootstrap Docs, window="_blank"].
558
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
559
+ link:{bs_doc_components_forms}[Bootstrap Docs {middot} Forms, {browser-window--new}]
569
560
 
570
561
  ++++
571
562
  <div class="doc-example mb-3">
@@ -651,8 +642,8 @@ for building all types of navigation components. It includes some style
651
642
  overrides (for working with lists), some link padding for larger hit areas,
652
643
  and basic disabled styling.
653
644
 
654
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
655
- Refer to: link:{bs_doc_components_navs}[Bootstrap Docs, window="_blank"].
645
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
646
+ link:{bs_doc_components_navs}[Bootstrap Docs {middot} Navs, {browser-window--new}]
656
647
 
657
648
  === Tabs
658
649
 
@@ -892,8 +883,8 @@ button. For proper styling, use one of the eight required contextual classes
892
883
  (e.g., .alert-success). For inline dismissal, use the alerts
893
884
  https://getbootstrap.com/docs/4.0/components/alerts/#dismissing[jQuery plugin].
894
885
 
895
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
896
- Refer to: link:{bs_doc_components_alerts}[Bootstrap Docs, window="_blank"].
886
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
887
+ link:{bs_doc_components_alerts}[Bootstrap Docs {middot} Alerts, {browser-window--new}]
897
888
 
898
889
  ++++
899
890
  <div class="doc-example mb-3">
@@ -941,8 +932,8 @@ be presented with the content of the badge. Depending on the specific
941
932
  situation, these badges may seem like random additional words or numbers
942
933
  at the end of a sentence, link, or button.
943
934
 
944
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
945
- Refer to: link:{bs_doc_components_badges}[Bootstrap Docs, window="_blank"].
935
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
936
+ link:{bs_doc_components_badges}[Bootstrap Docs {middot} Badge, {browser-window--new}]
946
937
 
947
938
  ++++
948
939
  <div class="doc-example mb-3">
@@ -977,8 +968,8 @@ elements, some CSS to set the width, and a few attributes. We don’t use the
977
968
  HTML5 <progress> element, ensuring you can stack progress bars, animate them,
978
969
  and place text labels over them.
979
970
 
980
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
981
- Refer to: link:{bs_doc_components_progress}[Bootstrap Docs, window="_blank"].
971
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
972
+ link:{bs_doc_components_progress}[Bootstrap Docs {middot} Progress, {browser-window--new}]
982
973
 
983
974
  === Basic
984
975
 
@@ -1089,8 +1080,8 @@ lorem:sentences[2]
1089
1080
 
1090
1081
  Lightweight, flexible component for showcasing hero unit style content.
1091
1082
 
1092
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
1093
- Refer to: link:{bs_doc_components_jumbotron}[Bootstrap Docs, window="_blank"].
1083
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
1084
+ link:{bs_doc_components_jumbotron}[Bootstrap Docs {middot} Jumbotron, {browser-window--new}]
1094
1085
 
1095
1086
  ++++
1096
1087
  <div class="doc-example mb-3">
@@ -1111,8 +1102,8 @@ Refer to: link:{bs_doc_components_jumbotron}[Bootstrap Docs, window="_blank"].
1111
1102
  List groups are a flexible and powerful component for displaying a series of
1112
1103
  content. Modify and extend them to support just about any content within.
1113
1104
 
1114
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
1115
- Refer to: link:{bs_doc_components_list_group}[Bootstrap Docs, window="_blank"].
1105
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
1106
+ link:{bs_doc_components_list_group}[Bootstrap Docs {middot} List group, {browser-window--new}]
1116
1107
 
1117
1108
  ++++
1118
1109
  <div class="doc-example mb-3">
@@ -1188,8 +1179,8 @@ manage to deliver a ton of control and customization. Built with flexbox,
1188
1179
  they offer easy alignment and mix well with other Bootstrap components.
1189
1180
  They have no margin by default, so use spacing utilities as needed.
1190
1181
 
1191
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
1192
- Refer to: link:{bs_doc_components_cards}[Bootstrap Docs, window="_blank"].
1182
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
1183
+ link:{bs_doc_components_cards}[Bootstrap Docs {middot} Card, {browser-window--new}]
1193
1184
 
1194
1185
  ++++
1195
1186
  <div class="doc-example mb-3">
@@ -1361,8 +1352,8 @@ built with HTML, CSS, and JavaScript. They’re positioned over everything
1361
1352
  else in the document and remove scroll from the <body> so that modal
1362
1353
  content scrolls instead.
1363
1354
 
1364
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
1365
- Refer to: link:{bs_doc_components_modal}[Bootstrap Docs, window="_blank"].
1355
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
1356
+ link:{bs_doc_components_modal}[Bootstrap Docs {middot} Modal, {browser-window--new}]
1366
1357
 
1367
1358
  .Modal types
1368
1359
  [cols="2a,8a,2a", options="header", width="100%", role="table-responsive-stacked-lg"]
@@ -1747,8 +1738,11 @@ Popovers and Tooltips rely on the 3rd party library __Popper.js__ for positionin
1747
1738
  To make them properly positioned, the Javascript library `popper.min.js` has to
1748
1739
  be included before `bootstrap.js` in order to make popovers and tooltips to work.
1749
1740
 
1750
- pass:[<i class="mdi mdi-book-open mdi-24px mdi-md-blue"></i>]
1751
- Refer to: link:{bs_doc_components_popovers}[Bootstrap Docs, window="_blank"].
1741
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
1742
+ link:{bs_doc_components_popovers}[Bootstrap Docs {middot} Popovers, {browser-window--new}]
1743
+
1744
+ pass:[<i class="mdi mdi-book-open-variant mdi-24px mdi-md-grey"></i>]
1745
+ link:{bs_doc_components_tooltips}[Bootstrap Docs {middot} Tooltips, {browser-window--new}]
1752
1746
 
1753
1747
  NOTE: Popovers and Tooltips require the BS tooltip plugin as a dependency.
1754
1748