j1-template 2021.1.10 → 2021.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_app.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  4. data/_includes/themes/j1/layouts/content_generator_collection.html +1 -1
  5. data/_includes/themes/j1/layouts/content_generator_page.html +4 -1
  6. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  7. data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
  8. data/_includes/themes/j1/layouts/layout_metadata_generator.html +55 -0
  9. data/_includes/themes/j1/modules/connectors/comment/commento.html +31 -0
  10. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +7 -8
  11. data/_includes/themes/j1/modules/connectors/comment/disqus.html +12 -54
  12. data/_includes/themes/j1/modules/connectors/comment/facebook.html +7 -8
  13. data/_includes/themes/j1/modules/connectors/comment/hyvor.html +33 -0
  14. data/_includes/themes/j1/modules/connectors/comment/just-comments.html +31 -0
  15. data/_includes/themes/j1/modules/connectors/comments +3 -0
  16. data/_layouts/default.html +51 -0
  17. data/assets/data/disqus.js +81 -0
  18. data/assets/data/hyvor.js +72 -0
  19. data/assets/error_pages/HTTP204.html +4 -0
  20. data/assets/error_pages/HTTP400.html +4 -0
  21. data/assets/error_pages/HTTP401.html +4 -0
  22. data/assets/error_pages/HTTP403.html +4 -0
  23. data/assets/error_pages/HTTP404.html +4 -0
  24. data/assets/error_pages/HTTP444.html +93 -0
  25. data/assets/error_pages/HTTP500.html +4 -0
  26. data/assets/error_pages/HTTP501.html +4 -0
  27. data/assets/error_pages/HTTP502.html +4 -0
  28. data/assets/error_pages/HTTP503.html +4 -0
  29. data/assets/themes/j1/adapter/js/algolia.js +10 -10
  30. data/assets/themes/j1/adapter/js/asciidoctor.js +6 -6
  31. data/assets/themes/j1/adapter/js/attic.js +17 -17
  32. data/assets/themes/j1/adapter/js/bmd.js +6 -6
  33. data/assets/themes/j1/adapter/js/carousel.js +10 -10
  34. data/assets/themes/j1/adapter/js/clipboard.js +10 -10
  35. data/assets/themes/j1/adapter/js/cookieConsent.js +60 -41
  36. data/assets/themes/j1/adapter/js/fam.js +34 -34
  37. data/assets/themes/j1/adapter/js/framer.js +6 -6
  38. data/assets/themes/j1/adapter/js/j1.js +537 -237
  39. data/assets/themes/j1/adapter/js/justifiedGallery.js +11 -11
  40. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +19 -19
  41. data/assets/themes/j1/adapter/js/lightbox.js +6 -6
  42. data/assets/themes/j1/adapter/js/logger.js +7 -7
  43. data/assets/themes/j1/adapter/js/mmenu.js +25 -25
  44. data/assets/themes/j1/adapter/js/navigator.js +58 -48
  45. data/assets/themes/j1/adapter/js/quicksearch.js +6 -6
  46. data/assets/themes/j1/adapter/js/rouge.js +7 -7
  47. data/assets/themes/j1/adapter/js/rtable.js +6 -6
  48. data/assets/themes/j1/adapter/js/themer.js +149 -96
  49. data/assets/themes/j1/adapter/js/toccer.js +9 -9
  50. data/assets/themes/j1/core/js/template.js +24 -4
  51. data/assets/themes/j1/core/js/template.js.map +1 -1
  52. data/assets/themes/j1/core/js/template.min.js +24 -4
  53. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  54. data/assets/themes/j1/modules/backstretch/js/backstretch.js +3 -3
  55. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +35 -23
  56. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +2 -2
  57. data/assets/themes/j1/modules/lunrSearch/js/quicksearch.js +1 -1
  58. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +74 -55
  59. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +75 -57
  60. data/lib/j1/version.rb +1 -1
  61. data/lib/starter_web/Gemfile +1 -1
  62. data/lib/starter_web/_config.yml +42 -24
  63. data/lib/starter_web/_data/j1_config.yml +22 -11
  64. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +11 -9
  65. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -0
  66. data/lib/starter_web/_data/resources.yml +0 -4
  67. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  68. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  69. data/lib/starter_web/assets/images/modules/attics/matthew-dockery-1920x1280.jpg +0 -0
  70. data/lib/starter_web/index.html +3 -3
  71. data/lib/starter_web/package.json +1 -1
  72. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +3 -0
  73. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +3 -0
  74. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +3 -0
  75. data/lib/starter_web/pages/public/blog/navigator/archive.html +4 -0
  76. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +4 -0
  77. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +4 -0
  78. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +5 -1
  79. data/lib/starter_web/pages/public/blog/navigator/index.html +4 -0
  80. data/lib/starter_web/pages/public/cookieConsent.adoc +3 -0
  81. data/lib/starter_web/pages/public/learn/quickstart.adoc +473 -0
  82. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +0 -1
  83. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -1
  84. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +0 -2
  85. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +0 -2
  86. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +0 -1
  87. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +0 -1
  88. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +0 -1
  89. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +0 -1
  90. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +0 -1
  91. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -1
  92. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +3 -1
  93. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +3 -1
  94. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +81 -20
  95. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +34 -16
  96. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  97. data/lib/starter_web/utilsrv/package.json +1 -1
  98. metadata +10 -8
  99. data/assets/themes/j1/adapter/js/themer.1.js +0 -326
  100. data/assets/themes/j1/modules/util/js/js.cookie.js +0 -163
  101. data/assets/themes/j1/modules/util/js/lite-url.js +0 -203
  102. data/assets/themes/j1/modules/util/js/lite-url.min.js +0 -7
  103. data/assets/themes/j1/modules/util/js/platform.js +0 -1260
  104. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +0 -244
@@ -1,244 +0,0 @@
1
- ---
2
- title: Roundtrip
3
- tagline: present images
4
- date: 2020-11-03 00:00:00 +100
5
- description: >
6
- Welcome to the preview page focussing on the image module. This page
7
- shows some valuable features of the J1 Template to manage your image-based
8
- content using lightboxes, carousels (slider), and galleries.
9
-
10
- categories: [ Images, Module ]
11
- tags: [ Roundtrip, Introduction ]
12
-
13
- comments: false
14
- fam_menu_id: page_ctrl_simple
15
-
16
- permalink: /pages/public/learn/roundtrip/present_images/
17
- regenerate: false
18
-
19
- resources: [
20
- clipboard, rouge, carousel, lightbox,
21
- justifiedGallery, lightGallery
22
- ]
23
- resource_options:
24
- - attic:
25
- padding_top: 400
26
- padding_bottom: 50
27
- opacity: 0.5
28
- slides:
29
- - url: /assets/images/pages/roundtrip/images-1920x1280-bw.jpg
30
- alt: Photo by Ricardo Gomez Angel on Unsplash
31
- badge:
32
- type: unsplash
33
- author: Ricardo Gomez Angel
34
- href: https://unsplash.com/@ripato/portfolio
35
- ---
36
-
37
- // Page Initializer
38
- // =============================================================================
39
- // Enable the Liquid Preprocessor
40
- :page-liquid:
41
-
42
- // Set (local) page attributes here
43
- // -----------------------------------------------------------------------------
44
- // :page--attr: <attr-value>
45
- :images-dir: {imagesdir}/pages/roundtrip/100_present_images
46
-
47
- // Load Liquid procedures
48
- // -----------------------------------------------------------------------------
49
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
50
-
51
- // Load page attributes
52
- // -----------------------------------------------------------------------------
53
- {% include {{load_attributes}} scope="all" %}
54
-
55
- // Page content
56
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
-
58
- // Include sub-documents
59
- // -----------------------------------------------------------------------------
60
-
61
- Welcome to the first preview page focussing on the image module. This page
62
- shows some valuable features of the J1 Template to manage your image-based
63
- content using lightboxes, carousels (slider), and galleries.
64
-
65
- The image module offers complex functionality based on powerful OpenSource
66
- libraries like JustifiedGallery for high-end, masonry-styled preview maps.
67
- J1 Template uses the jQuery plugin Owl Carousel as a base for image sliders.
68
- A carousel app (slider) lets you present your images as shows.
69
-
70
- Lightboxes like LightGallery or Lightbox V2 support your web for enlarged
71
- image views of your picture or video content. Have a look, a quick tour
72
- of what J1 can do for image data. Have fun!
73
-
74
- == J1 Lightboxes
75
-
76
- A Lightbox, in general, is a helper which displays enlarged, almost
77
- screen-filling versions of pictures (or videos) while dimming the rest of the
78
- page. The technique, introduced by Lightbox V2, gained widespread popularity
79
- due to its simple and elegant style. The term lightbox is used since then for
80
- Javascript libraries to support such functionality.
81
-
82
- For the J1 Template, two different lightboxes can be used:
83
-
84
- * Lightbox V2 (lightbox)
85
- * LightGallery
86
-
87
- The default lightbox used by J1 Template is Lightbox V2, a Javascript library
88
- written by _Lokesh Dhakar_. The name of that (build-in) is simply: lightbox.
89
- For more complex use cases, like a thumbnail gallery preview or video support,
90
- LightGallery can be used alternatively.
91
-
92
- NOTE: The name LightGallery implies a sort of a Gallery, but the library is a
93
- _lightbox_. And, LightGallery provides much more functionality on image-based
94
- data rather than enlarged displaying of images. See the examples below to check
95
- for the differences in comparison to the simpler Lightbox V2 lightbox.
96
-
97
- Both lightboxes are fully integrated to be used as standalone modules or
98
- used as helpers *under-the-hood* by other apps or modules focussing on
99
- image-data like gallery or carousel, the build-in carousel module.
100
-
101
- == Lightbox Examples
102
-
103
- Find below an example of using the lightbox Lightbox standalone. See how
104
- single (individual) images are linked for use with Lightbox.
105
-
106
- .Lightbox block for standalone images
107
- lightbox::example-standalone[ 400, {data-images-standalone} ]
108
-
109
- Lightbox supports image groups (image sets). Click on the images below to
110
- see how Lightbox manages a group of images.
111
-
112
- .Lightbox block for grouped images
113
- lightbox::example-group[ 400, {data-images-group}, group ]
114
-
115
- === LightGallery Example
116
-
117
- LightGallery provides more complex functions on image data. The module
118
- supports a gallery-style thumbnail preview plus image resizing, a download
119
- dialog, sharing provider support, and some more helpful. Check what
120
- LightGallery can do by the following example.
121
-
122
- gallery::jg_old_times[]
123
-
124
-
125
- == J1 Carousel App
126
-
127
- J1 Carousel is based on OWL Carousel V1 in the latest (and unfortunately
128
- last) version of 1.3.3. OWL Carousel is a clean and neat jQuery slider plugin
129
- for creating fully responsive and touch-enabled carousel sliders.
130
-
131
- NOTE: OWL Carousel V1 is no longer available on the Internet; for an
132
- unknown reason. Anyway, the J1 Template is using this version of OWL
133
- Carousel as a build-in carousel module because the software does an excellent
134
- job, is based on an MIT license with no issues using them for private and
135
- business use. And offers a lot of great features!
136
-
137
- === Simple Text Carousel
138
-
139
- A slider or carousel is typically used for displaying images. Still, the
140
- implementation for the J1 Template supports a lot more sources to be
141
- displayed as a slide show: simple text, for example.
142
-
143
- .Simple text carousel
144
- carousel::demo_text_carousel[role="mb-3"]
145
-
146
- Important statements or topics can be placed, e.g., on top of an article or
147
- a paragraph to give them better visibility. In one line, you can present
148
- a bunch of facts to know animated for the reader's attention within a single
149
- line. No much space is needed!
150
-
151
- === Parallax Text Carousel
152
-
153
- A more eye-minded type of a text-show is a parallax text slider. If you
154
- want to place emphasis on your personal statements focussing the meaning, this
155
- kind of a slide show may be interesting. Image-based slide shows may draw off
156
- the reader's attention from the text, therefor a pure text-based presentation
157
- may the better choice.
158
-
159
- .Parallax text carousel
160
- carousel::demo_text_carousel_parallax[role="mb-3"]
161
-
162
- Parallax text shows can be placed as banners on a page. A lot of different
163
- animations can be used. Internally, J1 Template is using some of the really
164
- great CSS styles offered by _animate.css_.
165
-
166
- TIP: Have a look a https://daneden.github.io/animate.css/[Dan Eden's home page]
167
- to see all the possible dynamic styles, you can create based on pure CSS. Some
168
- of them are implemented for OWL Carousel for animation. See the documentation
169
- for the CAROUSEL Module for more details.
170
-
171
- === Simple Image Carousel
172
-
173
- Carousels are mostly used for pictures data to animate the images as a series.
174
- Find with the following some examples how to use a carousel for your image
175
- data.
176
-
177
- A simple image show is useful for example as an animated (or not animated)
178
- banner presenting exciting things of your site or the products offered.
179
-
180
- .Simple Image Carousel
181
- carousel::demo_simple[role="mb-3"]
182
-
183
- === Carousel + Caption + Lightbox
184
-
185
- Carousels can be used for an exceptionally compact form of image galleries.
186
- This example shows some pictures having individual caption text and supports
187
- a lightbox to enlarge images full size. For the example below, a almost simple
188
- lightbox is used: Lightbox V2; or short: lightbox.
189
-
190
- .Nice cats
191
- carousel::demo_cats[role="mb-3"]
192
-
193
- The J1 module lightbox is a simple Lightbox but offers a bunch of impressive
194
- features for displaying images. For example, the lightbox can display all
195
- images (of a carousel) as a group. If one picture is opened in the lightbox, all
196
- the other can be browsed as well.
197
-
198
- === One Slide Carousel + Lightbox
199
-
200
- The build-in Carousel carousel supports multiple and single image shows.
201
- Here you find an example of a single image slide show with controls enabled
202
- to browse all images back and forth. An indicator below the slider shows how
203
- many images the show contains.
204
-
205
- .Single Slide Carousel and a Lightbox
206
- carousel::demo_oneslide[role="mb-3"]
207
-
208
- == J1 Gallery App
209
-
210
- To create image and video galleries, J1 Template implements the jQuery
211
- plugin JustifiedGallery as the main gallery module. Beside Justified
212
- Gallery, a gallery based on pure _Bootstrap_ code is available with the
213
- built-in gallery app *gallery*.
214
-
215
- JustifiedGallery is a great jQuery plugin to create responsive, infinite,
216
- and high quality justified image galleries. J1 Template combines the Gallery
217
- with the lightboxes supported to enlarge the images of a gallery.
218
-
219
- See JustifiedGallery in action - and for sure all that you see is even
220
- responsive. Change the size of your current browser window, by width or height,
221
- to see what will happen!
222
-
223
- === JustifiedGallery
224
-
225
- Pictures you've made are typically not even in size. Images may have the
226
- same size (resolution), but some of them are orientated landscape or other
227
- may portrait. For that reason, a more powerful gallery is needed to create
228
- so-called justified views.
229
-
230
- JustifiedGallery is using a so-called masonry grid layout. It works by
231
- placing elements in an optimal position based on available horizontal and
232
- vertical space. Sort of like mason fitting stones in a wall. You’ll have
233
- seen it in use all over the Internet!
234
-
235
- .Masonry grid layout of JustifiedGallery
236
- gallery::jg_customizer[]
237
-
238
- == Whats next
239
-
240
- Hopefully, you've enjoyed exploring the possibilities J1 offers for managing
241
- and displaying digital image content. But much, much more can the J1 do for
242
- your web.
243
-
244
- Incredible? See the next example page link:{roundtrip-present-videos}[Present videos].