j1m_carousel 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +21 -0
  3. data/README.md +41 -0
  4. data/_data/modules/default/j1_carousel-0.0.1/j1_owl_carousel.yml +501 -0
  5. data/_data/resources/default/j1_carousel-0.0.1/resource.yml +26 -0
  6. data/assets/themes/j1/j1/js/adapters/owl_carousel.js +206 -0
  7. data/assets/themes/j1/owl_carousel/LICENSE +20 -0
  8. data/assets/themes/j1/owl_carousel/README.md +74 -0
  9. data/assets/themes/j1/owl_carousel/bower.json +14 -0
  10. data/assets/themes/j1/owl_carousel/changelog.html +278 -0
  11. data/assets/themes/j1/owl_carousel/css/owl_carousel.css +86 -0
  12. data/assets/themes/j1/owl_carousel/css/owl_carousel.min.css +21 -0
  13. data/assets/themes/j1/owl_carousel/css/owl_transitions.css +178 -0
  14. data/assets/themes/j1/owl_carousel/css/owl_transitions.min.css +21 -0
  15. data/assets/themes/j1/owl_carousel/css/themes/j1_template.css +168 -0
  16. data/assets/themes/j1/owl_carousel/css/themes/sample/j1_sample.less +184 -0
  17. data/assets/themes/j1/owl_carousel/css/themes/sample/j1_samples.css +523 -0
  18. data/assets/themes/j1/owl_carousel/demo/assets/fullimage1.jpg +0 -0
  19. data/assets/themes/j1/owl_carousel/demo/assets/fullimage2.jpg +0 -0
  20. data/assets/themes/j1/owl_carousel/demo/assets/fullimage3.jpg +0 -0
  21. data/assets/themes/j1/owl_carousel/demo/assets/fullimage4.jpg +0 -0
  22. data/assets/themes/j1/owl_carousel/demo/assets/fullimage5.jpg +0 -0
  23. data/assets/themes/j1/owl_carousel/demo/assets/fullimage6.jpg +0 -0
  24. data/assets/themes/j1/owl_carousel/demo/assets/fullimage7.jpg +0 -0
  25. data/assets/themes/j1/owl_carousel/demo/assets/owl1.jpg +0 -0
  26. data/assets/themes/j1/owl_carousel/demo/assets/owl2.jpg +0 -0
  27. data/assets/themes/j1/owl_carousel/demo/assets/owl3.jpg +0 -0
  28. data/assets/themes/j1/owl_carousel/demo/assets/owl4.jpg +0 -0
  29. data/assets/themes/j1/owl_carousel/demo/assets/owl5.jpg +0 -0
  30. data/assets/themes/j1/owl_carousel/demo/assets/owl6.jpg +0 -0
  31. data/assets/themes/j1/owl_carousel/demo/assets/owl7.jpg +0 -0
  32. data/assets/themes/j1/owl_carousel/demo/assets/owl8.jpg +0 -0
  33. data/assets/themes/j1/owl_carousel/demo/autoHeight.html +335 -0
  34. data/assets/themes/j1/owl_carousel/demo/click.html +365 -0
  35. data/assets/themes/j1/owl_carousel/demo/custom.html +417 -0
  36. data/assets/themes/j1/owl_carousel/demo/customJson.html +358 -0
  37. data/assets/themes/j1/owl_carousel/demo/full.html +321 -0
  38. data/assets/themes/j1/owl_carousel/demo/images.html +325 -0
  39. data/assets/themes/j1/owl_carousel/demo/itemsCustom.html +372 -0
  40. data/assets/themes/j1/owl_carousel/demo/json.html +336 -0
  41. data/assets/themes/j1/owl_carousel/demo/json/customData.json +28 -0
  42. data/assets/themes/j1/owl_carousel/demo/json/data.json +18 -0
  43. data/assets/themes/j1/owl_carousel/demo/lazyLoad.html +338 -0
  44. data/assets/themes/j1/owl_carousel/demo/manipulations.html +515 -0
  45. data/assets/themes/j1/owl_carousel/demo/navOnTop.html +395 -0
  46. data/assets/themes/j1/owl_carousel/demo/navOnTop2.html +325 -0
  47. data/assets/themes/j1/owl_carousel/demo/one.html +318 -0
  48. data/assets/themes/j1/owl_carousel/demo/owlStatus.html +461 -0
  49. data/assets/themes/j1/owl_carousel/demo/progressBar.html +471 -0
  50. data/assets/themes/j1/owl_carousel/demo/randomOrder.html +416 -0
  51. data/assets/themes/j1/owl_carousel/demo/scaleup.html +328 -0
  52. data/assets/themes/j1/owl_carousel/demo/sync.html +569 -0
  53. data/assets/themes/j1/owl_carousel/demo/transitions.html +330 -0
  54. data/assets/themes/j1/owl_carousel/images/ajax-loader.gif +0 -0
  55. data/assets/themes/j1/owl_carousel/images/apple-touch-icon-114-precomposed.png +0 -0
  56. data/assets/themes/j1/owl_carousel/images/apple-touch-icon-144-precomposed.png +0 -0
  57. data/assets/themes/j1/owl_carousel/images/apple-touch-icon-57-precomposed.png +0 -0
  58. data/assets/themes/j1/owl_carousel/images/apple-touch-icon-72-precomposed.png +0 -0
  59. data/assets/themes/j1/owl_carousel/images/demo-slides/controls.png +0 -0
  60. data/assets/themes/j1/owl_carousel/images/demo-slides/css3.png +0 -0
  61. data/assets/themes/j1/owl_carousel/images/demo-slides/feather.png +0 -0
  62. data/assets/themes/j1/owl_carousel/images/demo-slides/grab.png +0 -0
  63. data/assets/themes/j1/owl_carousel/images/demo-slides/modern.png +0 -0
  64. data/assets/themes/j1/owl_carousel/images/demo-slides/multi.png +0 -0
  65. data/assets/themes/j1/owl_carousel/images/demo-slides/responsive.png +0 -0
  66. data/assets/themes/j1/owl_carousel/images/demo-slides/tons.png +0 -0
  67. data/assets/themes/j1/owl_carousel/images/demo-slides/touch.png +0 -0
  68. data/assets/themes/j1/owl_carousel/images/demo-slides/zombie.png +0 -0
  69. data/assets/themes/j1/owl_carousel/images/favicon.png +0 -0
  70. data/assets/themes/j1/owl_carousel/images/glyphicons-halflings-green.png +0 -0
  71. data/assets/themes/j1/owl_carousel/images/glyphicons-halflings-white.png +0 -0
  72. data/assets/themes/j1/owl_carousel/images/glyphicons-halflings.png +0 -0
  73. data/assets/themes/j1/owl_carousel/images/grabbing.png +0 -0
  74. data/assets/themes/j1/owl_carousel/images/owl-logo.png +0 -0
  75. data/assets/themes/j1/owl_carousel/images/owl.video.play.png +0 -0
  76. data/assets/themes/j1/owl_carousel/index.html +912 -0
  77. data/assets/themes/j1/owl_carousel/js/owl_carousel.js +1517 -0
  78. data/assets/themes/j1/owl_carousel/js/owl_carousel.min.js +57 -0
  79. data/exe/console +14 -0
  80. data/exe/setup +8 -0
  81. data/lib/j1m_carousel.rb +5 -0
  82. data/lib/j1m_carousel/version.rb +3 -0
  83. metadata +171 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 000884686b2ac706b4b0676c5d3fa396f1c70a14
4
+ data.tar.gz: df0840a6d682dc64bd3a9b3454deb48b88e2a381
5
+ SHA512:
6
+ metadata.gz: 617127f72678d751b4c93ab947575b4a6062ef7d40089c6beeeaab3fd43a8a9aa03dbf4c17440ab5ff0a05da9d16dc1ef2f3108a8d7ec48fb97157eeef3c3907
7
+ data.tar.gz: c9ce2414a3fcb66d67c4d629462bfd0b899d83733d5ff66f86176fee7a78601ee2457778bd22a62f96a08a633e527fd2b2f0703b826b9b07064ea9aa0987e355
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Juergen Adams
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,41 @@
1
+ # J1mNav
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/j1m_nav`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'j1m_nav'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install j1m_nav
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/j1m_nav.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
+
@@ -0,0 +1,501 @@
1
+ # ------------------------------------------------------------------------------
2
+ # J1: ~/_data/modules/j1_owl_carousel.yml
3
+ # J1 Owl Carousel specific configuration data (CAROUSEL Module)
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2016 Juergen Adams
9
+ # Copyright (C) 2013-2016 Bartosz Wojciechowski
10
+ #
11
+ # J1 Template is licensed under the MIT License.
12
+ # For details, see https://jekyll.one
13
+ #
14
+ # ------------------------------------------------------------------------------
15
+
16
+ # GENERAL settings
17
+ # -------------------------------------------------------------------------
18
+
19
+ # version
20
+ # --------------------------------------------------------------------
21
+ # Current version of the module
22
+ #
23
+ # values: string
24
+ # default: no defaults
25
+ #
26
+ version:
27
+ #
28
+ # jsonPath
29
+ # --------------------------------------------------------------------
30
+ # All data items displayed by a slider are being read from a
31
+ # JSON file automatically generated from that configuration.
32
+ # AJAX get method is used to supply the slider with respective
33
+ # the HTML code at the time the slider is initialized (by the
34
+ # J1 Adapter for J1 Owl Sliders).
35
+ #
36
+ # values: string
37
+ # default: /assets/data/carousel.json
38
+ #
39
+ jsonPath: /assets/data/carousel.json
40
+
41
+ # MODULE settings
42
+ # -------------------------------------------------------------------------
43
+
44
+ # DEFAULT settings
45
+ # --------------------------------------------------------------------
46
+ #
47
+ # items
48
+ # ---------------------------------------------------------------
49
+ # This variable allows to set the maximum amount of items
50
+ # displayed at a time with the widest browser width.
51
+ #
52
+ # values: integer
53
+ # default: 5
54
+ #
55
+ # itemsDesktop
56
+ # ---------------------------------------------------------------
57
+ # Preset the number of slides visible with a particular
58
+ # browser width. The format is [x,y] whereby x means the
59
+ # browser width and y the number of slides displayed. For
60
+ # example [1199,4] means that if the window size is lower
61
+ # or equal 1199, show 4 slides per page.
62
+ #
63
+ # values: array (of resolution|item pairs)
64
+ # default: [1199,4]
65
+ # Other (named) presets: see items|itemsDesktop
66
+ #
67
+ # values: array (resolution|item pairs)
68
+ # defaults:
69
+ # itemsDesktop: [1199,4]
70
+ # itemsDesktopSmall: [980,3]
71
+ # itemsTablet: [768,2]
72
+ # itemsTabletSmall: false
73
+ # itemsMobile: [479,1]
74
+ #
75
+ # singleItem:
76
+ # ---------------------------------------------------------------
77
+ # Display only one item independent from screen size.
78
+ #
79
+ # values: boolean (true|false)
80
+ # default: false
81
+ #
82
+ # itemsScaleUp
83
+ # ---------------------------------------------------------------
84
+ # Don't stretch items when it is less than the supplied items.
85
+ #
86
+ # values: boolean (true|false)
87
+ # default: false
88
+ #
89
+ # itemsCustom
90
+ # ---------------------------------------------------------------
91
+ # Specifies how many items|slides are shown depending on the
92
+ # screen width. If this option is set, the options itemsDeskop,
93
+ # itemsDesktopSmall, itemsTablet, itemsMobile are DISABLED
94
+ # automatically.
95
+ #
96
+ # NOTE: For better preview results, order the arrays
97
+ # by screen size. This is RECOMMENDED but not
98
+ # mandatory.
99
+ #
100
+ # NOTE: Don’t forget to include the lowest available
101
+ # screen size, otherwise the carousel takes as
102
+ # default value for a screen the next lower screen
103
+ # size available (from what you configured).
104
+ #
105
+ # Example:
106
+ # [
107
+ # [0, 2], [400, 4], [700, 6],
108
+ # [1000, 8], [1200, 10], [1600, 16]
109
+ # ]
110
+ #
111
+ # values: array (of screen|item pairs)
112
+ # default: false (no defaults)
113
+ #
114
+ #
115
+ defaults:
116
+
117
+ # ---------------------------------------------------------------
118
+ # View port sizes
119
+ #
120
+ items: 5
121
+ itemsCustom: false
122
+ itemsDesktop: [1199,4]
123
+ itemsDesktopSmall: [980,3]
124
+ itemsTablet: [768,2]
125
+ itemsTabletSmall: false
126
+ itemsMobile: [479,1]
127
+ singleItem: false
128
+ itemsScaleUp: false
129
+
130
+ # ---------------------------------------------------------------
131
+ # Basic Speeds
132
+ #
133
+ slideSpeed: 200
134
+ paginationSpeed: 800
135
+ rewindSpeed: 1000
136
+
137
+ # ---------------------------------------------------------------
138
+ # Autoplay
139
+ #
140
+ autoPlay: false
141
+ stopOnHover: false
142
+
143
+ # ---------------------------------------------------------------
144
+ # Navigation
145
+ #
146
+ navigation: false
147
+ navigationText: ["prev","next"]
148
+ rewindNav: true
149
+ scrollPerPage: false
150
+
151
+ # ---------------------------------------------------------------
152
+ # Pagination
153
+ #
154
+ pagination: true
155
+ paginationNumbers: false
156
+
157
+ # ---------------------------------------------------------------
158
+ # Responsive
159
+ #
160
+ responsive: true
161
+ responsiveRefreshRate: 200
162
+ responsiveBaseWidth: window
163
+
164
+ # ---------------------------------------------------------------
165
+ # CSS Styles
166
+ #
167
+ baseClass: owl-carousel
168
+ theme: owl-theme
169
+
170
+ # ---------------------------------------------------------------
171
+ # Lazy load
172
+ #
173
+ lazyLoad: false
174
+ lazyFollow: true
175
+ lazyEffect: fade
176
+
177
+ # ---------------------------------------------------------------
178
+ # Auto height
179
+ #
180
+ autoHeight: false
181
+
182
+ # ---------------------------------------------------------------
183
+ # AJAX (JSON)
184
+ #
185
+ # All data items displayed by a carousel are being read
186
+ # from a JSON file (default: carousel.json) automatically
187
+ # generated from that configuration.
188
+ # AJAX methods are used to supply the needed HTML code at
189
+ # the time the carousel is initialized (by the Initializer)
190
+ #
191
+ jsonPath: carousel.json
192
+ jsonSuccess: false
193
+
194
+ # ---------------------------------------------------------------
195
+ # Mouse Events
196
+ #
197
+ dragBeforeAnimFinish: true
198
+ mouseDrag: true
199
+ touchDrag: true
200
+
201
+ # ---------------------------------------------------------------
202
+ # Transitions
203
+ #
204
+ transitionStyle: false
205
+
206
+ # ---------------------------------------------------------------
207
+ # Callbacks
208
+ #
209
+ beforeUpdate: false
210
+ afterUpdate: false
211
+ beforeInit: false
212
+ afterInit: false
213
+ beforeMove: false
214
+ afterMove: false
215
+ afterAction: false
216
+ startDragging: false
217
+ afterLazyLoad: false
218
+
219
+ # ---------------------------------------------------------------
220
+ # Other
221
+ #
222
+ addClassActive: false
223
+
224
+
225
+
226
+ # SHOW|CAROUSEL settings
227
+ # --------------------------------------------------------------------
228
+
229
+ # carousel
230
+ # ---------------------------------------------------------------
231
+ # All shows are configured as elements of the carousel
232
+ # array
233
+ #
234
+ # enabled:
235
+ # --------------------------------------------------------
236
+ # If enabled, show data (JSON) is generated
237
+ #
238
+ # values: boolean (false|true)
239
+ # default: no default
240
+ #
241
+ # lightbox:
242
+ # --------------------------------------------------------
243
+ # If set to true, J1 Lightbox is enabled for all images
244
+ # of that carousel|show
245
+ #
246
+ # NOTE:
247
+ # To use Lightbox with Owl Carousel, lazyLoad needs to
248
+ # be enabled for the show to delay the load of images.
249
+ # If lightbox is detected as ENABLED, lazyLoad is
250
+ # automatically ENABLED as well.
251
+ #
252
+ # values: boolean (false|true)
253
+ # default: false
254
+ #
255
+ # id
256
+ # --------------------------------------------------------
257
+ # A unique id used to create and initialize a
258
+ # (specific) carousel|show.
259
+ #
260
+ # values: string
261
+ # default: no defaults
262
+ #
263
+ # item_type
264
+ # --------------------------------------------------------
265
+ # For a slide show, images or text (HTML code) can be
266
+ # used as items.
267
+ #
268
+ # values: image|text
269
+ # default: image
270
+ #
271
+ # css_classes
272
+ # --------------------------------------------------------
273
+ # For slide show items (image or text), a list of CSS
274
+ # class names can be configured as a string of classes
275
+ # separated by spaces. The class names are passed to all
276
+ # items specified (like class="{css_classes}")
277
+ #
278
+ # values: string
279
+ # default: no defaults
280
+ #
281
+ # images
282
+ # --------------------------------------------------------
283
+ # The images array specifies all images used by a
284
+ # carousel as items. All images are to be configured
285
+ # as a comma separated list (of image names with NO
286
+ # path).
287
+ #
288
+ # NOTE:
289
+ # Because NO individual path for images can be
290
+ # configured, all image files are to be located in
291
+ # the SAME directory.
292
+ #
293
+ # values: array|string (image names)
294
+ # default: no defaults
295
+ #
296
+ # slide_height
297
+ # --------------------------------------------------------
298
+ # The images are scaled to 100 percent of height per
299
+ # default. To reduce the height of the images of a
300
+ # show, slide_height reduce the (viewport) height of
301
+ # a show down to 10vh (vh, view height).
302
+ #
303
+ # IMPORTANT:
304
+ # This option can be used ONLY for SINGLE image shows
305
+ # with option "singleItem" set to "true".
306
+ #
307
+ # NOTE:
308
+ # The view port units VH and VW are supported for
309
+ # browsers supporting CSS3, only. The view port units
310
+ # scale the view port of an HTML element (e.g DIV)
311
+ # in relation to the current (window) size of the
312
+ # browser.
313
+ #
314
+ # values: integer [10 .. 100] (vh)
315
+ # default: 100
316
+ #
317
+ # lb_caption
318
+ # --------------------------------------------------------
319
+ # The lb_caption array specifies all CAPTION TEXT
320
+ # used by the LIGHTBOX configured (if a lightbox is
321
+ # enabled).
322
+ #
323
+ # Caption text elements are to be configured as a
324
+ # comma separated list of the SAME number as IMAGES
325
+ # configured for a show.
326
+ #
327
+ # values: array|string (caption text)
328
+ # default: no defaults
329
+ #
330
+ # images_path
331
+ # --------------------------------------------------------
332
+ # Path to the IMAGES configured with the 'images'
333
+ # sequence (array ).
334
+ #
335
+ # values: string (path)
336
+ # default: no defaults
337
+ #
338
+ # text
339
+ # --------------------------------------------------------
340
+ # If the slide show items are of type TEXT (item_type),
341
+ # the text array specifies all text blocks (plain text
342
+ # of HTML code) used by a carousel as show items. Text
343
+ # items are configured as a comma separated list of
344
+ # strings.
345
+ #
346
+ # values: array|string (plain text OR HTML code)
347
+ # default: no defaults
348
+ #
349
+ # links
350
+ # --------------------------------------------------------
351
+ # On all carousel items, links (URLs) can be specified.
352
+ #
353
+ # NOTE:
354
+ # The number of elements of the 'links' array has to be
355
+ # the same as the images or text array. The links are
356
+ # bound to the items the same order. The first link is
357
+ # bound to the first image|text block, the second link
358
+ # to the second image|text etc.
359
+ #
360
+ # values: array|string (url)
361
+ # default: no defaults
362
+ #
363
+ carousel:
364
+
365
+ # ---------------------------------------------------------------
366
+ # MASTER slider
367
+ #
368
+ - show:
369
+ enabled: true
370
+ id: home_master_slider
371
+ title:
372
+ lightbox: false
373
+ type: image
374
+ css_classes: img-responsive
375
+ images_path: /assets/images/carousel/people
376
+ # slide_height: 80
377
+ images: [
378
+ img8.jpg, img9.jpg, img10.jpg
379
+ ]
380
+ options:
381
+ navigation: false
382
+ pagination: false
383
+ slideSpeed: 300
384
+ paginationSpeed: 400
385
+ singleItem: true
386
+ transitionStyle: goDown
387
+ autoPlay: false
388
+
389
+ # ---------------------------------------------------------------
390
+ # owl_demo_text_carousel
391
+ #
392
+ - show:
393
+ enabled: true
394
+ id: owl_demo_text_carousel
395
+ lightbox: false
396
+ type: text
397
+ css_classes:
398
+ text: [
399
+ "<big>Jekyll One Template</big> - <i>Clean, responsive and fully featured Template made for Jekyll</i>",
400
+ "<big>Jekyll meets Bootstrap</big> - <i>J1 combines the best of open source and commercial software for the Web.</i>",
401
+ "<big>J1 is Open Source</big> - <i>No pain for private or professional use.</i>",
402
+ "<big>Explore this site</big> - <i>Learn what's possible if you go the Jekyll Way.</i>",
403
+ "<big>Create modern static sites</big> - <i>Secure, powerful and fast.<i>"
404
+ ]
405
+ options:
406
+ autoPlay: 5000
407
+ singleItem: true
408
+ pagination: false
409
+
410
+ # ---------------------------------------------------------------
411
+ # owl_demo_text_carousel_parallax
412
+ #
413
+ - show:
414
+ enabled: true
415
+ id: owl_demo_text_carousel_parallax
416
+ lightbox: false
417
+ type: text
418
+ parallax: true
419
+ parallax_id: owl_text_carousel_parallax
420
+ css_classes:
421
+ text: [
422
+ "<big>Jekyll One Template</big> </br> <i>Clean, responsive and fully featured Template made for Jekyll</i>",
423
+ "<big>Jekyll meets Bootstrap</big> </br> <i>J1 combines the best of open source and commercial software for the Web</i>",
424
+ "<big>J1 is Open Source</big> </br> <i>No pain for private or professional use</i>",
425
+ "<big>Explore this site</big> </br> <i>Learn what's possible if you go the Jekyll Way</i>",
426
+ "<big>Create modern static sites</big> </br> <i>Secure, powerful and fast<i>"
427
+ ]
428
+ options:
429
+ autoPlay: 5000
430
+ singleItem: true
431
+ pagination: false
432
+
433
+ # ---------------------------------------------------------------
434
+ # owl_demo_katarina
435
+ #
436
+ - show:
437
+ enabled: true
438
+ id: owl_demo_katarina
439
+ title: Katharina Krabozdinova
440
+ slide_border: true
441
+ slide_space_between: 5
442
+ lightbox: true
443
+ type: image
444
+ css_classes: img-responsive
445
+ images_path: /assets/images/carousel/katarina
446
+ images: [
447
+ katarina-1.jpg, katarina-2.jpg,
448
+ katarina-3.jpg, katarina-4.jpg
449
+ ]
450
+ lb_caption: [
451
+ You see image 1,
452
+ You see image 2,
453
+ You see image 3,
454
+ You see image 4
455
+ ]
456
+ options:
457
+ navigation: true
458
+ itemsCustom: [
459
+ [0, 1], [400, 1], [700, 2],
460
+ [1000, 2], [1200, 2], [1600, 2]
461
+ ]
462
+ slideSpeed: 300
463
+ paginationSpeed: 400
464
+ items: 2
465
+
466
+ # ---------------------------------------------------------------
467
+ # owl_demo_cats
468
+ #
469
+ - show:
470
+ enabled: true
471
+ id: owl_demo_cats
472
+ title: Ach, die lieben Katzen
473
+ slide_space_between: 3
474
+ slide_border: true
475
+ lightbox: true
476
+ type: image
477
+ css_classes: img-responsive
478
+ images_path: /assets/images/carousel/cats
479
+ images: [
480
+ cat-1.jpg, cat-2.jpg,
481
+ cat-3.jpg, cat-4.jpg
482
+ ]
483
+ links: [
484
+ "javascript:void(0)", "javascript:void(0)",
485
+ "javascript:void(0)", "javascript:void(0)"
486
+ ]
487
+ lb_caption: [
488
+ You see cat 1,
489
+ You see cat 2,
490
+ You see cat 3,
491
+ You see cat 4
492
+ ]
493
+ options:
494
+ navigation: false
495
+ itemsCustom: [
496
+ [0, 1], [400, 1], [700, 2],
497
+ [1000, 2], [1200, 2], [1600, 2]
498
+ ]
499
+ slideSpeed: 300
500
+ paginationSpeed: 400
501
+ items: 2