j1-template 2024.3.26 → 2024.3.28
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.
- checksums.yaml +4 -4
- data/assets/data/banner.html +3 -1
- data/assets/theme/j1/adapter/js/masonry.js +6 -8
- data/assets/theme/j1/adapter/js/videojs.js +8 -6
- data/assets/theme/j1/core/js/template.js +28 -1
- data/assets/theme/j1/core/js/template.min.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +4 -2
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +6 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +232 -100
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +6 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +1 -2
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js +21 -6
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +29 -18
- data/lib/starter_web/_data/blocks/panel.yml +79 -124
- data/lib/starter_web/_data/modules/blog_navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +2 -2
- data/lib/starter_web/_data/modules/gallery.yml +145 -19
- data/lib/starter_web/_data/modules/masonry.yml +9 -10
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.asciidoc +2 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/image/module/attic/1920x1280/nick-fewings.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/no-revisions.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/wolfgang-weiser.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/example-content-1280x800.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/google-lighthouse-scores.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/master-header-1280x600.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/nav-module-1280x300.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/teaser-banner-1280x600.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/tts-1280x500.jpg +0 -0
- data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/captions/video.vtt +2 -3
- data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/chapters/video.vtt +4 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +18 -20
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +6 -7
- data/lib/starter_web/collections/posts/public/featured/_posts/{2023-10-18-url-types.adoc → 2022-10-18-url-types.adoc} +7 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/{2021-02-01-static-site-generators.adoc → 2023-02-01-static-site-generators.adoc} +5 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/{2022-02-01-about-j1.adoc → 2024-02-01-about-j1.adoc} +4 -5
- data/lib/starter_web/index.html +17 -73
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/features/{general.adoc → core-features.adoc} +92 -47
- data/lib/starter_web/pages/public/features/{template.adoc → theme-features.adoc} +313 -195
- data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +2 -2
- data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +10 -15
- data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +107 -102
- data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +13 -21
- data/lib/starter_web/pages/public/tour/audio_data.adoc +2 -2
- data/lib/starter_web/pages/public/tour/icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/tour/image_data.adoc +138 -234
- data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
- data/lib/starter_web/pages/public/tour/video_data.adoc +74 -85
- metadata +12 -9
- data/lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg +0 -0
- data/lib/starter_web/pages/public/tour/modal_extentions.adoc +0 -126
@@ -388,15 +388,13 @@ settings:
|
|
388
388
|
|
389
389
|
videojsOptions:
|
390
390
|
enabled: true
|
391
|
-
|
392
391
|
muted: false
|
393
392
|
preload: true
|
394
|
-
|
395
393
|
controls: true
|
394
|
+
tracks: true # jadams: !!!
|
396
395
|
|
397
396
|
hotKeysPlugin:
|
398
397
|
enabled: true
|
399
|
-
|
400
398
|
options:
|
401
399
|
volumeStep: 0.2
|
402
400
|
|
@@ -410,7 +408,6 @@ settings:
|
|
410
408
|
|
411
409
|
skipButtonsPlugin:
|
412
410
|
enabled: true
|
413
|
-
|
414
411
|
options:
|
415
412
|
forward: 5
|
416
413
|
backward: 5
|
@@ -419,12 +416,10 @@ settings:
|
|
419
416
|
|
420
417
|
zoomPlugin:
|
421
418
|
enabled: true
|
422
|
-
|
423
419
|
showZoom: true
|
424
420
|
showMove: false
|
425
421
|
showRotate: false
|
426
422
|
gestureHandler: false
|
427
|
-
|
428
423
|
options:
|
429
424
|
moveX: 0
|
430
425
|
moveY: 0
|
@@ -493,6 +488,8 @@ settings:
|
|
493
488
|
<h2>Rollin` Wild</h2>
|
494
489
|
<h3>Short Funny Animated Clip created at the Film Academy</h3>
|
495
490
|
|
491
|
+
tracks:: []
|
492
|
+
|
496
493
|
# --------------------------------------------------------------------------
|
497
494
|
# Online VIDEO Carpool Karaoke (YouTube)
|
498
495
|
#
|
@@ -537,6 +534,7 @@ settings:
|
|
537
534
|
muted: false
|
538
535
|
preload: true
|
539
536
|
controls: true
|
537
|
+
tracks: false # jadams: !!!
|
540
538
|
|
541
539
|
hotKeysPlugin:
|
542
540
|
enabled: true
|
@@ -569,15 +567,15 @@ settings:
|
|
569
567
|
|
570
568
|
playerParams:
|
571
569
|
enabled: true
|
572
|
-
#
|
570
|
+
# start: ["00:00:50", "00:00:50"] # start time video1, vido2
|
573
571
|
autoplay: 1 # autoplay = 1 only available for YouTube when muted.
|
574
|
-
#
|
575
|
-
#
|
576
|
-
#
|
577
|
-
#
|
572
|
+
# controls: 1 # default = 0
|
573
|
+
# enablejsapi: 1 # default = 1
|
574
|
+
# hl: en # default = en
|
575
|
+
# loop: 0 # default = 0
|
578
576
|
mute: 0 # default = 1
|
579
|
-
#
|
580
|
-
#
|
577
|
+
# playsinline: 1 # for mobile|iOS only
|
578
|
+
# wmode: opaque # default = opaque
|
581
579
|
|
582
580
|
# ------------------------------------------------------------------------
|
583
581
|
# CSS filter options
|
@@ -602,7 +600,7 @@ settings:
|
|
602
600
|
api: videojs # jadams !!!
|
603
601
|
size: 1280-720
|
604
602
|
source: //youtube.com/watch?v=Nck6BZga7TQ
|
605
|
-
poster_image: Nck6BZga7TQ/mqdefault.jpg
|
603
|
+
poster_image: Nck6BZga7TQ/mqdefault.jpg
|
606
604
|
pinterest_prefix: Pin video
|
607
605
|
tweet_prefix: Try video
|
608
606
|
caption_text: Carpool Karaoke 2015 · James and Adele
|
@@ -614,8 +612,9 @@ settings:
|
|
614
612
|
On the way, they sing some of their biggest hits.
|
615
613
|
</h3>
|
616
614
|
|
617
|
-
|
618
|
-
|
615
|
+
tracks: [] # jadams !!!
|
616
|
+
# playerParams:
|
617
|
+
# start: 50 # seconds to start
|
619
618
|
|
620
619
|
- video: # video 2
|
621
620
|
enabled: true
|
@@ -625,7 +624,7 @@ settings:
|
|
625
624
|
api: videojs # jadams !!!
|
626
625
|
size: 1280-720
|
627
626
|
source: //youtube.com/watch?v=nV8UZJNBY6Y
|
628
|
-
poster_image: nV8UZJNBY6Y/mqdefault.jpg
|
627
|
+
poster_image: nV8UZJNBY6Y/mqdefault.jpg
|
629
628
|
pinterest_prefix: Pin video
|
630
629
|
tweet_prefix: Try video
|
631
630
|
caption_text: Carpool Karaoke 2023 · Last Carpool Karaoke Tour
|
@@ -637,8 +636,7 @@ settings:
|
|
637
636
|
final Carpool Caraoke Tour.
|
638
637
|
</h3>
|
639
638
|
|
640
|
-
|
641
|
-
# start: 50 # seconds to start
|
639
|
+
tracks: [] # jadams !!!
|
642
640
|
|
643
641
|
# --------------------------------------------------------------------------
|
644
642
|
# Online VIDEO (Vimeo)
|
@@ -954,5 +952,133 @@ settings:
|
|
954
952
|
<h2>Rollin` Wild</h2>
|
955
953
|
<h3>Short Funny Animated Clip created at the Film Academy</h3>
|
956
954
|
|
955
|
+
# --------------------------------------------------------------------------
|
956
|
+
# TinyDesk Concerts, Latin (YouTube)
|
957
|
+
#
|
958
|
+
- gallery:
|
959
|
+
enabled: true
|
960
|
+
|
961
|
+
id: tdc_latin
|
962
|
+
type: video
|
963
|
+
video: youtube
|
964
|
+
image_base_path: //img.youtube.com/vi
|
965
|
+
|
966
|
+
# ------------------------------------------------------------------------
|
967
|
+
# Justified Gallery settings
|
968
|
+
# ------------------------------------------------------------------------
|
969
|
+
#
|
970
|
+
gallery_options:
|
971
|
+
rowHeight: 250
|
972
|
+
gutters: 3
|
973
|
+
|
974
|
+
# ------------------------------------------------------------------------
|
975
|
+
# Lightbox|lightGallery settings
|
976
|
+
# ------------------------------------------------------------------------
|
977
|
+
#
|
978
|
+
lightbox:
|
979
|
+
enabled: true
|
980
|
+
type: lg
|
981
|
+
|
982
|
+
lightGallery:
|
983
|
+
plugins: lgThumbnail, lgVideo
|
984
|
+
|
985
|
+
options:
|
986
|
+
licenseKey: 0000-0000-000-0000
|
987
|
+
download: false
|
988
|
+
alignThumbnails: left
|
989
|
+
animateThumb: true
|
990
|
+
autoplayFirstVideo: true
|
991
|
+
videojs: true # jadams: !!!
|
992
|
+
videojsTheme: vjs-theme-uno
|
993
|
+
|
994
|
+
videojsOptions:
|
995
|
+
enabled: true
|
996
|
+
muted: false
|
997
|
+
preload: true
|
998
|
+
controls: true
|
999
|
+
|
1000
|
+
hotKeysPlugin:
|
1001
|
+
enabled: true
|
1002
|
+
options:
|
1003
|
+
volumeStep: 0.2
|
1004
|
+
|
1005
|
+
controlBar:
|
1006
|
+
playbackRates: [0.25, 0.5, 1, 1.5, 2]
|
1007
|
+
remainingTimeDisplay: true
|
1008
|
+
pictureInPictureToggle: false
|
1009
|
+
|
1010
|
+
volumePanel:
|
1011
|
+
inline: false
|
1012
|
+
|
1013
|
+
skipButtonsPlugin:
|
1014
|
+
enabled: true
|
1015
|
+
options:
|
1016
|
+
forward: 5
|
1017
|
+
backward: 5
|
1018
|
+
backwardIndex: 0
|
1019
|
+
forwardIndex: 1
|
1020
|
+
|
1021
|
+
zoomPlugin:
|
1022
|
+
enabled: false
|
1023
|
+
options:
|
1024
|
+
moveX: 0
|
1025
|
+
moveY: 0
|
1026
|
+
rotate: 0
|
1027
|
+
zoom: 1
|
1028
|
+
|
1029
|
+
playerParams:
|
1030
|
+
enabled: true
|
1031
|
+
autoplay: 1 # autoplay = 1 only available for YouTube when muted.
|
1032
|
+
mute: 0 # default = 1
|
1033
|
+
|
1034
|
+
# ------------------------------------------------------------------------
|
1035
|
+
# CSS filter options
|
1036
|
+
#
|
1037
|
+
filters:
|
1038
|
+
enabled: false
|
1039
|
+
grayscale: 0
|
1040
|
+
contrast: 1
|
1041
|
+
brightness: 1
|
1042
|
+
|
1043
|
+
# ------------------------------------------------------------------------
|
1044
|
+
# Video settings
|
1045
|
+
# ------------------------------------------------------------------------
|
1046
|
+
#
|
1047
|
+
videos:
|
1048
|
+
|
1049
|
+
# video 01
|
1050
|
+
- video:
|
1051
|
+
enabled: true
|
1052
|
+
|
1053
|
+
name: S01BeckyG
|
1054
|
+
type: youtube
|
1055
|
+
api: videojs # jadams !!!
|
1056
|
+
size: 1280-720
|
1057
|
+
source: //youtube.com/watch?v=FftvVi42U4o
|
1058
|
+
poster_image: FftvVi42U4o/maxresdefault.jpg
|
1059
|
+
pinterest_prefix: Pin video
|
1060
|
+
tweet_prefix: Try video
|
1061
|
+
caption_text: S01 · Becky G 2023
|
1062
|
+
description: >
|
1063
|
+
<h2> S01 Becky G </h2>
|
1064
|
+
<h3>At NPR 2023 </h3>
|
1065
|
+
|
1066
|
+
# video 02
|
1067
|
+
- video:
|
1068
|
+
enabled: true
|
1069
|
+
|
1070
|
+
name: S02RobertoFonsecas
|
1071
|
+
type: youtube
|
1072
|
+
api: videojs # jadams !!!
|
1073
|
+
size: 1280-720
|
1074
|
+
source: //youtube.com/watch?v=vdph2l0iw74
|
1075
|
+
poster_image: vdph2l0iw74/maxresdefault.jpg
|
1076
|
+
pinterest_prefix: Pin video
|
1077
|
+
tweet_prefix: Try video
|
1078
|
+
caption_text: S02 · Roberto Fonsecas 2025
|
1079
|
+
description: >
|
1080
|
+
<h2> S02 Roberto Fonsecas </h2>
|
1081
|
+
<h3>At NPR 2025 </h3>
|
1082
|
+
|
957
1083
|
# ------------------------------------------------------------------------------
|
958
1084
|
# END config
|
@@ -569,6 +569,7 @@ settings:
|
|
569
569
|
#
|
570
570
|
videojs:
|
571
571
|
enabled: true
|
572
|
+
|
572
573
|
theme: uno
|
573
574
|
|
574
575
|
# ----------------------------------------------------------------------
|
@@ -584,16 +585,14 @@ settings:
|
|
584
585
|
videojsPlayer:
|
585
586
|
enabled: true
|
586
587
|
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
autoplayFirstVideo: true
|
591
|
-
playbackRates: [0.25, 0.5, 1, 1.5, 2]
|
588
|
+
videojsOptions:
|
589
|
+
controls: true
|
590
|
+
tracks: true
|
592
591
|
|
593
|
-
controls: true
|
594
592
|
controlBar:
|
595
|
-
remainingTimeDisplay: true
|
596
593
|
pictureInPictureToggle: false
|
594
|
+
chaptersButton: true
|
595
|
+
subtitlesButton: true
|
597
596
|
playbackRates: [0.25, 0.5, 1, 1.5, 2]
|
598
597
|
|
599
598
|
volumePanel:
|
@@ -605,10 +604,10 @@ settings:
|
|
605
604
|
volumeStep: 0.2
|
606
605
|
|
607
606
|
skipButtonsPlugin:
|
608
|
-
enabled:
|
607
|
+
enabled: true
|
609
608
|
options:
|
610
|
-
forward:
|
611
|
-
backward:
|
609
|
+
forward: 15
|
610
|
+
backward: 15
|
612
611
|
|
613
612
|
zoomPlugin:
|
614
613
|
enabled: true
|
@@ -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>2024.3.
|
60
|
+
<template_version>2024.3.28</template_version>
|
61
61
|
|
62
62
|
{% assign title = site.title | default: site.name %}
|
63
63
|
{% if page.collection != "posts" %}
|
@@ -560,11 +560,12 @@ tag::data[]
|
|
560
560
|
:data-nbi-textbook--excerpt: "assets/image/page/nbinteract/manual/nbi-textbook-example.jpg, NBI textbook (excerpt)"
|
561
561
|
|
562
562
|
:data-lingohub--speakers-by-language: "assets/image/page/features/native-speakers-by-language.jpg, Native speakers by language"
|
563
|
-
:data-images--google-lighthouse: "assets/image/page/features/google-lighthouse-
|
563
|
+
:data-images--google-lighthouse: "assets/image/page/features/google-lighthouse-scores.jpg, Google Lighthouse Scores (Starter Web of version 2024.3.28)"
|
564
564
|
:data-images--desktop-navigation: "assets/image/page/features/desktop-web-navigation-1280x1000.jpg, Desktop Web Navigation"
|
565
565
|
:data-images--mobile-navigation: "assets/image/page/features/mobile-navigation-600x800.jpg, Mobile Web Navigation"
|
566
566
|
:data-images--master-header: "assets/image/page/features/master-header-1280x600.jpg, Master Header (image-based)"
|
567
567
|
:data-images--fab: "assets/image/page/features/fab-1280x500.jpg, FAB (Menu)"
|
568
|
+
:data-images--tts: "assets/image/page/features/tts-1280x500.jpg, TTS Control"
|
568
569
|
:data-images--full-text-search: "assets/image/page/features/full-text-search-1280x800.jpg, Full-text search"
|
569
570
|
:data-images--cookie-consent: "assets/image/page/features/cookie-consent-1280x800.jpg, Cookie Consent"
|
570
571
|
:data-images--translator: "assets/image/page/features/translator-1280x800.jpg, Google Translator"
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
WEBVTT
|
2
2
|
|
3
|
-
NOTE Example
|
3
|
+
NOTE Example caption definitions (timespan, caption text)
|
4
4
|
NOTE https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API
|
5
5
|
|
6
6
|
00:00:10.000 --> 00:00:13.000
|
@@ -27,6 +27,5 @@ See <i>italic</i> and <b>bold</b> text in one line.
|
|
27
27
|
|
28
28
|
00:00:34.000 --> 00:00:40.000
|
29
29
|
The VTT format supports
|
30
|
-
Multi
|
31
|
-
Line
|
30
|
+
Multi Line
|
32
31
|
Captions.
|
@@ -1,23 +1,21 @@
|
|
1
1
|
WEBVTT
|
2
2
|
|
3
|
-
NOTE
|
3
|
+
NOTE Example chapter definitions (imespan, name)
|
4
|
+
NOTE https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API
|
5
|
+
|
4
6
|
|
5
|
-
0
|
6
7
|
00:00:00.000 --> 00:00:00.000
|
7
8
|
Start
|
8
9
|
|
9
|
-
1
|
10
10
|
00:00:08.000 --> 00:01:00.000
|
11
11
|
Chapter 1
|
12
12
|
|
13
|
-
2
|
14
13
|
00:01:00.000 --> 00:01:30.000
|
15
14
|
Chapter 2
|
16
15
|
|
17
|
-
3
|
18
16
|
00:01:30.000 --> 00:02:17.000
|
19
17
|
Chapter 3
|
20
18
|
|
21
|
-
4
|
22
19
|
00:02:18.000 --> 00:02:18.000
|
23
20
|
End
|
21
|
+
|
data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb
CHANGED
@@ -1,27 +1,30 @@
|
|
1
1
|
---
|
2
|
-
title:
|
3
|
-
tagline: Websites for Everyone
|
2
|
+
title: Jekyll and J1
|
3
|
+
tagline: Powerful Websites for Everyone
|
4
4
|
|
5
5
|
#date: <%= Time.now.strftime('%Y-%m-%d') %>
|
6
|
-
#last_modified:
|
6
|
+
#last_modified: 2025-01-01
|
7
7
|
|
8
8
|
description: >
|
9
|
-
Jekyll
|
10
|
-
|
11
|
-
|
12
|
-
|
9
|
+
Jekyll One Template (J1) is a free Jekyll Theme providing
|
10
|
+
a clean implementation for Jekyll to start new projects
|
11
|
+
for all businesses based on Bootstrap V5.
|
12
|
+
The template combines the best current software for the Web.
|
13
|
+
Jekyll One is open-source and free to use for private and
|
14
|
+
business purposes.
|
15
|
+
|
13
16
|
keywords: >
|
14
|
-
open source, free, template,
|
15
|
-
|
17
|
+
open source, free, template, theme,
|
18
|
+
jekyll, jekyllone, web, site, static,
|
19
|
+
jamstack, bootstrap, netlify
|
16
20
|
|
17
21
|
categories: [ Jekyll ]
|
18
22
|
tags: [ Template, Theme ]
|
19
23
|
|
20
24
|
image:
|
21
|
-
path: /assets/image/module/attic/
|
25
|
+
path: /assets/image/module/attic/1920x1280/j1-launch.jpg
|
22
26
|
width: 1920
|
23
27
|
height: 1200
|
24
|
-
alt: Photo by Katie Moum on Unsplash
|
25
28
|
|
26
29
|
group: Featured
|
27
30
|
#series: Featured
|
@@ -31,18 +34,13 @@ fab_menu_id: open_toc
|
|
31
34
|
comments: false
|
32
35
|
regenerate: false
|
33
36
|
|
34
|
-
resources: [
|
37
|
+
resources: []
|
35
38
|
resource_options:
|
36
39
|
- attic:
|
37
|
-
|
40
|
+
padding_top: 630
|
38
41
|
slides:
|
39
|
-
- url: /assets/image/module/attic/
|
40
|
-
alt:
|
41
|
-
alignY: 0.3
|
42
|
-
badge:
|
43
|
-
type: unsplash
|
44
|
-
author: Katie Moum
|
45
|
-
href: //unsplash.com/@katiemoum
|
42
|
+
- url: /assets/image/module/attic/1920x1280/j1-launch.jpg
|
43
|
+
alt: J1 Template
|
46
44
|
---
|
47
45
|
|
48
46
|
// Page Initializer
|
@@ -10,15 +10,14 @@ categories: [ Technology ]
|
|
10
10
|
tags: [ Cookies ]
|
11
11
|
|
12
12
|
image:
|
13
|
-
path: /assets/image/module/attic/
|
13
|
+
path: /assets/image/module/attic/1920x1280/no-revisions.jpg
|
14
14
|
width: 1920
|
15
15
|
height: 1280
|
16
|
-
alt: Cookies - Good to know
|
17
16
|
|
18
17
|
group: Featured
|
19
18
|
series: Featured
|
20
19
|
|
21
|
-
#tts:
|
20
|
+
#tts: false
|
22
21
|
fab_menu_id: open_toc
|
23
22
|
comments: false
|
24
23
|
regenerate: false
|
@@ -28,12 +27,12 @@ resource_options:
|
|
28
27
|
- attic:
|
29
28
|
padding_top: 630
|
30
29
|
slides:
|
31
|
-
- url: /assets/image/module/attic/
|
32
|
-
alt: Photo by
|
30
|
+
- url: /assets/image/module/attic/1920x1280/no-revisions.jpg
|
31
|
+
alt: Photo by No Revisions on Unsplash
|
33
32
|
badge:
|
34
33
|
type: unsplash
|
35
|
-
author:
|
36
|
-
href: //unsplash.com/@
|
34
|
+
author: No Revisions
|
35
|
+
href: //unsplash.com/de/@norevisions
|
37
36
|
---
|
38
37
|
|
39
38
|
// Page Initializer
|
@@ -10,10 +10,9 @@ categories: [ Web ]
|
|
10
10
|
tags: [ Protocols ]
|
11
11
|
|
12
12
|
image:
|
13
|
-
path: /assets/image/module/attic/1920x1280/
|
13
|
+
path: /assets/image/module/attic/1920x1280/nick-fewings.jpg
|
14
14
|
width: 1920
|
15
15
|
height: 1280
|
16
|
-
alt: J1 Template Mockup
|
17
16
|
|
18
17
|
group: Featured
|
19
18
|
series: Featured
|
@@ -27,8 +26,12 @@ resource_options:
|
|
27
26
|
- attic:
|
28
27
|
padding_top: 630
|
29
28
|
slides:
|
30
|
-
- url: /assets/image/module/attic/1920x1280/
|
31
|
-
alt:
|
29
|
+
- url: /assets/image/module/attic/1920x1280/nick-fewings.jpg
|
30
|
+
alt: Photo by Nick Fewings on Unsplash
|
31
|
+
badge:
|
32
|
+
type: unsplash
|
33
|
+
author: Nick Fewings
|
34
|
+
href: //unsplash.com/de/@jannerboy62
|
32
35
|
---
|
33
36
|
|
34
37
|
// Page Initializer
|
@@ -10,10 +10,9 @@ categories: [ Jekyll ]
|
|
10
10
|
tags: [ Generators ]
|
11
11
|
|
12
12
|
image:
|
13
|
-
path: /assets/image/module/attic/
|
13
|
+
path: /assets/image/module/attic/1920x1280/wolfgang-weiser.jpg
|
14
14
|
width: 1920
|
15
15
|
height: 1280
|
16
|
-
alt: Site Generators
|
17
16
|
|
18
17
|
group: Featured
|
19
18
|
series: Featured
|
@@ -28,12 +27,12 @@ resource_options:
|
|
28
27
|
- attic:
|
29
28
|
padding_top: 630
|
30
29
|
slides:
|
31
|
-
- url: /assets/image/module/attic/
|
32
|
-
alt: Photo by
|
30
|
+
- url: /assets/image/module/attic/1920x1280/wolfgang-weiser.jpg
|
31
|
+
alt: Photo by Wolfgang Weiser on Unsplash
|
33
32
|
badge:
|
34
33
|
type: unsplash
|
35
|
-
author:
|
36
|
-
href: //unsplash.com/@
|
34
|
+
author: Wolfgang Weiser
|
35
|
+
href: //unsplash.com/de/@hamburgmeinefreundin
|
37
36
|
---
|
38
37
|
|
39
38
|
// Page Initializer
|
@@ -10,15 +10,14 @@ categories: [ Jekyll ]
|
|
10
10
|
tags: [ Theme ]
|
11
11
|
|
12
12
|
image:
|
13
|
-
path: /assets/image/module/attic/1920x1280/j1-
|
13
|
+
path: /assets/image/module/attic/1920x1280/j1-launch.jpg
|
14
14
|
width: 1920
|
15
15
|
height: 1280
|
16
|
-
alt: J1 Template Mockup
|
17
16
|
|
18
17
|
group: Featured
|
19
18
|
series: Featured
|
20
19
|
|
21
|
-
#tts:
|
20
|
+
#tts: false
|
22
21
|
fab_menu_id: open_toc
|
23
22
|
comments: false
|
24
23
|
regenerate: false
|
@@ -28,8 +27,8 @@ resource_options:
|
|
28
27
|
- attic:
|
29
28
|
padding_top: 630
|
30
29
|
slides:
|
31
|
-
- url: /assets/image/module/attic/1920x1280/j1-
|
32
|
-
alt: J1 Template
|
30
|
+
- url: /assets/image/module/attic/1920x1280/j1-launch.jpg
|
31
|
+
alt: J1 Template
|
33
32
|
---
|
34
33
|
|
35
34
|
// Page Initializer
|