j1-template 2023.0.10 → 2023.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/banner.html +2 -2
  3. data/assets/data/masterslider.html +4 -2
  4. data/assets/themes/j1/adapter/js/j1.js +19 -10
  5. data/assets/themes/j1/adapter/js/masterslider.js +2 -2
  6. data/assets/themes/j1/adapter/js/navigator.js +3 -1
  7. data/assets/themes/j1/adapter/js/waves.js +4 -3
  8. data/assets/themes/j1/modules/masterslider/css/theme/uno.css +7 -7
  9. data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
  10. data/lib/j1/version.rb +1 -1
  11. data/lib/starter_web/Gemfile +1 -1
  12. data/lib/starter_web/README.md +5 -5
  13. data/lib/starter_web/_config.yml +60 -24
  14. data/lib/starter_web/_data/blocks/banner.yml +7 -9
  15. data/lib/starter_web/_data/blocks/footer.yml +4 -4
  16. data/lib/starter_web/_data/blocks/panel.yml +23 -30
  17. data/lib/starter_web/_data/j1_config.yml +432 -428
  18. data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -0
  19. data/lib/starter_web/_data/modules/navigator.yml +1 -1
  20. data/lib/starter_web/_data/modules/navigator_menu.yml +48 -29
  21. data/lib/starter_web/_data/modules/scroller.yml +2 -2
  22. data/lib/starter_web/_data/templates/feed.xml +1 -1
  23. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  24. data/lib/starter_web/assets/images/pages/roundtrip/themes-menu-1280x800.jpg +0 -0
  25. data/lib/starter_web/index.html +6 -35
  26. data/lib/starter_web/package.json +1 -1
  27. data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
  28. data/lib/starter_web/pages/public/about/site.adoc +76 -78
  29. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +2 -1
  30. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +2 -1
  31. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +2 -1
  32. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +2 -1
  33. data/lib/starter_web/pages/public/blog/navigator/index.html +3 -2
  34. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +4 -4
  35. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +8 -8
  36. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +1 -1
  37. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +2 -2
  38. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +1 -1
  39. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +2 -2
  40. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +7 -7
  41. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +2 -2
  42. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +2 -2
  43. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +1 -1
  44. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  45. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -1
  46. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +3 -0
  47. data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
  48. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  49. data/lib/starter_web/utilsrv/package.json +1 -1
  50. metadata +2 -3
  51. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
@@ -28,6 +28,7 @@ defaults:
28
28
  module_version: lite # lite | pro
29
29
  save_slider_config: true
30
30
  slider_manager: true
31
+ slider_manager_load_timeout: 500 # depending on the browser performace, loading the slider manager is delayed
31
32
 
32
33
  icon_family: MDI
33
34
  icon_class: false # false | fas | fab (Fontawsesome only)
@@ -126,7 +126,7 @@ settings:
126
126
 
127
127
  links:
128
128
  - title: Name
129
- icon: face
129
+ icon: theme-light-dark
130
130
  value: ??theme-name
131
131
  href: /pages/public/previewer/current_theme/
132
132
  target: none
@@ -32,31 +32,31 @@
32
32
  icon: briefcase-search-outline
33
33
  dropdown:
34
34
 
35
- - title: Present images
35
+ - title: Image
36
36
  href: /pages/public/learn/roundtrip/present_images/
37
37
  icon: image
38
- - title: Present videos
38
+ - title: Video
39
39
  href: /pages/public/learn/roundtrip/present_videos/
40
40
  icon: video
41
41
  - title: Typography
42
42
  href: /pages/public/learn/roundtrip/typography/
43
43
  icon: format-text
44
- - title: Icon fonts
44
+ - title: Icons
45
45
  href: /pages/public/learn/roundtrip/mdi_icon_font/
46
46
  icon: fan
47
- - title: Asciidoc extensions
47
+ - title: Extensions
48
48
  href: /pages/public/learn/roundtrip/asciidoc_extensions/
49
49
  icon: format-annotation-plus
50
- - title: BS modal extensions
50
+ - title: Modals
51
51
  href: /pages/public/learn/roundtrip/modals/
52
52
  icon: image
53
- - title: BS table extensions
53
+ - title: Tables
54
54
  href: /pages/public/learn/roundtrip/responsive_tables/
55
55
  icon: table
56
- - title: BS themes
56
+ - title: Themes
57
57
  href: /pages/public/learn/roundtrip/themes/
58
58
  icon: theme-light-dark
59
- - title: QuickSearch
59
+ - title: Search
60
60
  href: /pages/public/learn/roundtrip/quicksearch/
61
61
  icon: magnify
62
62
 
@@ -65,7 +65,7 @@
65
65
  #
66
66
  - item: Blog
67
67
  sublevel:
68
- - title: Blog Navigator
68
+ - title: Navigator
69
69
  href: /pages/public/blog/navigator/
70
70
  icon: near-me
71
71
  - title: Categories
@@ -347,6 +347,7 @@
347
347
  #
348
348
  - item: Online
349
349
  megamenu:
350
+
350
351
  - title: Sites
351
352
  icon: web
352
353
  column:
@@ -354,6 +355,14 @@
354
355
  href: https://jekyllrb.com/
355
356
  target: _blank
356
357
  icon: flask
358
+ - title: Jekyll Talk
359
+ href: https://talk.jekyllrb.com/
360
+ target: _blank
361
+ icon: flask
362
+ - title: Asciidoctor
363
+ href: https://asciidoctor.org/
364
+ target: _blank
365
+ icon: hospital
357
366
  - title: Ruby
358
367
  href: https://www.ruby-lang.org/en/
359
368
  target: _blank
@@ -430,8 +439,16 @@
430
439
  href: http://www.methods.co.nz/asciidoc/faq.html
431
440
  target: _blank
432
441
  icon: format-color-text
433
- - title: Asciidoctor
434
- href: http://asciidoctor.org/
442
+ - title: Asciidoctor Docs
443
+ href: https://docs.asciidoctor.org/asciidoctor/latest/
444
+ target: _blank
445
+ icon: hospital
446
+ - title: Asciidoctor QuickReference
447
+ href: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
448
+ target: _blank
449
+ icon: hospital
450
+ - title: Asciidoctor Writers Gude
451
+ href: https://asciidoctor.org/docs/asciidoc-writers-guide/
435
452
  target: _blank
436
453
  icon: hospital
437
454
 
@@ -442,6 +459,22 @@
442
459
  href: http://www.freeformatter.com/
443
460
  target: _blank
444
461
  icon: cached
462
+ - title: BeautifyTools
463
+ href: https://beautifytools.com/
464
+ target: _blank
465
+ icon: cached
466
+ - title: AppDevTools
467
+ href: https://www.appdevtools.com/
468
+ target: _blank
469
+ icon: cached
470
+ - title: Nu Html Checker
471
+ href: https://validator.w3.org/nu/
472
+ target: _blank
473
+ icon: language-html5
474
+ - title: Closing Tag Checker
475
+ href: https://www.aliciaramirez.com/closing-tags-checker/
476
+ target: _blank
477
+ icon: language-html5
445
478
  - title: Convert CSS to Sass
446
479
  href: http://sebastianpontow.de/css2compass/
447
480
  target: _blank
@@ -458,18 +491,10 @@
458
491
  href: http://yaml-online-parser.appspot.com/
459
492
  target: _blank
460
493
  icon: code-braces
461
- - title: XML-YAML Converter
462
- href: http://codebeautify.org/xml-to-yaml
463
- target: _blank
464
- icon: xml
465
494
  - title: Character Codes
466
495
  href: http://character-code.com/
467
496
  target: _blank
468
497
  icon: alpha-a-box-outline
469
- - title: Wordcloud Generator
470
- href: https://www.jasondavies.com/wordcloud/
471
- target: _blank
472
- icon: cloud
473
498
  - title: RegEx 101
474
499
  href: https://regex101.com/
475
500
  target: _blank
@@ -483,7 +508,7 @@
483
508
  # ------------------------------------------------------------------------------
484
509
  # Menu Themes
485
510
  #
486
- - item: Themes
511
+ - item: Theme
487
512
  theme_select:
488
513
  - preview: enabled
489
514
  title: Preview
@@ -502,10 +527,10 @@
502
527
  #
503
528
  - item: About
504
529
  sublevel:
505
- - title: This site
530
+ - title: Starter
506
531
  icon: home-variant-outline
507
- href: /pages/public/about/site/
508
- - title: Reporting issues
532
+ href: /pages/public/about/starter/
533
+ - title: Issues
509
534
  icon: bug
510
535
  href: /pages/public/about/reporting_issues/
511
536
  - title: Features
@@ -514,12 +539,6 @@
514
539
  - title: Privacy
515
540
  icon: heart
516
541
  href: /pages/public/legal/en/privacy/
517
- - title: Impress
518
- icon: gavel
519
- href: /pages/public/legal/en/impress/
520
- - title: Comments
521
- icon: comment
522
- href: /pages/public/legal/en/comment_policy/
523
542
 
524
543
  # ------------------------------------------------------------------------------
525
544
  # END config
@@ -65,10 +65,10 @@ settings:
65
65
 
66
66
  lastPageInfo_en: >
67
67
  More articles can be found with the
68
- <a href="/pages/public/blog/navigator/" class="link-no-decoration">Blog Navigator</a>
68
+ <a href="/pages/public/blog/navigator/" class="link-no-decoration">Navigator</a>
69
69
  lastPageInfo_de: >
70
70
  Weitere Artikel finden Sie im
71
- <a href="/pages/public/blog/navigator/" class="link-no-decoration">Blog Navigator</a>
71
+ <a href="/pages/public/blog/navigator/" class="link-no-decoration">Navigator</a>
72
72
 
73
73
  # --------------------------------------------------------------------------
74
74
  # Blog Navigator Preview (Timeline)
@@ -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.0.10</template_version>
60
+ <template_version>2023.0.12</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.0.10'
394
+ VERSION = '2023.0.12'
395
395
  end
396
396
  end
@@ -2,10 +2,10 @@
2
2
  layout: home
3
3
  compress: true
4
4
 
5
- title: J1 Starter
6
- tagline: Explore What Jekyll Can Do
5
+ title: Starter
6
+ tagline: Build-In Theme
7
7
  description: >
8
- Jekyll One Starter. This theme gives web developers and
8
+ The Jekyll One Starter theme gives web developers and
9
9
  hobbyists a clean implementation in Jekyll for starting
10
10
  new projects and combines the best of open source software
11
11
  for the Web. Jekyll One is open source and the modules packed
@@ -88,45 +88,16 @@ accordion:
88
88
  resources: [ animate, iconify, scroller ]
89
89
  resource_options:
90
90
  - attic:
91
- circuit: true
92
- pauseOnHover: true
93
- padding_top: 550
94
- duration: 6000
95
- transition: push_left|cover_up|cover_down|fade|fadeInOut
96
- transitionDuration: 1200
91
+ padding_top: 600
97
92
  slides:
98
93
  - url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
99
94
  alt: Photo by Kristopher Roller on Unsplash
100
- title: J1 Starter
101
- tagline: Explore What Jekyll Can Do
95
+ title: Starter
96
+ tagline: Build-In Theme
102
97
  badge:
103
98
  type: unsplash
104
99
  author: Kristopher Roller
105
100
  href: https://unsplash.com/@krisroller
106
- # - url: /assets/images/modules/attics/1920x1280/brad-neathery.jpg
107
- # alt: Photo by Brad Neathery on Unsplash
108
- # title: Setup A Site In No Time
109
- # tagline: Ready-to-use Build-in Web Available
110
- # badge:
111
- # type: unsplash
112
- # author: Brad Neathery
113
- # href: https://unsplash.com/@bradneathery
114
- # - url: /assets/images/modules/attics/1920x1280/fly-d.jpg
115
- # alt: Photo by FLY:D on Unsplash
116
- # title: Create Your Web
117
- # tagline: Modern, Fast and Secure Websites
118
- # badge:
119
- # type: unsplash
120
- # author: FLY:D
121
- # href: https://unsplash.com/@flyd2069
122
- # - url: /assets/images/modules/attics/1920x1280/nasa.jpg
123
- # alt: Photo by NASA on Unsplash
124
- # title: Using J1 Theme Now
125
- # tagline: Go For Rocketstart And Create A Site In Minutes
126
- # badge:
127
- # type: unsplash
128
- # author: NASA
129
- # href: https://unsplash.com/@nasa
130
101
  ---
131
102
 
132
103
  <pre>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.0.10",
4
+ "version": "2023.0.12",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: J1 Starter
2
+ title: Starter
3
3
  tagline: Report on Failures
4
4
  date: 2022-01-01 00:00:00
5
5
  description: >
@@ -1,78 +1,76 @@
1
- ---
2
- title: J1 Starter
3
- tagline: About This Site
4
- date: 2022-01-01 00:00:00
5
- description: >
6
- Things you should know about this site, the people, the software
7
- and the services provided by this project.
8
- keywords: >
9
- Jekyll, Theme, JekyllOne, J1, About, Project, Site
10
-
11
- categories: [ About ]
12
- tags: [ Site, Review ]
13
-
14
- image:
15
- path: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
16
- width: 1920
17
- height: 1280
18
- alt: J1 Theme Mockup
19
-
20
- fab_menu_id: default
21
- scrollbar: false
22
- comments: false
23
-
24
- regenerate: false
25
- permalink: /pages/public/about/site/
26
-
27
- resources: [ animate ]
28
- resource_options:
29
- - attic:
30
- padding_top: 600
31
- padding_bottom: 50
32
- opacity: 0.5
33
- slides:
34
- - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
35
- alt: J1 Themes Mockup
36
- ---
37
-
38
- // Page Initializer
39
- // =============================================================================
40
- // Enable the Liquid Preprocessor
41
- :page-liquid:
42
-
43
- // Set (local) page attributes here
44
- // -----------------------------------------------------------------------------
45
- // :page--attr: <attr-value>
46
-
47
- // Attribute settings for section control
48
- //
49
- :badges-enabled: true
50
-
51
- // Load Liquid procedures
52
- // -----------------------------------------------------------------------------
53
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
54
-
55
- // Load page attributes
56
- // -----------------------------------------------------------------------------
57
- {% include {{load_attributes}} scope="global" %}
58
-
59
- ifeval::[{badges-enabled} == true]
60
- [role="mb-5"]
61
- {badge-j1--version-latest} {badge-j1--downloads}
62
- endif::[]
63
-
64
-
65
- // Page content
66
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
- [role="dropcap"]
68
- Things you should know about this site, the people, the software and the
69
- services provided by this project.
70
-
71
- // Include sub-documents (if any)
72
- // -----------------------------------------------------------------------------
73
- Whether you work solo or as part of a team, it’s always a great idea to
74
- help visitors put a face to the names behind a website. The best place to
75
- include a bit of information about you and your team is on your homepage with
76
- an About page so that no one will miss it.
77
-
78
- Good luck presenting your site, your project to the world!
1
+ ---
2
+ title: Starter
3
+ tagline: About This Site
4
+ date: 2022-01-01 00:00:00
5
+ description: >
6
+ Things you should know about this site, the people, the software
7
+ and the services provided by this project.
8
+ keywords: >
9
+ Jekyll, Theme, JekyllOne, J1, About, Project, Site
10
+
11
+ categories: [ About ]
12
+ tags: [ Site, Review ]
13
+
14
+ image:
15
+ path: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
16
+ width: 1920
17
+ height: 1280
18
+ alt: J1 Theme Mockup
19
+
20
+ fab_menu_id: default
21
+ scrollbar: false
22
+ comments: false
23
+
24
+ regenerate: false
25
+ permalink: /pages/public/about/starter/
26
+
27
+ resources: [ animate ]
28
+ resource_options:
29
+ - attic:
30
+ padding_top: 600
31
+ slides:
32
+ - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
33
+ alt: J1 Themes Mockup
34
+ ---
35
+
36
+ // Page Initializer
37
+ // =============================================================================
38
+ // Enable the Liquid Preprocessor
39
+ :page-liquid:
40
+
41
+ // Set (local) page attributes here
42
+ // -----------------------------------------------------------------------------
43
+ // :page--attr: <attr-value>
44
+
45
+ // Attribute settings for section control
46
+ //
47
+ :badges-enabled: true
48
+
49
+ // Load Liquid procedures
50
+ // -----------------------------------------------------------------------------
51
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
+
53
+ // Load page attributes
54
+ // -----------------------------------------------------------------------------
55
+ {% include {{load_attributes}} scope="global" %}
56
+
57
+ ifeval::[{badges-enabled} == true]
58
+ [role="mb-5"]
59
+ {badge-j1--version-latest} {badge-j1--downloads}
60
+ endif::[]
61
+
62
+
63
+ // Page content
64
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65
+ [role="dropcap"]
66
+ Things you should know about this site, the people, the software and the
67
+ services provided by this project.
68
+
69
+ // Include sub-documents (if any)
70
+ // -----------------------------------------------------------------------------
71
+ Whether you work solo or as part of a team, it’s always a great idea to
72
+ help visitors put a face to the names behind a website. The best place to
73
+ include a bit of information about you and your team is on your homepage with
74
+ an About page so that no one will miss it.
75
+
76
+ Good luck presenting your site, your project to the world!
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  layout: page
3
+
3
4
  title: Blog Archive
4
5
  tagline: Explore All Posts
5
6
  date: 2022-01-01 01:00:00
@@ -40,7 +41,7 @@ resources: [ animate, scroller ]
40
41
  resource_options:
41
42
 
42
43
  - attic:
43
- padding_top: 600
44
+ padding_top: 550
44
45
  slides:
45
46
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
46
47
  alt: Photo by Matthaeus on Unsplash
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  layout: page
3
+
3
4
  title: Post by Category
4
5
  tagline: Explore Posts
5
6
  date: 2022-01-01 01:00:00
@@ -39,7 +40,7 @@ resources: [ animate ]
39
40
  resource_options:
40
41
 
41
42
  - attic:
42
- padding_top: 600
43
+ padding_top: 550
43
44
  slides:
44
45
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
45
46
  alt: Photo by Matthaeus on Unsplash
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  layout: page
3
+
3
4
  title: Post by Date
4
5
  date: 2022-01-01 01:00:00
5
6
  tagline: Explore Posts
@@ -40,7 +41,7 @@ resources: [ animate ]
40
41
  resource_options:
41
42
 
42
43
  - attic:
43
- padding_top: 600
44
+ padding_top: 550
44
45
  slides:
45
46
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
46
47
  alt: Photo by Matthaeus on Unsplash
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  layout: page
3
+
3
4
  title: Posts By Tag
4
5
  tagline: Explore Posts
5
6
  date: 2022-01-01 01:00:00
@@ -40,7 +41,7 @@ resources: [ animate ]
40
41
  resource_options:
41
42
 
42
43
  - attic:
43
- padding_top: 600
44
+ padding_top: 550
44
45
  slides:
45
46
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
46
47
  alt: Photo by Matthaeus on Unsplash
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  layout: page
3
- title: Starter Blog
3
+
4
+ title: Navigator
4
5
  tagline: Explore Posts
5
6
  date: 2022-01-01 01:00:00
6
7
  description: >
@@ -46,7 +47,7 @@ regenerate: false
46
47
  resources: [ animate, scroller ]
47
48
  resource_options:
48
49
  - attic:
49
- padding_top: 600
50
+ padding_top: 550
50
51
  slides:
51
52
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
52
53
  alt: Photo by Matthaeus on Unsplash
@@ -1,9 +1,9 @@
1
1
  ---
2
- title: Asciidoc Enhancements
3
- tagline: Asciidoctor Extensions
2
+ title: Extensions
3
+ tagline: Asciidoctor Enhancements
4
4
  date: 2020-11-07 00:00:00
5
5
  description: >
6
- J1 Theme implements some handy Ruby-based extensions for Asciidoctor.
6
+ J1 Theme implements some handy Ruby-based enhancements for Asciidoctor.
7
7
  Providing extensions for a Jekyll theme is a unique feature of
8
8
  JekyllOne (J1) compared to other Jekyll themes and templates.
9
9
  Most extensions are based on well-documented examples from the
@@ -54,7 +54,7 @@ resource_options:
54
54
  // Page content
55
55
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
56
  [role="dropcap"]
57
- J1 Theme implements some handy Ruby-based extensions for Asciidoctor.
57
+ J1 Theme implements some handy Ruby-based enhancements for Asciidoctor.
58
58
  Providing extensions for a Jekyll theme is a unique feature of JekyllOne
59
59
  compared to other Jekyll themes and templates. All already implemented
60
60
  Asciidoctor extensions you'll find below. Additional valuable extensions
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: Theme Feature
3
- tagline: Bootstrap Themes
2
+ title: Themes
3
+ tagline: Bootstrap Styles
4
4
  date: 2020-11-10 00:00:00
5
5
  description: >
6
6
  J1 Starter, a Jekyll theme for multifunctional Bootstrap-based and responsive
@@ -17,7 +17,7 @@ categories: [ Roundtrip ]
17
17
  tags: [ Bootstrap, Module, Theme ]
18
18
 
19
19
  image:
20
- path: /assets/images/pages/roundtrip/themes-1920x1280-bw.jpg
20
+ path: /assets/images/modules/attics//themes-1920x1280-bw.jpg
21
21
  width: 1920
22
22
  height: 1280
23
23
  alt: Photo by Clem Onojeghuo on Unsplash
@@ -30,7 +30,7 @@ resource_options:
30
30
  - attic:
31
31
  padding_top: 600
32
32
  slides:
33
- - url: /assets/images/pages/roundtrip/themes-1920x1280-bw.jpg
33
+ - url: /assets/images/modules/attics//themes-1920x1280-bw.jpg
34
34
  alt: Photo by Clem Onojeghuo on Unsplash
35
35
  badge:
36
36
  type: unsplash
@@ -60,10 +60,10 @@ resource_options:
60
60
  // Page content
61
61
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
62
  [role="dropcap"]
63
- Bootstrap themes for the J1 are based on the free and open-source CSS front-end
64
- framework of version V5. The Bootstrap themes feature enables the presentation
65
- of different versions of the same site using already prepared Bootstrap
66
- CSS templates.
63
+ Bootstrap styles for the J1 are based on the free and open-source CSS front-end
64
+ framework of version V5. The Bootstrap theme feature enables the presentation
65
+ of different versions of the same site using already prepared Bootstrap CSS
66
+ styles.
67
67
 
68
68
  link:{url-bs--home}[Bootstrap, {browser-window--new}] is an HTML, CSS and
69
69
  Javascripts Library that focuses on simplifying the development of modern web
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Icon Fonts
2
+ title: Icons
3
3
  tagline: Popular Icons Sets
4
4
  date: 2020-11-06 00:00:00
5
5
  description: >
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: Lunr Search
3
- tagline: QuickSearch For J1
2
+ title: Search
3
+ tagline: Lunr For J1
4
4
  date: 2020-11-08 00:00:00
5
5
  description: >
6
6
  The QuickSearch option for the J1 Theme is based on the
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Modal Extensions
2
+ title: Modals
3
3
  tagline: Improve Visitor Experience
4
4
  date: 2020-11-08 00:00:00
5
5
  description: >