j1-template 2023.1.0 → 2023.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -3
  3. data/assets/data/banner.html +8 -6
  4. data/assets/data/masonry.html +263 -73
  5. data/assets/data/slick.html +155 -59
  6. data/assets/error_pages/HTTP204.html +1 -1
  7. data/assets/error_pages/HTTP400.html +1 -1
  8. data/assets/error_pages/HTTP401.html +1 -1
  9. data/assets/error_pages/HTTP403.html +1 -1
  10. data/assets/error_pages/HTTP404.html +1 -1
  11. data/assets/error_pages/HTTP444.html +1 -1
  12. data/assets/error_pages/HTTP445.html +1 -1
  13. data/assets/error_pages/HTTP446.html +1 -1
  14. data/assets/error_pages/HTTP447.html +1 -1
  15. data/assets/error_pages/HTTP448.html +1 -1
  16. data/assets/error_pages/HTTP500.html +1 -1
  17. data/assets/error_pages/HTTP501.html +1 -1
  18. data/assets/error_pages/HTTP502.html +1 -1
  19. data/assets/error_pages/HTTP503.html +1 -1
  20. data/assets/themes/j1/adapter/js/masonry.js +9 -1
  21. data/assets/themes/j1/adapter/js/slick.js +239 -134
  22. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +247 -0
  23. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  24. data/assets/themes/j1/core/js/template.js +55 -57
  25. data/assets/themes/j1/core/js/template.min.js +6 -6
  26. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  27. data/assets/themes/j1/modules/masonry/css/theme/uno.css +1 -1
  28. data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +1 -1
  29. data/assets/themes/j1/modules/slick/lightbox/README.md +6 -1
  30. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +36 -0
  31. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +15 -0
  32. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +1 -1
  33. data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +173 -137
  34. data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +1 -1
  35. data/assets/themes/j1/modules/slick/slider/js/slick.js +2970 -2233
  36. data/assets/themes/j1/modules/translator/css/translator.css +3 -19
  37. data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
  38. data/lib/j1/version.rb +1 -1
  39. data/lib/starter_web/Gemfile +1 -1
  40. data/lib/starter_web/README.md +5 -5
  41. data/lib/starter_web/_config.yml +25 -1
  42. data/lib/starter_web/_data/blocks/banner.yml +45 -46
  43. data/lib/starter_web/_data/blocks/panel.yml +9 -9
  44. data/lib/starter_web/_data/layouts/home.yml +39 -21
  45. data/lib/starter_web/_data/modules/defaults/slick.yml +2 -2
  46. data/lib/starter_web/_data/modules/masonry.yml +155 -41
  47. data/lib/starter_web/_data/modules/navigator_menu.yml +632 -591
  48. data/lib/starter_web/_data/modules/scroller.yml +1 -1
  49. data/lib/starter_web/_data/modules/slick.yml +260 -54
  50. data/lib/starter_web/_data/puma/config.rb +10 -0
  51. data/lib/starter_web/_data/resources.yml +1 -0
  52. data/lib/starter_web/_data/templates/feed.xml +1 -1
  53. data/lib/starter_web/_includes/attributes.asciidoc +24 -0
  54. data/lib/starter_web/_includes/custom/static/readme +1 -1
  55. data/lib/starter_web/_includes/custom/templates/collection_panel.html +131 -0
  56. data/lib/starter_web/_includes/custom/templates/custom_header.html +98 -76
  57. data/lib/starter_web/_includes/custom/templates/people_panel.html +144 -0
  58. data/lib/starter_web/_includes/custom/templates/readme +1 -1
  59. data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -1
  60. data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
  61. data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -1
  62. data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
  63. data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +1 -1
  64. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +1 -1
  65. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +10 -0
  66. data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +44 -0
  67. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +1 -1
  68. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  69. data/lib/starter_web/assets/images/collections/people/diana-petersen.jpg +0 -0
  70. data/lib/starter_web/assets/images/collections/people/larry-parker.jpg +0 -0
  71. data/lib/starter_web/assets/images/collections/people/parveen-anand.jpg +0 -0
  72. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  73. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  74. data/lib/starter_web/assets/images/modules/gallery/old_times/image_02.jpg +0 -0
  75. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +5 -5
  76. data/lib/starter_web/collections/_biography/becoming.adoc +5 -5
  77. data/lib/starter_web/collections/_biography/born-to-run.adoc +5 -5
  78. data/lib/starter_web/collections/_biography/forty-autumns.adoc +5 -5
  79. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +5 -6
  80. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +5 -5
  81. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +6 -7
  82. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -4
  83. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +13 -3
  84. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +11 -3
  85. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +15 -3
  86. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +11 -3
  87. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +11 -3
  88. data/lib/starter_web/collections/_people/diana-petersen.adoc +167 -0
  89. data/lib/starter_web/collections/_people/larry-parker.adoc +167 -0
  90. data/lib/starter_web/collections/_people/parveen-anand.adoc +167 -0
  91. data/lib/starter_web/collections/_portfolio/branding.adoc +97 -0
  92. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +97 -0
  93. data/lib/starter_web/collections/_portfolio/identity.adoc +99 -0
  94. data/lib/starter_web/collections/_portfolio/illustration.adoc +101 -0
  95. data/lib/starter_web/collections/_portfolio/photography.adoc +100 -0
  96. data/lib/starter_web/collections/_portfolio/web_design.adoc +109 -0
  97. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +12 -3
  98. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +10 -3
  99. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +13 -3
  100. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +11 -3
  101. data/lib/starter_web/collections/_romance/outlander-novel.adoc +12 -3
  102. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +16 -4
  103. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +2 -2
  104. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  105. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +4 -4
  106. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +4 -4
  107. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +4 -4
  108. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +4 -4
  109. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +4 -4
  110. data/lib/starter_web/index.html +129 -129
  111. data/lib/starter_web/package.json +1 -1
  112. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
  113. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_biography.adoc +21 -12
  114. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_fantasy.adoc +11 -6
  115. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_romance.adoc +11 -5
  116. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  117. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +53 -4
  118. data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
  119. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  120. data/lib/starter_web/utilsrv/package.json +1 -1
  121. metadata +59 -79
  122. data/assets/data/masonry.4.html +0 -213
  123. data/assets/themes/j1/adapter/js/slick.3.js +0 -365
  124. data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
  125. data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
  126. data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
  127. data/lib/starter_web/assets/images/parsa/customers/200x150/img1.png +0 -0
  128. data/lib/starter_web/assets/images/parsa/customers/200x150/img2.png +0 -0
  129. data/lib/starter_web/assets/images/parsa/customers/200x150/img3.png +0 -0
  130. data/lib/starter_web/assets/images/parsa/customers/200x150/img4.png +0 -0
  131. data/lib/starter_web/assets/images/parsa/customers/200x150/img5.png +0 -0
  132. data/lib/starter_web/assets/images/parsa/customers/200x150/img6.png +0 -0
  133. data/lib/starter_web/assets/images/parsa/customers/200x150/img7.png +0 -0
  134. data/lib/starter_web/assets/images/parsa/customers/200x150/img8.png +0 -0
  135. data/lib/starter_web/assets/images/parsa/customers/200x150/img9.png +0 -0
  136. data/lib/starter_web/assets/images/parsa/customers/client-1.png +0 -0
  137. data/lib/starter_web/assets/images/parsa/customers/client-2.png +0 -0
  138. data/lib/starter_web/assets/images/parsa/customers/client-3.png +0 -0
  139. data/lib/starter_web/assets/images/parsa/customers/client-4.png +0 -0
  140. data/lib/starter_web/assets/images/parsa/customers/client-5.png +0 -0
  141. data/lib/starter_web/assets/images/parsa/customers/client-6.png +0 -0
  142. data/lib/starter_web/assets/images/parsa/customers/client-7.png +0 -0
  143. data/lib/starter_web/assets/images/parsa/icons/favicon.ico +0 -0
  144. data/lib/starter_web/assets/images/parsa/icons/icon.png +0 -0
  145. data/lib/starter_web/assets/images/parsa/icons/icon.svg +0 -152
  146. data/lib/starter_web/assets/images/parsa/icons/logo.svg +0 -172
  147. data/lib/starter_web/assets/images/parsa/masthead/19-02-_2023_09-05-46.jpg +0 -0
  148. data/lib/starter_web/assets/images/parsa/masthead/banner-img.png +0 -0
  149. data/lib/starter_web/assets/images/parsa/pages/1920x1280/author.jpg +0 -0
  150. data/lib/starter_web/assets/images/parsa/pages/1920x1280/contact.jpg +0 -0
  151. data/lib/starter_web/assets/images/parsa/pages/author.jpg +0 -0
  152. data/lib/starter_web/assets/images/parsa/pages/contact.jpg +0 -0
  153. data/lib/starter_web/assets/images/parsa/partners/scalable/facebook.svg +0 -34
  154. data/lib/starter_web/assets/images/parsa/partners/scalable/google.svg +0 -35
  155. data/lib/starter_web/assets/images/parsa/partners/scalable/ibm.svg +0 -24
  156. data/lib/starter_web/assets/images/parsa/partners/scalable/microsoft.svg +0 -42
  157. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-img.jpg +0 -0
  158. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-single.jpg +0 -0
  159. data/lib/starter_web/assets/images/parsa/promo/home/screenshot.jpg +0 -0
  160. data/lib/starter_web/pages/public/previewer/preview_masonry.adoc +0 -361
  161. data/lib/starter_web/pages/public/previewer/preview_slick_slider.adoc +0 -375
  162. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/1.jpg +0 -0
  163. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/2.jpg +0 -0
  164. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/3.jpg +0 -0
  165. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/4.jpg +0 -0
  166. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/5.jpg +0 -0
  167. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/6.jpg +0 -0
  168. /data/lib/starter_web/assets/images/{parsa/icons → icons/controls}/close-icon.svg +0 -0
  169. /data/lib/starter_web/assets/images/{parsa/icons → icons/controls}/up.svg +0 -0
  170. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
  171. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
  172. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
  173. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
  174. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-1.jpg +0 -0
  175. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-2.jpg +0 -0
  176. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-3.jpg +0 -0
  177. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-4.jpg +0 -0
  178. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-5.jpg +0 -0
  179. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
  180. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-1.jpg +0 -0
  181. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-10.jpg +0 -0
  182. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-11.jpg +0 -0
  183. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-12.jpg +0 -0
  184. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-13.jpg +0 -0
  185. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-2.jpg +0 -0
  186. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-3.jpg +0 -0
  187. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-4.jpg +0 -0
  188. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-5.jpg +0 -0
  189. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-6.jpg +0 -0
  190. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-7.jpg +0 -0
  191. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-8.jpg +0 -0
  192. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-9.jpg +0 -0
  193. /data/lib/starter_web/assets/images/{parsa/posts → posts}/post-img.jpg +0 -0
  194. /data/lib/starter_web/assets/images/{parsa/posts → posts}/post-single.jpg +0 -0
  195. /data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/jekyll_collections.adoc +0 -0
@@ -1,591 +1,632 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/j1_navigator_menu.yml (run-time)
3
- # Configuration of the J1 NAV Module for the main navigation bar
4
- #
5
- # Product/Info:
6
- # https://jekyll.one
7
- #
8
- # Copyright (C) 2023 Juergen Adams
9
- #
10
- # J1 Theme is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
12
- #
13
- # ------------------------------------------------------------------------------
14
- # NOTE:
15
- # For general navigation settings, see navigator.yml
16
- # ------------------------------------------------------------------------------
17
- # NOTE:
18
- # NO default settings
19
- # ------------------------------------------------------------------------------
20
-
21
- # ------------------------------------------------------------------------------
22
- # Menu LEARN
23
- #
24
- - item: Learn
25
- sublevel:
26
-
27
- - title: Where to go
28
- href: /pages/public/learn/where_to_go/
29
- icon: paw
30
-
31
- # --------------------------------------------------------------------------
32
- # Roundtrip
33
- #
34
- - title: Roundtrip
35
- icon: briefcase-search-outline
36
- dropdown:
37
-
38
- - title: Image
39
- href: /pages/public/learn/roundtrip/present_images/
40
- icon: image
41
- - title: Video
42
- href: /pages/public/learn/roundtrip/present_videos/
43
- icon: video
44
- - title: Typography
45
- href: /pages/public/learn/roundtrip/typography/
46
- icon: format-text
47
- - title: Icons
48
- href: /pages/public/learn/roundtrip/mdi_icon_font/
49
- icon: fan
50
- - title: Extensions
51
- href: /pages/public/learn/roundtrip/asciidoc_extensions/
52
- icon: format-annotation-plus
53
- - title: Modals
54
- href: /pages/public/learn/roundtrip/modals/
55
- icon: image
56
- - title: Tables
57
- href: /pages/public/learn/roundtrip/responsive_tables/
58
- icon: table
59
- - title: Themes
60
- href: /pages/public/learn/roundtrip/themes/
61
- icon: theme-light-dark
62
- - title: Search
63
- href: /pages/public/learn/roundtrip/quicksearch/
64
- icon: magnify
65
-
66
- # --------------------------------------------------------------------------
67
- # Collections
68
- #
69
- - title: Collections
70
- icon: application
71
- dropdown:
72
-
73
- - title: Jekyll Collections
74
- href: /pages/public/collections/jekyll_collections/
75
- icon: head-question
76
-
77
- - title: Previewers
78
- icon: eye
79
- dropdown:
80
- - title: Biography
81
- href: /pages/public/bookshelf/biography/
82
- icon: book-marker
83
- - title: Fantasy
84
- href: /pages/public/bookshelf/fantasy/
85
- icon: book-marker
86
- - title: Romance
87
- href: /pages/public/bookshelf/romance/
88
- icon: book-marker
89
-
90
- # ------------------------------------------------------------------------------
91
- # TopLevel item FEATURES
92
- #
93
- - item: Features
94
- href: /#home_intro_panel
95
-
96
- # ------------------------------------------------------------------------------
97
- # TopLevel item BLOG
98
- #
99
- # - item: Blog
100
- # href: /#home_news_panel
101
-
102
- # ------------------------------------------------------------------------------
103
- # Menu BLOG
104
- #
105
- - item: Blog
106
- sublevel:
107
-
108
- - title: Navigator
109
- href: /pages/public/blog/navigator/
110
- icon: near-me
111
- - title: Categories
112
- href: /pages/public/blog/navigator/archive/categoryview/
113
- icon: pin
114
- - title: Date
115
- href: /pages/public/blog/navigator/archive/dateview/
116
- icon: calendar
117
- - title: Archive
118
- href: /pages/public/blog/navigator/archive/allview/
119
- icon: archive
120
-
121
- # ------------------------------------------------------------------------------
122
- # Menu MANUALS
123
- #
124
- - item: Manuals
125
- sublevel:
126
-
127
- # --------------------------------------------------------------------------
128
- # Modules
129
- #
130
- - title: Modules
131
- icon: alpha-j-box
132
- dropdown:
133
-
134
- - title: Master Header
135
- href: https://jekyll.one/pages/public/manuals/modules/attic/
136
- icon: window-shutter
137
- - title: Carousel
138
- href: https://jekyll.one/pages/public/manuals/modules/carousel/
139
- icon: view-carousel
140
- - title: Cookie Consent
141
- href: https://jekyll.one/pages/public/manuals/modules/cookie_consent/
142
- # href: '#'
143
- icon: cookie
144
- - title: Galleries
145
- href: https://jekyll.one/pages/public/manuals/modules/gallery/
146
- icon: view-dashboard-variant
147
- - title: Lightbox
148
- href: https://jekyll.one/pages/public/manuals/modules/lightbox/
149
- icon: flashlight
150
- - title: Logger
151
- href: https://jekyll.one/pages/public/manuals/modules/logger/
152
- icon: math-log
153
- - title: Master Slider
154
- href: https://jekyll.one/pages/public/manuals/modules/masterslider/
155
- icon: gesture-swipe
156
- - title: Mobile Menu
157
- href: https://jekyll.one/pages/public/manuals/mmenu/
158
- icon: menu
159
- - title: MSDropdown
160
- href: https://jekyll.one/pages/public/manuals/msdropdown/
161
- icon: form-dropdown
162
- - title: Navigator
163
- href: https://jekyll.one/pages/public/manuals/modules/navigator/
164
- # href: '#'
165
- icon: near-me
166
- - title: Range Slider
167
- href: https://jekyll.one/pages/public/manuals/modules/rangeslider/
168
- icon: distribute-vertical-center
169
- - title: Code Hightlighter Rouge
170
- href: https://jekyll.one/pages/public/manuals/rouge/user_guide/
171
- icon: format-color-fill
172
- - title: Themer
173
- href: https://jekyll.one/pages/public/manuals/modules/themer/
174
- # href: '#'
175
- icon: theme-light-dark
176
- - title: Toccer
177
- href: https://jekyll.one/pages/public/manuals/modules/toccer/
178
- # href: '#'
179
- icon: wrap
180
-
181
- # --------------------------------------------------------------------------
182
- # J1 Components
183
- #
184
- - title: Components
185
- icon: alpha-j-box
186
- dropdown:
187
-
188
- - title: Resources
189
- # href: https://jekyll.one/pages/public/manuals/j1/resources/
190
- href: '#'
191
- icon: garage
192
- - title: Layouts
193
- # href: https://jekyll.one/pages/public/manuals/j1/layouts/
194
- # href: '#'
195
- href: https://jekyllrb.com/docs/layouts/
196
- icon: page-layout-body
197
- target: _blank
198
-
199
- - title: Blocks
200
- icon: page-layout-header-footer
201
- dropdown:
202
-
203
- - title: Banner And Panel
204
- href: https://jekyll.one/pages/public/manuals/j1/blocks/banner_panel/
205
- icon: order-bool-descending
206
- - title: Footer
207
- href: https://jekyll.one/pages/public/manuals/j1/blocks/footer/
208
- icon: order-bool-ascending
209
-
210
- - title: Content
211
- icon: file
212
- dropdown:
213
-
214
- - title: Pages
215
- href: https://jekyll.one/pages/public/manuals/j1/content/pages/
216
- icon: file-document
217
- - title: Posts
218
- href: https://jekyll.one/pages/public/manuals/j1/content/posts/
219
- icon: file-delimited
220
-
221
- # - title: Collections
222
- # href: https://jekyll.one/pages/public/manuals/j1/content/collections/
223
- # icon: file-percent
224
-
225
- # --------------------------------------------------------------------------
226
- # J1 Integrations
227
- #
228
- - title: Integrations
229
- icon: alpha-j-box
230
- dropdown:
231
-
232
- - title: Google
233
- icon: google
234
- dropdown:
235
-
236
- - title: Google Translate
237
- href: '#'
238
- icon: google-translate
239
- - title: Google Analytics
240
- href: '#'
241
- icon: google-analytics
242
- - title: Google Ads
243
- href: '#'
244
- icon: google-ads
245
-
246
- - title: Comment Providers
247
- icon: comment
248
- dropdown:
249
-
250
- - title: Disqus
251
- href: '#'
252
- icon: disqus
253
- - title: Hyvor Talk
254
- href: '#'
255
- icon: comment-outline
256
-
257
- # --------------------------------------------------------------------------
258
- # J1 Plugins
259
- #
260
- - title: Plugins
261
- icon: alpha-j-box
262
- dropdown:
263
-
264
- - title: Internal Plugins
265
- icon: power-plug-outline
266
- dropdown:
267
-
268
- - title: J1 SiteMap
269
- href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_sitemap/
270
- icon: map-marker-radius
271
- - title: J1 SEO Tags
272
- href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_seo_tags/
273
- icon: tag-text
274
- - title: J1 Feeds
275
- href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_feeds/
276
- icon: slide
277
- - title: J1 Quicksearch
278
- href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/quicksearch/
279
- icon: magnify
280
-
281
- - title: External Plugins
282
- icon: power-plug
283
- dropdown:
284
-
285
- - title: Asciidoctor
286
- href: https://jekyll.one/pages/public/manuals/j1/plugins/asciidoctor/
287
- icon: hospital
288
- - title: J1 Paginator
289
- # href: https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/
290
- href: '#'
291
- icon: page-last
292
-
293
- # ------------------------------------------------------------------------------
294
- # Menu TOOLS
295
- #
296
- - item: Tools
297
- sublevel:
298
-
299
- # --------------------------------------------------------------------------
300
- # Tools
301
- #
302
- - title: ToolBox
303
- icon: toolbox
304
- dropdown:
305
-
306
- - title: Pandoc
307
- href: https://jekyll.one/pages/public/manuals/pandoc/
308
- icon: cog-transfer
309
- - title: Platform Info
310
- href: https://jekyll.one/pages/public/manuals/platform/
311
- icon: folder-information
312
-
313
- # ----------------------------------------------------------------------
314
- # AsciiDoc
315
- #
316
- - title: Asciidoc
317
- icon: format-color-text
318
- dropdown:
319
-
320
- - title: Language Documentation
321
- href: https://docs.asciidoctor.org/asciidoc/latest/
322
- icon: book
323
- target: _blank
324
-
325
- - title: Asciidoctor Documentation
326
- href: https://docs.asciidoctor.org/asciidoctor/latest/
327
- icon: hospital
328
- target: _blank
329
-
330
- - title: Asciidoctor CLI
331
- href: https://docs.asciidoctor.org/asciidoctor/latest/cli/
332
- icon: hospital
333
- target: _blank
334
-
335
- # ----------------------------------------------------------------------
336
- # Jekyll
337
- #
338
- - title: Jekyll
339
- icon: flask
340
- dropdown:
341
-
342
- - title: Liquid
343
- href: https://jekyll.one/pages/public/manuals/liquid/user_guide/
344
- icon: mustache
345
- - title: Commandline
346
- href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/commandline/
347
- icon: console-line
348
- - title: Configuration
349
- href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/configuration/
350
- icon: code-braces
351
- - title: Time and Date formats
352
- href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/date_formats/
353
- icon: calendar-blank
354
-
355
- # --------------------------------------------------------------------------
356
- # Previewers
357
- #
358
- - title: Previewers
359
- icon: eye
360
- dropdown:
361
-
362
- - title: Current Theme
363
- href: /pages/public/previewer/current_theme/
364
- icon: theme-light-dark
365
- - title: Slick Slider
366
- href: /pages/public/previewer/slick/
367
- icon: view-carousel
368
- - title: Masonry
369
- href: /pages/public/previewer/masonry/
370
- icon: view-dashboard-variant
371
-
372
- - title: MD Color Palette
373
- href: https://jekyll.one/pages/public/previewer/color_palette/
374
- icon: format-color-fill
375
- - title: Master Slider
376
- href: https://jekyll.one/pages/public/previewer/masterslider/
377
- icon: gesture-swipe
378
- - title: Country Flags
379
- href: https://jekyll.one/pages/public/previewer/country_flags/
380
- icon: flag
381
- - title: MDI Icons (regular)
382
- href: https://jekyll.one/pages/public/previewer/mdi_font/
383
- icon: sprout
384
- - title: MDI Icons (light)
385
- href: https://jekyll.one/pages/public/previewer/mdil_font/
386
- icon: sprout-outline
387
- icon: emoticon-cool-outline
388
- - title: Rouge Styles
389
- href: https://jekyll.one/pages/public/previewer/rouge/
390
- icon: code-parentheses
391
-
392
- # ------------------------------------------------------------------------------
393
- # Menu ONLINE
394
- #
395
- - item: Online
396
- megamenu:
397
-
398
- - title: Sites
399
- icon: web
400
- column:
401
- - title: Jekyll Home
402
- href: https://jekyllrb.com/
403
- target: _blank
404
- icon: flask
405
- - title: Jekyll Talk
406
- href: https://talk.jekyllrb.com/
407
- target: _blank
408
- icon: flask
409
- - title: Asciidoctor
410
- href: https://asciidoctor.org/
411
- target: _blank
412
- icon: hospital
413
- - title: Ruby
414
- href: https://www.ruby-lang.org/en/
415
- target: _blank
416
- icon: language-ruby
417
- - title: RubyGems
418
- href: https://rubygems.org/gems/j1-template/
419
- target: _blank
420
- icon: language-ruby
421
- - title: NpmJS
422
- href: https://www.npmjs.com/
423
- target: _blank
424
- icon: language-javascript
425
- - title: Bootstrap Home
426
- href: http://getbootstrap.com/
427
- target: _blank
428
- icon: bootstrap
429
- - title: Bootstrap CDN
430
- href: https://www.bootstrapcdn.com/
431
- target: _blank
432
- icon: bootstrap
433
- - title: FA Icons
434
- href: http://fontawesome.io/icons/
435
- target: _blank
436
- icon: font-awesome
437
- - title: MD Icons
438
- href: https://materialdesignicons.com/
439
- target: _blank
440
- icon: google
441
- - title: Fonts
442
- href: https://fonts.google.com/
443
- target: _blank
444
- icon: google
445
- - title: cdnJS
446
- href: https://cdnjs.com/
447
- target: _blank
448
- icon: arrow-down-bold-hexagon-outline
449
-
450
- - title: Knowledge
451
- icon: lightbulb-on
452
- column:
453
- - title: Learn Jekyll at CloudCannon
454
- href: http://jekyll.tips/
455
- target: _blank
456
- icon: flask
457
- - title: Jekyll Cheat Sheet
458
- href: https://learn.cloudcannon.com/jekyll-cheat-sheet/
459
- target: _blank
460
- icon: flask
461
- - title: Jekyll Stackoverflow
462
- href: https://stackoverflow.com/questions/tagged/jekyll
463
- target: _blank
464
- icon: flask
465
- - title: BS 4 Stackoverflow
466
- href: https://stackoverflow.com/questions/tagged/bootstrap-4
467
- target: _blank
468
- icon: bootstrap
469
- - title: W3 Schools
470
- href: http://www.w3schools.com/
471
- target: _blank
472
- icon: xml
473
- - title: SelfHTML
474
- href: https://wiki.selfhtml.org/
475
- target: _blank
476
- icon: language-html5
477
- - title: LearnCSS
478
- href: https://developer.mozilla.org/en-US/docs/Learn/CSS
479
- target: _blank
480
- icon: language-css3
481
- - title: Asciidoc Language
482
- href: https://docs.asciidoctor.org/asciidoc/latest/
483
- target: _blank
484
- icon: format-color-text
485
- - title: Asciidoc FAQ
486
- href: http://www.methods.co.nz/asciidoc/faq.html
487
- target: _blank
488
- icon: format-color-text
489
- - title: Asciidoctor Docs
490
- href: https://docs.asciidoctor.org/asciidoctor/latest/
491
- target: _blank
492
- icon: hospital
493
- - title: Asciidoctor QuickReference
494
- href: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
495
- target: _blank
496
- icon: hospital
497
- - title: Asciidoctor Writers Gude
498
- href: https://asciidoctor.org/docs/asciidoc-writers-guide/
499
- target: _blank
500
- icon: hospital
501
-
502
- - title: Tools
503
- icon: wrench
504
- column:
505
- - title: FreeFormatter
506
- href: http://www.freeformatter.com/
507
- target: _blank
508
- icon: cached
509
- - title: BeautifyTools
510
- href: https://beautifytools.com/
511
- target: _blank
512
- icon: cached
513
- - title: AppDevTools
514
- href: https://www.appdevtools.com/
515
- target: _blank
516
- icon: cached
517
- - title: Nu Html Checker
518
- href: https://validator.w3.org/nu/
519
- target: _blank
520
- icon: language-html5
521
- - title: Closing Tag Checker
522
- href: https://www.aliciaramirez.com/closing-tags-checker/
523
- target: _blank
524
- icon: language-html5
525
- - title: Convert CSS to Sass
526
- href: http://sebastianpontow.de/css2compass/
527
- target: _blank
528
- icon: language-css3
529
- - title: CSS Matic Tools
530
- href: https://www.cssmatic.com
531
- target: _blank
532
- icon: language-css3
533
- - title: JSON Editor
534
- href: https://jsoneditoronline.org/
535
- target: _blank
536
- icon: code-json
537
- - title: YAML Parser
538
- href: http://yaml-online-parser.appspot.com/
539
- target: _blank
540
- icon: code-braces
541
- - title: Character Codes
542
- href: http://character-code.com/
543
- target: _blank
544
- icon: alpha-a-box-outline
545
- - title: RegEx 101
546
- href: https://regex101.com/
547
- target: _blank
548
- icon: regex
549
- - title: RegEx Library
550
- href: http://www.regexlib.com/
551
- target: _blank
552
- icon: regex
553
-
554
-
555
- # ------------------------------------------------------------------------------
556
- # Menu Themes
557
- #
558
- - item: Theme
559
- theme_select:
560
- - preview: enabled
561
- title: Preview
562
- href: /pages/public/previewer/current_theme/
563
- icon: eye
564
- - local_themes: enabled
565
- title: Jekyll One
566
- icon: alpha-j-box
567
- - bootswatch_themes: enabled
568
- title: Bootswatch
569
- icon: bootstrap
570
-
571
-
572
- # ------------------------------------------------------------------------------
573
- # Menu ABOUT
574
- #
575
- - item: About
576
- sublevel:
577
- - title: Starter
578
- icon: home-variant-outline
579
- href: /pages/public/about/starter/
580
- - title: Issues
581
- icon: bug
582
- href: /pages/public/about/reporting_issues/
583
- - title: Features
584
- icon: wrench
585
- href: /pages/public/about/features/
586
- - title: Privacy
587
- icon: heart
588
- href: /pages/public/legal/en/privacy/
589
-
590
- # ------------------------------------------------------------------------------
591
- # END config
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/j1_navigator_menu.yml (run-time)
3
+ # Configuration of the J1 NAV Module for the main navigation bar
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2023 Juergen Adams
9
+ #
10
+ # J1 Theme is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
12
+ #
13
+ # ------------------------------------------------------------------------------
14
+ # NOTE:
15
+ # For general navigation settings, see navigator.yml
16
+ # ------------------------------------------------------------------------------
17
+ # NOTE:
18
+ # NO default settings
19
+ # ------------------------------------------------------------------------------
20
+
21
+ # ------------------------------------------------------------------------------
22
+ # Menu LEARN
23
+ #
24
+ - item: Learn
25
+ sublevel:
26
+
27
+ - title: Where to go
28
+ href: /pages/public/learn/where_to_go/
29
+ icon: paw
30
+
31
+ # --------------------------------------------------------------------------
32
+ # Roundtrip
33
+ #
34
+ - title: Roundtrip
35
+ icon: briefcase-search-outline
36
+ dropdown:
37
+
38
+ - title: Image
39
+ href: /pages/public/learn/roundtrip/present_images/
40
+ icon: image
41
+ - title: Video
42
+ href: /pages/public/learn/roundtrip/present_videos/
43
+ icon: video
44
+ - title: Typography
45
+ href: /pages/public/learn/roundtrip/typography/
46
+ icon: format-text
47
+ - title: Icons
48
+ href: /pages/public/learn/roundtrip/mdi_icon_font/
49
+ icon: fan
50
+ - title: Extensions
51
+ href: /pages/public/learn/roundtrip/asciidoc_extensions/
52
+ icon: format-annotation-plus
53
+ - title: Modals
54
+ href: /pages/public/learn/roundtrip/modals/
55
+ icon: image
56
+ - title: Tables
57
+ href: /pages/public/learn/roundtrip/responsive_tables/
58
+ icon: table
59
+ - title: Themes
60
+ href: /pages/public/learn/roundtrip/themes/
61
+ icon: theme-light-dark
62
+ - title: Search
63
+ href: /pages/public/learn/roundtrip/quicksearch/
64
+ icon: magnify
65
+
66
+ # --------------------------------------------------------------------------
67
+ # Collections
68
+ #
69
+ - title: Collections
70
+ icon: application
71
+ dropdown:
72
+
73
+ - title: Jekyll Collections
74
+ href: /pages/public/collections/jekyll_collections/
75
+ icon: head-question
76
+
77
+ - title: Bookshelf Collection
78
+ icon: eye
79
+ dropdown:
80
+ - title: Bookshelf
81
+ href: /pages/public/bookshelf/bookshelf/
82
+ icon: book-marker
83
+ - title: Biography
84
+ href: /pages/public/bookshelf/biography/
85
+ icon: book-marker
86
+ - title: Fantasy
87
+ href: /pages/public/bookshelf/fantasy/
88
+ icon: book-marker
89
+ - title: Romance
90
+ href: /pages/public/bookshelf/romance/
91
+ icon: book-marker
92
+
93
+ # ------------------------------------------------------------------------------
94
+ # TopLevel item FEATURES
95
+ #
96
+ - item: Features
97
+ href: /#home_intro_panel
98
+
99
+ # ------------------------------------------------------------------------------
100
+ # TopLevel item BLOG
101
+ #
102
+ # - item: Blog
103
+ # href: /#home_news_panel
104
+
105
+ # ------------------------------------------------------------------------------
106
+ # Menu BLOG
107
+ #
108
+ - item: Blog
109
+ sublevel:
110
+
111
+ - title: Navigator
112
+ href: /pages/public/blog/navigator/
113
+ icon: near-me
114
+ - title: Categories
115
+ href: /pages/public/blog/navigator/archive/categoryview/
116
+ icon: pin
117
+ - title: Date
118
+ href: /pages/public/blog/navigator/archive/dateview/
119
+ icon: calendar
120
+ - title: Archive
121
+ href: /pages/public/blog/navigator/archive/allview/
122
+ icon: archive
123
+
124
+ # ------------------------------------------------------------------------------
125
+ # Menu MANUALS
126
+ #
127
+ - item: Manuals
128
+ sublevel:
129
+
130
+ # --------------------------------------------------------------------------
131
+ # Modules
132
+ #
133
+ - title: Modules
134
+ icon: alpha-j-box
135
+ dropdown:
136
+
137
+ - title: Master Header
138
+ href: https://jekyll.one/pages/public/manuals/modules/attic/
139
+ icon: window-shutter
140
+ target: _blank
141
+ - title: Carousel
142
+ href: https://jekyll.one/pages/public/manuals/modules/carousel/
143
+ icon: view-carousel
144
+ target: _blank
145
+ - title: Cookie Consent
146
+ href: https://jekyll.one/pages/public/manuals/modules/cookie_consent/
147
+ # href: '#'
148
+ icon: cookie
149
+ target: _blank
150
+ - title: Galleries
151
+ href: https://jekyll.one/pages/public/manuals/modules/gallery/
152
+ icon: view-dashboard-variant
153
+ target: _blank
154
+ - title: Lightbox
155
+ href: https://jekyll.one/pages/public/manuals/modules/lightbox/
156
+ icon: flashlight
157
+ target: _blank
158
+ - title: Logger
159
+ href: https://jekyll.one/pages/public/manuals/modules/logger/
160
+ icon: math-log
161
+ target: _blank
162
+ - title: Master Slider
163
+ href: https://jekyll.one/pages/public/manuals/modules/masterslider/
164
+ icon: gesture-swipe
165
+ target: _blank
166
+ - title: Mobile Menu
167
+ href: https://jekyll.one/pages/public/manuals/mmenu/
168
+ icon: menu
169
+ target: _blank
170
+ - title: MSDropdown
171
+ href: https://jekyll.one/pages/public/manuals/msdropdown/
172
+ icon: form-dropdown
173
+ - title: Navigator
174
+ href: https://jekyll.one/pages/public/manuals/modules/navigator/
175
+ # href: '#'
176
+ icon: near-me
177
+ target: _blank
178
+ - title: Range Slider
179
+ href: https://jekyll.one/pages/public/manuals/modules/rangeslider/
180
+ icon: distribute-vertical-center
181
+ target: _blank
182
+ - title: Code Hightlighter Rouge
183
+ href: https://jekyll.one/pages/public/manuals/rouge/user_guide/
184
+ icon: format-color-fill
185
+ target: _blank
186
+ - title: Themer
187
+ href: https://jekyll.one/pages/public/manuals/modules/themer/
188
+ # href: '#'
189
+ icon: theme-light-dark
190
+ target: _blank
191
+ - title: Toccer
192
+ href: https://jekyll.one/pages/public/manuals/modules/toccer/
193
+ # href: '#'
194
+ icon: wrap
195
+ target: _blank
196
+
197
+ # --------------------------------------------------------------------------
198
+ # J1 Components
199
+ #
200
+ - title: Components
201
+ icon: alpha-j-box
202
+ dropdown:
203
+
204
+ - title: Resources
205
+ # href: https://jekyll.one/pages/public/manuals/j1/resources/
206
+ href: '#'
207
+ icon: garage
208
+ target: _blank
209
+ - title: Layouts
210
+ # href: https://jekyll.one/pages/public/manuals/j1/layouts/
211
+ # href: '#'
212
+ href: https://jekyllrb.com/docs/layouts/
213
+ icon: page-layout-body
214
+ target: _blank
215
+
216
+ - title: Blocks
217
+ icon: page-layout-header-footer
218
+ dropdown:
219
+
220
+ - title: Banner And Panel
221
+ href: https://jekyll.one/pages/public/manuals/j1/blocks/banner_panel/
222
+ icon: order-bool-descending
223
+ target: _blank
224
+ - title: Footer
225
+ href: https://jekyll.one/pages/public/manuals/j1/blocks/footer/
226
+ icon: order-bool-ascending
227
+ target: _blank
228
+
229
+ - title: Content
230
+ icon: file
231
+ dropdown:
232
+
233
+ - title: Pages
234
+ href: https://jekyll.one/pages/public/manuals/j1/content/pages/
235
+ icon: file-document
236
+ target: _blank
237
+ - title: Posts
238
+ href: https://jekyll.one/pages/public/manuals/j1/content/posts/
239
+ icon: file-delimited
240
+ target: _blank
241
+
242
+ # - title: Collections
243
+ # href: https://jekyll.one/pages/public/manuals/j1/content/collections/
244
+ # icon: file-percent
245
+
246
+ # --------------------------------------------------------------------------
247
+ # J1 Integrations
248
+ #
249
+ - title: Integrations
250
+ icon: alpha-j-box
251
+ dropdown:
252
+
253
+ - title: Google
254
+ icon: google
255
+ dropdown:
256
+
257
+ - title: Google Translate
258
+ href: '#'
259
+ icon: google-translate
260
+ - title: Google Analytics
261
+ href: '#'
262
+ icon: google-analytics
263
+ - title: Google Ads
264
+ href: '#'
265
+ icon: google-ads
266
+
267
+ - title: Comment Providers
268
+ icon: comment
269
+ dropdown:
270
+
271
+ - title: Disqus
272
+ href: '#'
273
+ icon: disqus
274
+ - title: Hyvor Talk
275
+ href: '#'
276
+ icon: comment-outline
277
+
278
+ # --------------------------------------------------------------------------
279
+ # J1 Plugins
280
+ #
281
+ - title: Plugins
282
+ icon: alpha-j-box
283
+ dropdown:
284
+
285
+ - title: Internal Plugins
286
+ icon: power-plug-outline
287
+ dropdown:
288
+
289
+ - title: J1 SiteMap
290
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_sitemap/
291
+ icon: map-marker-radius
292
+ - title: J1 SEO Tags
293
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_seo_tags/
294
+ icon: tag-text
295
+ - title: J1 Feeds
296
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_feeds/
297
+ icon: slide
298
+ - title: J1 Quicksearch
299
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/quicksearch/
300
+ icon: magnify
301
+
302
+ - title: External Plugins
303
+ icon: power-plug
304
+ dropdown:
305
+
306
+ - title: Asciidoctor
307
+ href: https://jekyll.one/pages/public/manuals/j1/plugins/asciidoctor/
308
+ icon: hospital
309
+ target: _blank
310
+ - title: J1 Paginator
311
+ # href: https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/
312
+ href: '#'
313
+ icon: page-last
314
+
315
+ # ------------------------------------------------------------------------------
316
+ # Menu TOOLS
317
+ #
318
+ - item: Tools
319
+ sublevel:
320
+
321
+ # --------------------------------------------------------------------------
322
+ # Tools
323
+ #
324
+ - title: ToolBox
325
+ icon: toolbox
326
+ dropdown:
327
+
328
+ - title: Pandoc
329
+ href: https://jekyll.one/pages/public/manuals/pandoc/
330
+ icon: cog-transfer
331
+ target: _blank
332
+ - title: Platform Info
333
+ href: https://jekyll.one/pages/public/manuals/platform/
334
+ icon: folder-information
335
+ target: _blank
336
+
337
+ # ----------------------------------------------------------------------
338
+ # AsciiDoc
339
+ #
340
+ - title: Asciidoc
341
+ icon: format-color-text
342
+ dropdown:
343
+
344
+ - title: Language Documentation
345
+ href: https://docs.asciidoctor.org/asciidoc/latest/
346
+ icon: book
347
+ target: _blank
348
+
349
+ - title: Asciidoctor Documentation
350
+ href: https://docs.asciidoctor.org/asciidoctor/latest/
351
+ icon: hospital
352
+ target: _blank
353
+
354
+ - title: Asciidoctor CLI
355
+ href: https://docs.asciidoctor.org/asciidoctor/latest/cli/
356
+ icon: hospital
357
+ target: _blank
358
+
359
+ # ----------------------------------------------------------------------
360
+ # Jekyll
361
+ #
362
+ - title: Jekyll
363
+ icon: flask
364
+ dropdown:
365
+
366
+ - title: Liquid
367
+ href: https://jekyll.one/pages/public/manuals/liquid/user_guide/
368
+ icon: mustache
369
+ target: _blank
370
+ - title: Commandline
371
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/commandline/
372
+ icon: console-line
373
+ target: _blank
374
+ - title: Configuration
375
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/configuration/
376
+ icon: code-braces
377
+ target: _blank
378
+ - title: Time and Date formats
379
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/date_formats/
380
+ icon: calendar-blank
381
+ target: _blank
382
+
383
+ # --------------------------------------------------------------------------
384
+ # Previewers
385
+ #
386
+ - title: Previewers
387
+ icon: eye
388
+ dropdown:
389
+
390
+ - title: Current Theme
391
+ href: /pages/public/previewer/current_theme/
392
+ icon: theme-light-dark
393
+
394
+ - title: Placeholder Images
395
+ href: https://jekyll.one/pages/public/previewer/placeholder_images/
396
+ icon: image
397
+ target: _blank
398
+ - title: Slick Slider
399
+ href: https://jekyll.one/pages/public/previewer/slick/
400
+ icon: view-carousel
401
+ target: _blank
402
+ - title: Masonry
403
+ href: https://jekyll.one/pages/public/previewer/masonry/
404
+ icon: view-dashboard-variant
405
+ target: _blank
406
+
407
+ - title: MD Color Palette
408
+ href: https://jekyll.one/pages/public/previewer/color_palette/
409
+ icon: format-color-
410
+ target: _blank
411
+ - title: Master Slider
412
+ href: https://jekyll.one/pages/public/previewer/masterslider/
413
+ icon: gesture-swipe
414
+ target: _blank
415
+ - title: Country Flags
416
+ href: https://jekyll.one/pages/public/previewer/country_flags/
417
+ icon: flag
418
+ target: _blank
419
+ - title: MDI Icons (regular)
420
+ href: https://jekyll.one/pages/public/previewer/mdi_font/
421
+ icon: sprout
422
+ target: _blank
423
+ - title: MDI Icons (light)
424
+ href: https://jekyll.one/pages/public/previewer/mdil_font/
425
+ icon: sprout-outline
426
+ target: _blank
427
+ icon: emoticon-cool-outline
428
+ - title: Rouge Styles
429
+ href: https://jekyll.one/pages/public/previewer/rouge/
430
+ icon: code-parentheses
431
+ target: _blank
432
+
433
+ # ------------------------------------------------------------------------------
434
+ # Menu ONLINE
435
+ #
436
+ - item: Online
437
+ megamenu:
438
+
439
+ - title: Sites
440
+ icon: web
441
+ column:
442
+ - title: Jekyll Home
443
+ href: https://jekyllrb.com/
444
+ target: _blank
445
+ icon: flask
446
+ - title: Jekyll Talk
447
+ href: https://talk.jekyllrb.com/
448
+ target: _blank
449
+ icon: flask
450
+ - title: Asciidoctor
451
+ href: https://asciidoctor.org/
452
+ target: _blank
453
+ icon: hospital
454
+ - title: Ruby
455
+ href: https://www.ruby-lang.org/en/
456
+ target: _blank
457
+ icon: language-ruby
458
+ - title: RubyGems
459
+ href: https://rubygems.org/gems/j1-template/
460
+ target: _blank
461
+ icon: language-ruby
462
+ - title: NpmJS
463
+ href: https://www.npmjs.com/
464
+ target: _blank
465
+ icon: language-javascript
466
+ - title: Bootstrap Home
467
+ href: http://getbootstrap.com/
468
+ target: _blank
469
+ icon: bootstrap
470
+ - title: Bootstrap CDN
471
+ href: https://www.bootstrapcdn.com/
472
+ target: _blank
473
+ icon: bootstrap
474
+ - title: FA Icons
475
+ href: http://fontawesome.io/icons/
476
+ target: _blank
477
+ icon: font-awesome
478
+ - title: MD Icons
479
+ href: https://materialdesignicons.com/
480
+ target: _blank
481
+ icon: google
482
+ - title: Fonts
483
+ href: https://fonts.google.com/
484
+ target: _blank
485
+ icon: google
486
+ - title: cdnJS
487
+ href: https://cdnjs.com/
488
+ target: _blank
489
+ icon: arrow-down-bold-hexagon-outline
490
+
491
+ - title: Knowledge
492
+ icon: lightbulb-on
493
+ column:
494
+ - title: Learn Jekyll at CloudCannon
495
+ href: http://jekyll.tips/
496
+ target: _blank
497
+ icon: flask
498
+ - title: Jekyll Cheat Sheet
499
+ href: https://learn.cloudcannon.com/jekyll-cheat-sheet/
500
+ target: _blank
501
+ icon: flask
502
+ - title: Jekyll Stackoverflow
503
+ href: https://stackoverflow.com/questions/tagged/jekyll
504
+ target: _blank
505
+ icon: flask
506
+ - title: BS 4 Stackoverflow
507
+ href: https://stackoverflow.com/questions/tagged/bootstrap-4
508
+ target: _blank
509
+ icon: bootstrap
510
+ - title: W3 Schools
511
+ href: http://www.w3schools.com/
512
+ target: _blank
513
+ icon: xml
514
+ - title: SelfHTML
515
+ href: https://wiki.selfhtml.org/
516
+ target: _blank
517
+ icon: language-html5
518
+ - title: LearnCSS
519
+ href: https://developer.mozilla.org/en-US/docs/Learn/CSS
520
+ target: _blank
521
+ icon: language-css3
522
+ - title: Asciidoc Language
523
+ href: https://docs.asciidoctor.org/asciidoc/latest/
524
+ target: _blank
525
+ icon: format-color-text
526
+ - title: Asciidoc FAQ
527
+ href: http://www.methods.co.nz/asciidoc/faq.html
528
+ target: _blank
529
+ icon: format-color-text
530
+ - title: Asciidoctor Docs
531
+ href: https://docs.asciidoctor.org/asciidoctor/latest/
532
+ target: _blank
533
+ icon: hospital
534
+ - title: Asciidoctor QuickReference
535
+ href: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
536
+ target: _blank
537
+ icon: hospital
538
+ - title: Asciidoctor Writers Gude
539
+ href: https://asciidoctor.org/docs/asciidoc-writers-guide/
540
+ target: _blank
541
+ icon: hospital
542
+
543
+ - title: Tools
544
+ icon: wrench
545
+ column:
546
+ - title: FreeFormatter
547
+ href: http://www.freeformatter.com/
548
+ target: _blank
549
+ icon: cached
550
+ - title: BeautifyTools
551
+ href: https://beautifytools.com/
552
+ target: _blank
553
+ icon: cached
554
+ - title: AppDevTools
555
+ href: https://www.appdevtools.com/
556
+ target: _blank
557
+ icon: cached
558
+ - title: Nu Html Checker
559
+ href: https://validator.w3.org/nu/
560
+ target: _blank
561
+ icon: language-html5
562
+ - title: Closing Tag Checker
563
+ href: https://www.aliciaramirez.com/closing-tags-checker/
564
+ target: _blank
565
+ icon: language-html5
566
+ - title: Convert CSS to Sass
567
+ href: http://sebastianpontow.de/css2compass/
568
+ target: _blank
569
+ icon: language-css3
570
+ - title: CSS Matic Tools
571
+ href: https://www.cssmatic.com
572
+ target: _blank
573
+ icon: language-css3
574
+ - title: JSON Editor
575
+ href: https://jsoneditoronline.org/
576
+ target: _blank
577
+ icon: code-json
578
+ - title: YAML Parser
579
+ href: http://yaml-online-parser.appspot.com/
580
+ target: _blank
581
+ icon: code-braces
582
+ - title: Character Codes
583
+ href: http://character-code.com/
584
+ target: _blank
585
+ icon: alpha-a-box-outline
586
+ - title: RegEx 101
587
+ href: https://regex101.com/
588
+ target: _blank
589
+ icon: regex
590
+ - title: RegEx Library
591
+ href: http://www.regexlib.com/
592
+ target: _blank
593
+ icon: regex
594
+
595
+
596
+ # ------------------------------------------------------------------------------
597
+ # Menu Themes
598
+ #
599
+ - item: Theme
600
+ theme_select:
601
+ - preview: enabled
602
+ title: Preview
603
+ href: /pages/public/previewer/current_theme/
604
+ icon: eye
605
+ - local_themes: enabled
606
+ title: Jekyll One
607
+ icon: alpha-j-box
608
+ - bootswatch_themes: enabled
609
+ title: Bootswatch
610
+ icon: bootstrap
611
+
612
+
613
+ # ------------------------------------------------------------------------------
614
+ # Menu ABOUT
615
+ #
616
+ - item: About
617
+ sublevel:
618
+ - title: Starter
619
+ icon: home-variant-outline
620
+ href: /pages/public/about/starter/
621
+ - title: Issues
622
+ icon: bug
623
+ href: /pages/public/about/reporting_issues/
624
+ - title: Features
625
+ icon: wrench
626
+ href: /pages/public/about/features/
627
+ - title: Privacy
628
+ icon: heart
629
+ href: /pages/public/legal/en/privacy/
630
+
631
+ # ------------------------------------------------------------------------------
632
+ # END config