j1-template 2023.0.8 → 2023.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  3. data/assets/data/banner.html +2 -2
  4. data/assets/error_pages/HTTP204.html +23 -4
  5. data/assets/error_pages/HTTP400.html +2 -2
  6. data/assets/error_pages/HTTP401.html +2 -2
  7. data/assets/error_pages/HTTP403.html +2 -2
  8. data/assets/error_pages/HTTP404.html +2 -2
  9. data/assets/error_pages/HTTP444.html +2 -2
  10. data/assets/error_pages/HTTP445.html +2 -2
  11. data/assets/error_pages/HTTP446.html +2 -2
  12. data/assets/error_pages/HTTP447.html +2 -2
  13. data/assets/error_pages/HTTP448.html +2 -2
  14. data/assets/error_pages/HTTP500.html +2 -2
  15. data/assets/error_pages/HTTP501.html +2 -2
  16. data/assets/error_pages/HTTP502.html +2 -2
  17. data/assets/error_pages/HTTP503.html +2 -2
  18. data/assets/themes/j1/adapter/js/attic.js +36 -4
  19. data/assets/themes/j1/adapter/js/j1.js +2565 -2577
  20. data/assets/themes/j1/adapter/js/masterslider.js +16 -15
  21. data/assets/themes/j1/adapter/js/scroller.js +12 -4
  22. data/assets/themes/j1/adapter/js/waves.js +15 -6
  23. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +26 -9
  24. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
  25. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +1 -1
  26. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  27. data/lib/j1/version.rb +1 -1
  28. data/lib/starter_web/Gemfile +1 -1
  29. data/lib/starter_web/README.md +5 -5
  30. data/lib/starter_web/_config.yml +1 -1
  31. data/lib/starter_web/_data/blocks/defaults/panel.yml +1 -1
  32. data/lib/starter_web/_data/blocks/footer.yml +19 -19
  33. data/lib/starter_web/_data/blocks/panel.yml +2 -2
  34. data/lib/starter_web/_data/j1_config.yml +2 -4
  35. data/lib/starter_web/_data/modules/attics.yml +8 -2
  36. data/lib/starter_web/_data/modules/defaults/attics.yml +18 -11
  37. data/lib/starter_web/_data/modules/defaults/waves.yml +1 -1
  38. data/lib/starter_web/_data/resources.yml +145 -146
  39. data/lib/starter_web/_data/templates/feed.xml +1 -1
  40. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  41. data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
  42. data/lib/starter_web/assets/images/modules/attics/themes-1920x1280-bw.jpg +0 -0
  43. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +2 -4
  44. data/lib/starter_web/collections/_biography/becoming.adoc +1 -3
  45. data/lib/starter_web/collections/_biography/born-to-run.adoc +1 -3
  46. data/lib/starter_web/collections/_biography/forty-autumns.adoc +1 -3
  47. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +1 -3
  48. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +1 -3
  49. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +1 -3
  50. data/lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc +8 -109
  51. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -2
  52. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +0 -2
  53. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +0 -2
  54. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +1 -6
  55. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +1 -6
  56. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +1 -6
  57. data/lib/starter_web/package.json +1 -1
  58. data/lib/starter_web/pages/public/about/features.adoc +0 -2
  59. data/lib/starter_web/pages/public/about/reporting_issues.adoc +0 -2
  60. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -4
  61. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -3
  62. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +2 -4
  63. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
  64. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  65. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  66. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  67. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  68. data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +1 -3
  69. data/lib/starter_web/pages/public/bookshelf/whats_up.adoc +1 -3
  70. data/lib/starter_web/pages/public/features/general.adoc +1 -4
  71. data/lib/starter_web/pages/public/features/template.adoc +1 -4
  72. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +1 -0
  73. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +1 -0
  74. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +1 -0
  75. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +1 -2
  76. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +1 -0
  77. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +1 -0
  78. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +1 -1
  79. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +1 -1
  80. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +1 -0
  81. data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -3
  82. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -2
  83. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -2
  84. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +0 -2
  85. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -2
  86. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -0
  87. data/lib/starter_web/pages/public/plans/plans.adoc +1 -0
  88. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +6 -6
  89. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  90. data/lib/starter_web/utilsrv/package.json +1 -1
  91. metadata +4 -3
  92. data/assets/data/panel.0.html +0 -1021
@@ -13,7 +13,7 @@ image:
13
13
  height: 1280
14
14
  alt: Photo by Sigmund on Unsplash
15
15
 
16
- #comments: false
16
+ #comments: false
17
17
  #personalization: false
18
18
  #exclude_from_search: false
19
19
  #series: false
@@ -28,10 +28,7 @@ resource_options:
28
28
  - toccer:
29
29
  collapseDepth: 3
30
30
  - attic:
31
- padding_top: 400
32
- padding_bottom: 50
33
- opacity: 0.5
34
- alignY: 0.3
31
+ padding_top: 550
35
32
  slides:
36
33
  - url: /assets/images/modules/attics/sigmund-1920x1280.jpg
37
34
  alt: Photo by Sigmund on Unsplash
@@ -73,109 +70,11 @@ excerpt__end
73
70
 
74
71
  // Include sub-documents (if any)
75
72
  // -----------------------------------------------------------------------------
73
+ [[readmore]]
74
+ == Headline 1
76
75
 
77
- // [role="mt-3 mb-5"]
78
- // image::{post-image}[{{page.title}}]
76
+ lorem:sentences[5]
79
77
 
80
- [[readmore]]
81
- == What is a static site?
82
-
83
- A static site serves the content straight to the user as it is stored on
84
- the server-side. To put it in another way, in opposition to WordPress
85
- which use a database to load dynamic content, a static site will display
86
- the same content to every user as it will directly load the HTML files
87
- on the server.
88
-
89
- A static site serves the content straight to the user as it is stored on
90
- the server-side. In opposition to WordPress, which uses a database to load
91
- dynamic content, a static site will display the same content to every user
92
- as it will directly load the HTML files on the server.
93
-
94
- In the last few years, static sites have greatly increased in popularity.
95
- This surge is primarily due to advances in developer tools (languages and
96
- libraries) and a stronger desire among businesses to optimize website
97
- performance beyond the limits of a database-driven site.
98
-
99
- === What's different?
100
-
101
- A dynamic website uses a database and PHP/MySQL to generate the content of
102
- a page when a user requests it. For example, building a website using
103
- WordPress CMS will result in having a dynamic Website.
104
-
105
- Static sites can be written almost exclusively in HTML and serve a fixed
106
- set of data that renders the same for every site visitor. Static sites use
107
- server-side rendering to serve pre-built HTML, CSS, and JavaScript files to
108
- a web browser. Dynamic sites operate in a completely different way by
109
- leveraging HTML and CSS as well as server-side scripting languages like PHP
110
- to build webpages on the fly and serve different content to each site
111
- visitor.
112
-
113
- === Why use a static site?
114
-
115
- What are the advantages of a static website over a dynamic site?
116
- You may be wondering *Why should I build a static site when I could do the
117
- same by using WordPress?*. Well, having a database implies a lot of downsides.
118
- Here come the main advantages of using a static site over a dynamic
119
- one.
120
-
121
- Performance::
122
- *The better performance and a crazy fast load time*.
123
- One of the main advantages of using a static site is the fact that
124
- it is crazy fast to load. Indeed, when the user requests a page, there is
125
- no need to request a database and various files to generate the
126
- page itself as all the content is already placed in a one and only file:
127
- an HTML one. That’s why by using a static site, you will get a boost in
128
- your loading time that will provide a great user experience for the
129
- internauts. Moreover, we know that more and more people are surfing the
130
- web using their smartphones with, sometimes, poor internet connections.
131
- That’s why having fast loading times will participate in making your
132
- website mobile-friendly.
133
-
134
- Security::
135
- *Having a static website: say goodbye to hacking and security issues*.
136
- Are you tired of getting WordPress notifications about security issues and
137
- updates every week? No worries, as a static site has no database, there are
138
- close to no hack possible compared to a WordPress website. Indeed, your
139
- site will have way fewer footprints and security issues since it will
140
- only load plain HTML and CSS files. The security gain in having a static
141
- website is one of the main reasons why many famous brands switch to a
142
- static site instead of having their website on Drupal or WordPress.
143
-
144
- Hosting::
145
- *Building a static site and hosting: you will save you money*.
146
- Using a static site, you will only have most of the time only HTML and CSS
147
- files to host. This kind of file is super light which also means that you
148
- will not need a powerhouse hosting to have a static site up and running.
149
- Moreover, if your traffic suddenly increases, your site will not go down,
150
- contrary to a dynamic site that should request the database each time
151
- for each user.
152
-
153
- Control::
154
- *You're the master*. You were using a CMS means, giving control over your
155
- site to others. Simple like this.
156
-
157
- == Why use a site generator?
158
-
159
- Working with pure HTML files is annoying; senseless today. Indeed, if you need
160
- to make a modification on your *self-managed* pages, you have to manually
161
- change every file. That's monkey's work from the early days of static websites.
162
- If your site comes with ten pages, it can be manageable but imagine if your
163
- site is providing 100+ pages or the blog planned for hundreds of articles?
164
-
165
- Using a static site generator will solve this issue as it separates the
166
- content and the Theme. To say it another way, by using a static site
167
- generator, you will only need to make the modification once, and the
168
- generator will apply it to all your pages.
169
-
170
- === Why Jekyll?
171
-
172
- As the popularity of static sites is growing, there are plenty of static
173
- site generators available on the market. The more famous is Jekyll,
174
- Middleman and Hugo. Each one has its own specificities and may suits you
175
- better depending on the programming languages you already are familiar with.
176
- Which static site generator should I use?
177
-
178
- When I decided to go for a blog based on a static web, I personally
179
- choose Jekyll as for me. It's a well-known static site generator, good support
180
- in case of trouble, and the software gets regularly updated. This website is
181
- powered by Jekyll. For good reasons.
78
+ === Headline 2
79
+
80
+ lorem:sentences[5]
@@ -19,8 +19,6 @@ resources: [ animate ]
19
19
  resource_options:
20
20
  - attic:
21
21
  padding_top: 600
22
- padding_bottom: 50
23
- opacity: 0.5
24
22
  slides:
25
23
  - url: /assets/images/modules/attics/cookies-1920x1200.jpg
26
24
  alt: Photo by Miroslava on Unsplash
@@ -19,8 +19,6 @@ resources: [ animate, lightbox ]
19
19
  resource_options:
20
20
  - attic:
21
21
  padding_top: 600
22
- padding_bottom: 50
23
- opacity: 0.5
24
22
  slides:
25
23
  - url: /assets/images/modules/attics/machine-generator-1920x1280.jpg
26
24
  alt: Photo by Isis Françal on Unsplash
@@ -21,8 +21,6 @@ resources: [ animate ]
21
21
  resource_options:
22
22
  - attic:
23
23
  padding_top: 600
24
- padding_bottom: 50
25
- opacity: 0.8
26
24
  slides:
27
25
  - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
28
26
  alt: Photo by Alex Holyoake on Unsplash
@@ -20,15 +20,10 @@ regenerate: false
20
20
 
21
21
  resources: [ animate ]
22
22
  resource_options:
23
-
24
23
  - toccer:
25
24
  collapseDepth: 3
26
-
27
25
  - attic:
28
- padding_top: 400
29
- padding_bottom: 50
30
- opacity: 0.5
31
-
26
+ padding_top: 600
32
27
  slides:
33
28
  - url: /assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg
34
29
  alt: Minnesota
@@ -20,15 +20,10 @@ regenerate: false
20
20
 
21
21
  resources: [ animate ]
22
22
  resource_options:
23
-
24
23
  - toccer:
25
24
  collapseDepth: 3
26
-
27
25
  - attic:
28
- padding_top: 400
29
- padding_bottom: 50
30
- opacity: 0.5
31
-
26
+ padding_top: 600
32
27
  slides:
33
28
  - url: /assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg
34
29
  alt: Narcisse Snake Pits
@@ -20,15 +20,10 @@ regenerate: false
20
20
 
21
21
  resources: [ animate ]
22
22
  resource_options:
23
-
24
23
  - toccer:
25
24
  collapseDepth: 3
26
-
27
25
  - attic:
28
- padding_top: 400
29
- padding_bottom: 50
30
- opacity: 0.5
31
-
26
+ padding_top: 600
32
27
  slides:
33
28
  - url: /assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg
34
29
  alt: Columbia River
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.0.8",
4
+ "version": "2023.0.10",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -33,8 +33,6 @@ resources: [ animate, lightbox ]
33
33
  resource_options:
34
34
  - attic:
35
35
  padding_top: 600
36
- padding_bottom: 50
37
- opacity: 0.5
38
36
  slides:
39
37
  - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
40
38
  alt: J1 Themes Mockup
@@ -31,8 +31,6 @@ resources: [ animate ]
31
31
  resource_options:
32
32
  - attic:
33
33
  padding_top: 600
34
- padding_bottom: 50
35
- opacity: 0.5
36
34
  slides:
37
35
  - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
38
36
  alt: J1 Themes Mockup
@@ -40,10 +40,7 @@ resource_options:
40
40
  - toccer:
41
41
  collapseDepth: 3
42
42
  - attic:
43
- padding_top: 400
44
- padding_bottom: 50
45
- opacity: 0.5
46
- alignY: 0.3
43
+ padding_top: 600
47
44
  slides:
48
45
  - url: /assets/images/modules/attics/sigmund-1920x1280.jpg
49
46
  alt: Photo by Sigmund on Unsplash
@@ -38,9 +38,7 @@ resource_options:
38
38
  - toccer:
39
39
  collapseDepth: 3
40
40
  - attic:
41
- padding_top: 400
42
- padding_bottom: 50
43
- opacity: 0.5
41
+ padding_top: 600
44
42
  slides:
45
43
  - url: /assets/images/modules/attics/sigmund-1920x1280.jpg
46
44
  alt: Photo by Sigmund on Unsplash
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Simple Document Skeleton
3
- tagline: Create Typical Articles
3
+ tagline: Create Typical Articles
4
4
  date: 2022-01-01 00:00:00
5
5
  description: >
6
6
  Simple documents are used quite often. If the number
@@ -37,9 +37,7 @@ resource_options:
37
37
  - toccer:
38
38
  collapseDepth: 3
39
39
  - attic:
40
- padding_top: 400
41
- padding_bottom: 50
42
- opacity: 0.5
40
+ padding_top: 600
43
41
  slides:
44
42
  - url: /assets/images/modules/attics/sigmund-1920x1280.jpg
45
43
  alt: Photo by Sigmund on Unsplash
@@ -40,7 +40,7 @@ resources: [ animate, scroller ]
40
40
  resource_options:
41
41
 
42
42
  - attic:
43
- alignY: top
43
+ padding_top: 600
44
44
  slides:
45
45
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
46
46
  alt: Photo by Matthaeus on Unsplash
@@ -39,7 +39,7 @@ resources: [ animate ]
39
39
  resource_options:
40
40
 
41
41
  - attic:
42
- alignY: top
42
+ padding_top: 600
43
43
  slides:
44
44
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
45
45
  alt: Photo by Matthaeus on Unsplash
@@ -40,7 +40,7 @@ resources: [ animate ]
40
40
  resource_options:
41
41
 
42
42
  - attic:
43
- alignY: top
43
+ padding_top: 600
44
44
  slides:
45
45
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
46
46
  alt: Photo by Matthaeus on Unsplash
@@ -40,7 +40,7 @@ resources: [ animate ]
40
40
  resource_options:
41
41
 
42
42
  - attic:
43
- alignY: top
43
+ padding_top: 600
44
44
  slides:
45
45
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
46
46
  alt: Photo by Matthaeus on Unsplash
@@ -46,7 +46,7 @@ regenerate: false
46
46
  resources: [ animate, scroller ]
47
47
  resource_options:
48
48
  - attic:
49
- alignY: top
49
+ padding_top: 600
50
50
  slides:
51
51
  - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
52
52
  alt: Photo by Matthaeus on Unsplash
@@ -19,9 +19,7 @@ regenerate: true
19
19
  resources: []
20
20
  resource_options:
21
21
  - attic:
22
- padding_top: 400
23
- padding_bottom: 50
24
- opacity: 0.5
22
+ padding_top: 600
25
23
  slides:
26
24
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
27
25
  alt: giammarco-boscaro-1920x1280
@@ -17,9 +17,7 @@ regenerate: false
17
17
 
18
18
  resource_options:
19
19
  - attic:
20
- padding_top: 400
21
- padding_bottom: 50
22
- opacity: 0.5
20
+ padding_top: 600
23
21
  slides:
24
22
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
25
23
  alt: giammarco-boscaro-1920x1280
@@ -39,10 +39,7 @@ resource_options:
39
39
  collapseDepth: 3
40
40
 
41
41
  - attic:
42
- padding_top: 400
43
- padding_bottom: 50
44
- opacity: 0.5
45
- alignY: top
42
+ padding_top: 600
46
43
  slides:
47
44
  - url: /assets/images/modules/attics/christina-1920x1280.jpg
48
45
  alt: Photo by Christina on Unsplash
@@ -44,10 +44,7 @@ resource_options:
44
44
  collapseDepth: 3
45
45
 
46
46
  - attic:
47
- padding_top: 400
48
- padding_bottom: 50
49
- opacity: 0.5
50
- alignY: top
47
+ padding_top: 600
51
48
  slides:
52
49
  - url: /assets/images/modules/attics/christina-1920x1280.jpg
53
50
  alt: Photo by Christina on Unsplash
@@ -26,6 +26,7 @@ regenerate: false
26
26
  resources: [ animate, clipboard, lightbox, iconify, rouge ]
27
27
  resource_options:
28
28
  - attic:
29
+ padding_top: 600
29
30
  slides:
30
31
  - url: /assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg
31
32
  alt: puzzle-1920x1280-bw
@@ -28,6 +28,7 @@ regenerate: true
28
28
  resources: [ animate, rouge, clipboard, lightbox ]
29
29
  resource_options:
30
30
  - attic:
31
+ padding_top: 600
31
32
  slides:
32
33
  - url: /assets/images/pages/roundtrip/themes-1920x1280-bw.jpg
33
34
  alt: Photo by Clem Onojeghuo on Unsplash
@@ -28,6 +28,7 @@ regenerate: false
28
28
  resources: [ animate, iconify ]
29
29
  resource_options:
30
30
  - attic:
31
+ padding_top: 600
31
32
  slides:
32
33
  - url: /assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg
33
34
  alt: Photo by Harpal Singh on Unsplash
@@ -34,8 +34,7 @@ resource_options:
34
34
  - toccer:
35
35
  collapseDepth: 3
36
36
  - attic:
37
- # alignY: 0.1
38
- # padding_top: 500
37
+ padding_top: 600
39
38
  slides:
40
39
  - url: /assets/images/modules/attics/lunr-1280x800.jpg
41
40
  alt: Lunr Search Engine
@@ -30,6 +30,7 @@ regenerate: false
30
30
  resources: [ animate ]
31
31
  resource_options:
32
32
  - attic:
33
+ padding_top: 600
33
34
  slides:
34
35
  - url: /assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg
35
36
  alt: Bootstrap Framework Logo
@@ -33,6 +33,7 @@ resources: [
33
33
  ]
34
34
  resource_options:
35
35
  - attic:
36
+ padding_top: 600
36
37
  slides:
37
38
  - url: /assets/images/modules/attics/1920x1280/quino-al-2.jpg
38
39
  alt: Photo by Quino Al Angel on Unsplash
@@ -35,7 +35,7 @@ resources: [
35
35
  ]
36
36
  resource_options:
37
37
  - attic:
38
-
38
+ padding_top: 600
39
39
  slides:
40
40
 
41
41
  # Broadway Underground - still image (animate default)
@@ -31,7 +31,7 @@ regenerate: true
31
31
  resources: [ animate, clipboard, lightbox, rouge ]
32
32
  resource_options:
33
33
  - attic:
34
- opacity: 0.7
34
+ padding_top: 600
35
35
  slides:
36
36
  - url: /assets/images/pages/roundtrip/tables-1920x1280-bw.jpg
37
37
  alt: Photo by Markus Spiske on Unsplash
@@ -27,6 +27,7 @@ regenerate: false
27
27
  resources: [ animate, clipboard, lightbox, rouge ]
28
28
  resource_options:
29
29
  - attic:
30
+ padding_top: 600
30
31
  opacity: 0.3
31
32
  preload: 0
32
33
  transitionDuration: fast
@@ -28,9 +28,7 @@ regenerate: false
28
28
  resources: [ animate, comments ]
29
29
  resource_options:
30
30
  - attic:
31
- padding_top: 400
32
- padding_bottom: 50
33
- opacity: 0.5
31
+ padding_top: 600
34
32
  slides:
35
33
  - url: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
36
34
  alt: Photo by Alexander Redl on Unsplash
@@ -35,8 +35,6 @@ resources: [ animate, clipboard, comments, rouge ]
35
35
  resource_options:
36
36
  - attic:
37
37
  padding_top: 600
38
- padding_bottom: 50
39
- opacity: 0.5
40
38
  slides:
41
39
  - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
42
40
  alt: J1 Themes Mockup
@@ -35,8 +35,6 @@ resources: [ animate ]
35
35
  resource_options:
36
36
  - attic:
37
37
  padding_top: 600
38
- padding_bottom: 50
39
- opacity: 0.5
40
38
  slides:
41
39
  - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
42
40
  alt: J1 Themes Mockup
@@ -34,8 +34,6 @@ resources: [ animate, clipboard, comments, rouge ]
34
34
  resource_options:
35
35
  - attic:
36
36
  padding_top: 600
37
- padding_bottom: 50
38
- opacity: 0.5
39
37
  slides:
40
38
  - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
41
39
  alt: J1 Themes Mockup
@@ -34,8 +34,6 @@ resources: [ animate, clipboard, comments, rouge ]
34
34
  resource_options:
35
35
  - attic:
36
36
  padding_top: 600
37
- padding_bottom: 50
38
- opacity: 0.5
39
37
  slides:
40
38
  - url: /assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
41
39
  alt: J1 Themes Mockup
@@ -36,6 +36,7 @@ resources: [
36
36
 
37
37
  resource_options:
38
38
  - attic:
39
+ padding_top: 600
39
40
  slides:
40
41
  - url: /assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
41
42
  alt: Photo by Alexander Andrews on Unsplash
@@ -34,6 +34,7 @@ regenerate: false
34
34
  resources: [ animate, clipboard, lightbox, rouge ]
35
35
  resource_options:
36
36
  - attic:
37
+ padding_top: 600
37
38
  slides:
38
39
  - url: /assets/images/modules/attics/gift-from-hand-1920x1280.jpg
39
40
  alt: Plan Details
@@ -12,7 +12,7 @@ categories: [ Previewer ]
12
12
  tags: [ Bootstrap, CSS, Theme ]
13
13
 
14
14
  image:
15
- path: /assets/images/pages/roundtrip/themes-1920x1280-bw.jpg
15
+ path: /assets/images/modules/attics/themes-1920x1280-bw.jpg
16
16
  width: 1920
17
17
  height: 1280
18
18
  alt: Photo by Clem Onojeghuo on Unsplash
@@ -29,8 +29,9 @@ resource_options:
29
29
  - toccer:
30
30
  collapseDepth: 3
31
31
  - attic:
32
+ padding_top: 600
32
33
  slides:
33
- - url: /assets/images/pages/roundtrip/themes-1920x1280-bw.jpg
34
+ - url: /assets/images/modules/attics/themes-1920x1280-bw.jpg
34
35
  alt: Photo by Clem Onojeghuo on Unsplash
35
36
  badge:
36
37
  type: unsplash
@@ -267,7 +268,7 @@ colors. Then, customize with `.bg-*` utilities.
267
268
  </li>
268
269
  <li class="nav-item dropdown">
269
270
  <a class="link-no-decoration nav-link dropdown-toggle" data-bs-toggle="dropdown"
270
- ref="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
271
+ href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
271
272
  <div class="dropdown-menu">
272
273
  <a class="link-no-decoration dropdown-item" href="#">Action</a>
273
274
  <a class="link-no-decoration dropdown-item" href="#">Another action</a>
@@ -1375,7 +1376,7 @@ link:{url-bs-docs--components-forms}[Bootstrap Docs {char-middot} Forms, {browse
1375
1376
  <div class="doc-example mb-3">
1376
1377
  <form>
1377
1378
  <div class="form-group">
1378
- <input type="email" class="form-control" id="exampleInputEmail1" autocomplete="none">
1379
+ <input type="email" class="form-control" id="exampleInputEmail1">
1379
1380
  <label for="exampleInputEmail1" class="bmd-label-floating">Email address</label>
1380
1381
  <!-- span class="form-clear d-none"><i class="mdi mdi-2x mdi-format-clear"></i></span-->
1381
1382
  <span class="bmd-help">We'll never share your email with anyone else.</span>
@@ -2556,7 +2557,6 @@ it (the backdrop).
2556
2557
  class="modal fade"
2557
2558
  tabindex="-1"
2558
2559
  role="dialog"
2559
- aria-labelledby="exampleStaticModalLabel" aria-hidden="true"
2560
2560
  data-keyboard="false"
2561
2561
  data-backdrop="static">
2562
2562
  <div class="modal-dialog">
@@ -2985,7 +2985,7 @@ endif::[]
2985
2985
 
2986
2986
  theme_slogans.UnoLight = 'A touch of light';
2987
2987
  theme_slogans.UnoDark = 'A night mode style';
2988
- theme_slogans.Bootstrap = 'Bootstrap V5 default theme';
2988
+ theme_slogans.Bootstrap = 'Bootstrap V5 default themeref="#"
2989
2989
  theme_slogans.Agency = 'A popular Bootstrap V5 theme from StartBootstrap';
2990
2990
 
2991
2991
  theme_slogans.Cerulean = 'A calm blue sky';
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.0.8",
4
+ "version": "2023.0.10",
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.0.8",
4
+ "version": "2023.0.10",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {