j1-template 2023.2.1 → 2023.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,6 @@ settings:
42
42
  gutters: true
43
43
  image_styles: img-fluid img-object--cover
44
44
  image_height: 300px
45
- image_width: 300px
46
45
  translate_links: false # default: false
47
46
  link_new_window: true # default: false
48
47
 
@@ -337,5 +336,73 @@ settings:
337
336
  file: gints-gailis_b.jpg
338
337
  caption: Shangri-La Hotel Jakarta - Indonesia
339
338
 
339
+ # --------------------------------------------------------------------------
340
+ # Image Grid + Lightbox + Gutters + Captions + Filters
341
+ #
342
+ - grid:
343
+ enabled: true
344
+
345
+ id: image_grid_full_example_filters
346
+ type: image
347
+ image_base_path: /assets/images/modules/gallery/mega_cities
348
+ image_styles: img-fluid
349
+ lightbox: true
350
+ gutters: true
351
+
352
+ # ------------------------------------------------------------------------
353
+ # Caption options
354
+ #
355
+ caption:
356
+ enabled: true
357
+ position: bottom # top|bottom|center
358
+
359
+ # ------------------------------------------------------------------------
360
+ # CSS filter options (Sepia)
361
+ #
362
+ filters:
363
+ enabled: true
364
+ grayscale: 0.8
365
+ contrast: 0.8
366
+ brightness: 0.7
367
+ sepia: 1
368
+
369
+ # ------------------------------------------------------------------------
370
+ # Masonry options
371
+ #
372
+ options:
373
+ originTop: true
374
+ originLeft: true
375
+ initLayout: true
376
+ percentPosition: true
377
+
378
+ # ------------------------------------------------------------------------
379
+ # Images
380
+ #
381
+ images:
382
+
383
+ - image: # image 1
384
+ file: denys-nevozhai-1_b.jpg
385
+ caption: Man posing at the rooftop of Jin Mao Tower Shanghai - China
386
+
387
+ - image: # image 2
388
+ file: thomas-tucker_b.jpg
389
+ caption: Sunset over Taipei City - Taiwan
390
+
391
+ - image: # image 3
392
+ file: emmad-mazhari_b.jpg
393
+ caption: Chicago - United States
394
+
395
+ - image: # image 4
396
+ file: johan-mouchet_b.jpg
397
+ caption: The Queen Bee at the Eureka Tower - Melbourne Southbank Australia
398
+
399
+ - image: # image 5
400
+ file: federico-rizzarelli_b.jpg
401
+ caption: Shanghai - China
402
+
403
+ - image: # image 6
404
+ file: gints-gailis_b.jpg
405
+ caption: Shangri-La Hotel Jakarta - Indonesia
406
+
340
407
  # ------------------------------------------------------------------------------
341
408
  # END config
@@ -856,7 +856,7 @@ settings:
856
856
  margin: mt-4
857
857
  animated: fadeInRight
858
858
  class: btn btn-primary btn-sm
859
- link: '#void'
859
+ link: '#'
860
860
  text: Read More
861
861
 
862
862
  # slide 2
@@ -888,7 +888,7 @@ settings:
888
888
  margin: mt-4
889
889
  animated: fadeInRight
890
890
  class: btn btn-primary btn-sm
891
- link: '#void'
891
+ link: '#'
892
892
  text: Read More
893
893
 
894
894
  # slide 3
@@ -920,7 +920,7 @@ settings:
920
920
  margin: mt-4
921
921
  animated: fadeInRight
922
922
  class: btn btn-primary btn-sm
923
- link: '#void'
923
+ link: '#'
924
924
  text: Read More
925
925
 
926
926
  # slide 4
@@ -952,7 +952,7 @@ settings:
952
952
  margin: mt-4
953
953
  animated: fadeInRight
954
954
  class: btn btn-primary btn-sm
955
- link: '#void'
955
+ link: '#'
956
956
  text: Read More
957
957
 
958
958
 
@@ -56,7 +56,8 @@ settings:
56
56
  collection: portfolio # generate grid elements (articles) for the collection specified
57
57
  translate_links: false # default: false
58
58
  link_new_window: true # default: false
59
- image_styles: img-fluid img-object--cover img-object--w500 g-height-500
59
+ image_styles: img-fluid img-object--cover
60
+ image_height: 500px
60
61
 
61
62
  # ------------------------------------------------------------------------
62
63
  # Carousel options
@@ -102,7 +103,8 @@ settings:
102
103
  collection: biography # generate grid elements (articles) for the collection specified
103
104
  translate_links: false # default: false
104
105
  link_new_window: true # default: false
105
- image_styles: img-fluid img-object--cover img-object--w500 g-height-500
106
+ image_styles: img-fluid img-object--cover
107
+ image_height: 500px
106
108
 
107
109
  # ------------------------------------------------------------------------
108
110
  # Carousel options
@@ -148,7 +150,8 @@ settings:
148
150
  collection: fantasy # generate grid elements (articles) for the collection specified
149
151
  translate_links: false # default: false
150
152
  link_new_window: true # default: false
151
- image_styles: img-fluid img-object--cover img-object--w500 g-height-500
153
+ image_styles: img-fluid img-object--cover
154
+ image_height: 500px
152
155
 
153
156
  # ------------------------------------------------------------------------
154
157
  # Carousel options
@@ -194,7 +197,8 @@ settings:
194
197
  collection: romance # generate grid elements (articles) for the collection specified
195
198
  translate_links: false # default: false
196
199
  link_new_window: true # default: false
197
- image_styles: img-fluid img-object--cover img-object--w500 g-height-500
200
+ image_styles: img-fluid img-object--cover
201
+ image_height: 500px
198
202
 
199
203
  # ------------------------------------------------------------------------
200
204
  # Carousel options
@@ -275,6 +279,63 @@ settings:
275
279
  slidesToShow: 1
276
280
  slidesToScroll: 1
277
281
 
282
+ # --------------------------------------------------------------------------
283
+ # POST Carousel (Life | Sepia)
284
+ #
285
+ - carousel:
286
+ enabled: true
287
+
288
+ id: post_carousel_life_sepia
289
+ type: post
290
+ gutters: 1 # 0 .. 5
291
+ group: Life # generate slides only for group (specified in article/post)
292
+ image_styles: img-fluid img-object--cover
293
+ image_height: 300px
294
+ translate_links: false # default: false
295
+ link_new_window: true # default: false
296
+
297
+ # ------------------------------------------------------------------------
298
+ # CSS filter options
299
+ #
300
+ filters:
301
+ enabled: true
302
+ grayscale: 0.8
303
+ contrast: 0.8
304
+ brightness: 0.7
305
+ sepia: 1
306
+
307
+ # ------------------------------------------------------------------------
308
+ # Carousel options
309
+ #
310
+ options:
311
+ autoplay: false
312
+ arrows: true
313
+ dots: true
314
+ slidesToShow: 3
315
+ slidesToScroll: 1
316
+ responsive: true # enables reponsive options to generate breakpoint properties for slick()
317
+
318
+ # ------------------------------------------------------------------------
319
+ # Reponsive options
320
+ #
321
+ responsive:
322
+ - breakpoint:
323
+ settings:
324
+ breakOn: 1024
325
+ slidesToShow: 2
326
+ slidesToScroll: 2
327
+ - breakpoint:
328
+ settings:
329
+ breakOn: 600
330
+ slidesToShow: 1
331
+ slidesToScroll: 1
332
+ dots: true
333
+ - breakpoint:
334
+ settings:
335
+ breakOn: 480
336
+ slidesToShow: 1
337
+ slidesToScroll: 1
338
+
278
339
  # --------------------------------------------------------------------------
279
340
  # EXAMPLE Carousel
280
341
  #
@@ -285,7 +346,7 @@ settings:
285
346
  type: example
286
347
  gutters: 1
287
348
  style: h3
288
- height: 150px
349
+ height: 200px
289
350
  slides: 9
290
351
 
291
352
  # ------------------------------------------------------------------------
@@ -462,7 +462,7 @@ resources:
462
462
  layout: [ all ]
463
463
  required: always
464
464
  preload: false
465
- script_load:
465
+ script_load: defer
466
466
  dependencies: false
467
467
  pass_init_data: false
468
468
  data:
@@ -586,7 +586,7 @@ resources:
586
586
  layout: [ all ]
587
587
  required: always
588
588
  preload: false # property currently unused
589
- script_load:
589
+ script_load: defer
590
590
  dependencies: false
591
591
  pass_init_data: false
592
592
  data:
@@ -717,7 +717,7 @@ resources:
717
717
  layout: [ all ]
718
718
  required: always
719
719
  preload: false
720
- script_load:
720
+ script_load: defer
721
721
  dependencies: false
722
722
  pass_init_data: true
723
723
  data:
@@ -821,7 +821,7 @@ resources:
821
821
  region: head
822
822
  layout: [ all ]
823
823
  required: always
824
- preload: false # property currently unused
824
+ script_load: defer
825
825
  script_load:
826
826
  dependencies: false
827
827
  pass_init_data: false
@@ -844,7 +844,7 @@ resources:
844
844
  layout: [ home, page, post, collection, blog_archive, app ]
845
845
  required: always
846
846
  preload: false
847
- script_load:
847
+ script_load: defer
848
848
  dependencies: false
849
849
  pass_init_data: false
850
850
  data:
@@ -915,7 +915,7 @@ resources:
915
915
  layout: [ all ]
916
916
  required: always
917
917
  preload: false
918
- script_load:
918
+ script_load: defer
919
919
  dependencies: false
920
920
  pass_init_data: false
921
921
  data:
@@ -939,7 +939,7 @@ resources:
939
939
  layout: [ all ]
940
940
  required: always
941
941
  preload: false
942
- script_load:
942
+ script_load: defer
943
943
  dependencies: false
944
944
  pass_init_data: false
945
945
  data:
@@ -963,7 +963,7 @@ resources:
963
963
  layout: [ all ]
964
964
  required: always
965
965
  preload: false
966
- script_load:
966
+ script_load: defer
967
967
  dependencies: false
968
968
  pass_init_data: false
969
969
  data:
@@ -57,7 +57,7 @@
57
57
  <id>{{ page.url | absolute_url | xml_escape }}</id>
58
58
  <post_limited>{{ limit_posts }}</post_limited>
59
59
  <template_name>J1 Theme</template_name>
60
- <template_version>2023.2.1</template_version>
60
+ <template_version>2023.2.3</template_version>
61
61
 
62
62
  {% assign title = site.title | default: site.name %}
63
63
  {% if page.collection != "posts" %}
@@ -391,6 +391,6 @@ end
391
391
 
392
392
  module Jekyll
393
393
  module J1LunrSearch
394
- VERSION = '2023.2.1'
394
+ VERSION = '2023.2.3'
395
395
  end
396
396
  end
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: The Terry Pratchett Diary 2017
2
+ title: The Terry Pratchett Diary
3
3
  tagline: Sir Terry Pratchett left us, far too early ...
4
4
  date: 2016-11-23 00:00:00
5
5
  description: >
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.2.1",
4
+ "version": "2023.2.3",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.2.1",
4
+ "version": "2023.2.3",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.2.1",
4
+ "version": "2023.2.3",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2023.2.1
4
+ version: 2023.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-06 00:00:00.000000000 Z
11
+ date: 2023-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -2524,7 +2524,7 @@ files:
2524
2524
  - lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc
2525
2525
  - lib/starter_web/collections/_fantasy/ready-player-one.adoc
2526
2526
  - lib/starter_web/collections/_fantasy/sword-of-destiny.adoc
2527
- - lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc
2527
+ - lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc
2528
2528
  - lib/starter_web/collections/_people/diana-petersen.adoc
2529
2529
  - lib/starter_web/collections/_people/larry-parker.adoc
2530
2530
  - lib/starter_web/collections/_people/parveen-anand.adoc