insights4you-jekyll-theme 0.1.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d0415748d22dacd4f5199419335aa1b7ee7200af2f830edd4b977cffcd2491b8
4
+ data.tar.gz: e0c264681a60d3cede7e351ca65e04a85e9440d1c2e310116b2806ee5a18c59e
5
+ SHA512:
6
+ metadata.gz: f82fb6a43394d5edbd5cd728c70feb7e253ae0c766a9837a87c924ad4176144f190ede139efb54b2ce132b1af50bab26bbd020c617970b2b330b0fe89db498f9
7
+ data.tar.gz: a43f3f5cbb2828a437e8dbbb138c1d3b0b621795b7280cb8a23d181f733e1e6aeea3e5eb38e75f43656a3a23de589fbbf0faf1bc1276f1e244d263f1e28c163c
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Marcio Paiva Barbosa
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 all
13
+ 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 THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,20 @@
1
+ <!-- markdownlint-disable-next-line -->
2
+ <div align='center'>
3
+
4
+ <!-- markdownlint-disable-next-line -->
5
+ # Insights4YOU Jekyll Theme
6
+
7
+ A sleek and modern Jekyll theme inspired by the [Tabler Admin Dashboard](https://github.com/tabler), designed to bring a clean, professional, and responsive interface to your Jekyll-powered websites and GitHub Pages. This theme is perfect for developers, content creators, or businesses looking to create documentation sites, admin panels, or project showcases with minimal effort.
8
+
9
+ [![GitHub license](https://img.shields.io/github/license/marciopaiva/insights4you-jekyll-theme?color=goldenrod)][license]&nbsp;
10
+ [![Codacy Badge](https://img.shields.io/codacy/grade/4e556876a3c54d5e8f2d2857c4f43894?logo=codacy)][codacy]&nbsp;
11
+ [![Gem Version](https://img.shields.io/gem/v/insights4you-jekyll-theme?&logo=RubyGems&logoColor=ghostwhite&label=gem&color=orange)][gem]&nbsp;
12
+ </div>
13
+
14
+ ## Features
15
+
16
+ - Dark and Light Themes.
17
+
18
+ [gem]: https://rubygems.org/gems/insights4you-jekyll-theme
19
+ [codacy]: https://app.codacy.com/gh/marciopaiva/insights4you-jekyll-theme/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
20
+ [license]: https://github.com/marciopaiva/insights4you-jekyll-theme/blob/master/LICENSE
@@ -0,0 +1,48 @@
1
+ <!-- BEGIN FOOTER -->
2
+ <footer class="footer footer-transparent d-print-none">
3
+ <div class="container-xl">
4
+ <div class="row text-center align-items-center flex-row-reverse">
5
+ <div class="col-lg-auto ms-lg-auto">
6
+ <ul class="list-inline list-inline-dots mb-0">
7
+ <li class="list-inline-item"><a href="https://tabler.io/docs" target="_blank" class="link-secondary" rel="noopener">Documentation</a></li>
8
+ <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
9
+ <li class="list-inline-item">
10
+ <a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a>
11
+ </li>
12
+ <li class="list-inline-item">
13
+ <a href="https://github.com/sponsors/codecalm" target="_blank" class="link-secondary" rel="noopener">
14
+ <!-- Download SVG icon from http://tabler.io/icons/icon/heart -->
15
+ <svg
16
+ xmlns="http://www.w3.org/2000/svg"
17
+ width="24"
18
+ height="24"
19
+ viewBox="0 0 24 24"
20
+ fill="none"
21
+ stroke="currentColor"
22
+ stroke-width="2"
23
+ stroke-linecap="round"
24
+ stroke-linejoin="round"
25
+ class="icon text-pink icon-inline icon-4"
26
+ >
27
+ <path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
28
+ </svg>
29
+ Sponsor
30
+ </a>
31
+ </li>
32
+ </ul>
33
+ </div>
34
+ <div class="col-12 col-lg-auto mt-3 mt-lg-0">
35
+ <ul class="list-inline list-inline-dots mb-0">
36
+ <li class="list-inline-item">
37
+ Copyright &copy; 2025
38
+ <a href="." class="link-secondary">Tabler</a>. All rights reserved.
39
+ </li>
40
+ <li class="list-inline-item">
41
+ <a href="./changelog.html" class="link-secondary" rel="noopener"> v1.1.1 </a>
42
+ </li>
43
+ </ul>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </footer>
48
+ <!-- END FOOTER -->
@@ -0,0 +1,405 @@
1
+ <!-- BEGIN NAVBAR -->
2
+ <header class="navbar navbar-expand-md d-print-none">
3
+ <div class="container-xl">
4
+ <!-- BEGIN NAVBAR TOGGLER -->
5
+ <button
6
+ class="navbar-toggler"
7
+ type="button"
8
+ data-bs-toggle="collapse"
9
+ data-bs-target="#navbar-menu"
10
+ aria-controls="navbar-menu"
11
+ aria-expanded="false"
12
+ aria-label="Toggle navigation"
13
+ >
14
+ <span class="navbar-toggler-icon"></span>
15
+ </button>
16
+ <!-- END NAVBAR TOGGLER -->
17
+ <!-- BEGIN NAVBAR LOGO -->
18
+ <div
19
+ class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3"
20
+ >
21
+ <a href=".">
22
+ <svg
23
+ xmlns="http://www.w3.org/2000/svg"
24
+ xmlns:xlink="http://www.w3.org/1999/xlink"
25
+ version="1.1"
26
+ id="Layer_1"
27
+ viewBox="0 0 2512 512"
28
+ width="200"
29
+ height="50"
30
+ xml:space="preserve"
31
+ >
32
+ <rect
33
+ x="153.607"
34
+ y="155.37"
35
+ style="fill: #78c3e0"
36
+ width="201.275"
37
+ height="201.275"
38
+ />
39
+ <g>
40
+ <path
41
+ style="fill: #1e7eeb"
42
+ d="M354.876,371.827H153.604c-8.388,0-15.191-6.802-15.191-15.191V155.364 c0-8.388,6.802-15.191,15.191-15.191h201.272c8.388,0,15.191,6.802,15.191,15.191v201.272 C370.067,365.026,363.266,371.827,354.876,371.827z M168.795,341.445h170.891V170.555H168.795V341.445z"
43
+ />
44
+ <path
45
+ style="fill: #238fb9"
46
+ d="M421.337,407.906H102.334V104.094h72.915c2.576,0,4.999-0.647,7.124-1.777 c6.646-1.621,11.584-7.598,11.584-14.742V16.95c0-8.388-6.802-15.191-15.191-15.191c-8.388,0-15.191,6.802-15.191,15.191v56.763 H87.144c-8.388,0-15.191,6.802-15.191,15.191v72.915H15.191C6.802,161.818,0,168.621,0,177.009S6.802,192.2,15.191,192.2h56.763 v48.61H45.591c-8.388,0-15.191,6.802-15.191,15.191s6.802,15.191,15.191,15.191h26.362v48.61H15.191 C6.802,319.8,0,326.603,0,334.991s6.802,15.191,15.191,15.191h56.763v72.915c0,8.388,6.802,15.191,15.191,15.191h72.915v56.763 c0,8.388,6.802,15.191,15.191,15.191c8.388,0,15.191-6.802,15.191-15.191v-56.763h48.61v26.362c0,8.388,6.802,15.191,15.191,15.191 c8.388,0,15.191-6.802,15.191-15.191v-26.362h48.61v56.763c0,8.388,6.802,15.191,15.191,15.191s15.191-6.802,15.191-15.191v-56.763 h72.915c8.388,0,15.191-6.802,15.191-15.191S429.726,407.906,421.337,407.906z"
47
+ />
48
+ <path
49
+ style="fill: #d63939"
50
+ d="M496.809,319.8h-56.763v-48.61h26.362c8.388,0,15.191-6.802,15.191-15.191 s-6.802-15.191-15.191-15.191h-26.362V192.2h56.763c8.388,0,15.191-6.802,15.191-15.191c0-8.388-6.802-15.191-15.191-15.191 h-56.763V88.904c0-8.388-6.802-15.191-15.191-15.191h-72.915V16.95c0-8.388-6.802-15.191-15.191-15.191S321.56,8.562,321.56,16.95 v56.763h-48.61V47.351c0-8.388-6.802-15.191-15.191-15.191s-15.191,6.802-15.191,15.191v40.223c0,0.225,0.024,0.444,0.033,0.665 c-0.009,0.222-0.033,0.441-0.033,0.665c0,8.388,6.802,15.191,15.191,15.191h151.906v223.285c-1.429,2.241-2.189,4.835-2.189,7.612 c0,8.388,6.802,15.191,15.191,15.191h70.624c8.388,0,15.191-6.802,15.191-15.191S501.68,319.8,496.809,319.8z"
51
+ />
52
+ </g>
53
+ <!-- Texto "Insights4YOU" -->
54
+ <text
55
+ x="-300"
56
+ y="330"
57
+ font-family="Nova Square, sans-serif"
58
+ font-size="190"
59
+ font-weight="bold"
60
+ fill="#1e7eeb"
61
+ >
62
+ {{ site.title }}
63
+ </text>
64
+ </svg>
65
+ </a>
66
+ </div>
67
+ <!-- END NAVBAR LOGO -->
68
+ <div class="navbar-nav flex-row order-md-last">
69
+ <div class="nav-item d-none d-md-flex me-3">
70
+ <div class="btn-list">
71
+ <a
72
+ href="https://github.com/tabler/tabler"
73
+ class="btn btn-5"
74
+ target="_blank"
75
+ rel="noreferrer"
76
+ >
77
+ <svg
78
+ xmlns="http://www.w3.org/2000/svg"
79
+ width="24"
80
+ height="24"
81
+ viewBox="0 0 24 24"
82
+ fill="none"
83
+ stroke="currentColor"
84
+ stroke-width="2"
85
+ stroke-linecap="round"
86
+ stroke-linejoin="round"
87
+ class="icon icon-tabler icons-tabler-outline icon-tabler-brand-github"
88
+ >
89
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
90
+ <path
91
+ d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5"
92
+ />
93
+ </svg>
94
+ Source code
95
+ </a>
96
+ </div>
97
+ </div>
98
+ <div class="d-none d-md-flex">
99
+ <div class="nav-item">
100
+ <a
101
+ href="?theme=dark"
102
+ class="nav-link px-0 hide-theme-dark"
103
+ title="Enable Dark Mode"
104
+ data-bs-toggle="tooltip"
105
+ data-bs-placement="bottom"
106
+ >
107
+ <!-- Download SVG icon from http://tabler.io/icons/icon/moon -->
108
+ <svg
109
+ xmlns="http://www.w3.org/2000/svg"
110
+ width="24"
111
+ height="24"
112
+ viewBox="0 0 24 24"
113
+ fill="none"
114
+ stroke="currentColor"
115
+ stroke-width="2"
116
+ stroke-linecap="round"
117
+ stroke-linejoin="round"
118
+ class="icon icon-1"
119
+ >
120
+ <path
121
+ d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"
122
+ />
123
+ </svg>
124
+ </a>
125
+ <a
126
+ href="?theme=light"
127
+ class="nav-link px-0 hide-theme-light"
128
+ title="Enable Light Mode"
129
+ data-bs-toggle="tooltip"
130
+ data-bs-placement="bottom"
131
+ >
132
+ <!-- Download SVG icon from http://tabler.io/icons/icon/sun -->
133
+ <svg
134
+ xmlns="http://www.w3.org/2000/svg"
135
+ width="24"
136
+ height="24"
137
+ viewBox="0 0 24 24"
138
+ fill="none"
139
+ stroke="currentColor"
140
+ stroke-width="2"
141
+ stroke-linecap="round"
142
+ stroke-linejoin="round"
143
+ class="icon icon-1"
144
+ >
145
+ <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />
146
+ <path
147
+ d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7"
148
+ />
149
+ </svg>
150
+ </a>
151
+ </div>
152
+ <div class="nav-item dropdown d-none d-md-flex me-3">
153
+ <a
154
+ href="#"
155
+ class="nav-link px-0"
156
+ data-bs-toggle="dropdown"
157
+ tabindex="-1"
158
+ aria-label="Show Notifications"
159
+ >
160
+ <!-- Download SVG icon from http://tabler.io/icons/icon/bell -->
161
+ <svg
162
+ xmlns="http://www.w3.org/2000/svg"
163
+ width="24"
164
+ height="24"
165
+ viewBox="0 0 24 24"
166
+ fill="none"
167
+ stroke="currentColor"
168
+ stroke-width="2"
169
+ stroke-linecap="round"
170
+ stroke-linejoin="round"
171
+ class="icon icon-1"
172
+ >
173
+ <path
174
+ d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6"
175
+ />
176
+ <path d="M9 17v1a3 3 0 0 0 6 0v-1" />
177
+ </svg>
178
+ <span class="badge bg-red"></span>
179
+ </a>
180
+ <div
181
+ class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card"
182
+ >
183
+ <div class="card">
184
+ <div class="card-header">
185
+ <h3 class="card-title">Last updates</h3>
186
+ </div>
187
+ <div class="list-group list-group-flush list-group-hoverable">
188
+ <div class="list-group-item">
189
+ <div class="row align-items-center">
190
+ <div class="col-auto">
191
+ <span
192
+ class="status-dot status-dot-animated bg-red d-block"
193
+ ></span>
194
+ </div>
195
+ <div class="col text-truncate">
196
+ <a href="#" class="text-body d-block">Example 1</a>
197
+ <div class="d-block text-secondary text-truncate mt-n1">
198
+ Change deprecated html tags to text decoration classes
199
+ (#29604)
200
+ </div>
201
+ </div>
202
+ <div class="col-auto">
203
+ <a href="#" class="list-group-item-actions">
204
+ <!-- Download SVG icon from http://tabler.io/icons/icon/star -->
205
+ <svg
206
+ xmlns="http://www.w3.org/2000/svg"
207
+ width="24"
208
+ height="24"
209
+ viewBox="0 0 24 24"
210
+ fill="none"
211
+ stroke="currentColor"
212
+ stroke-width="2"
213
+ stroke-linecap="round"
214
+ stroke-linejoin="round"
215
+ class="icon text-muted icon-2"
216
+ >
217
+ <path
218
+ d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"
219
+ />
220
+ </svg>
221
+ </a>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ <div class="list-group-item">
226
+ <div class="row align-items-center">
227
+ <div class="col-auto">
228
+ <span class="status-dot d-block"></span>
229
+ </div>
230
+ <div class="col text-truncate">
231
+ <a href="#" class="text-body d-block">Example 2</a>
232
+ <div class="d-block text-secondary text-truncate mt-n1">
233
+ justify-content:between ⇒ justify-content:space-between
234
+ (#29734)
235
+ </div>
236
+ </div>
237
+ <div class="col-auto">
238
+ <a href="#" class="list-group-item-actions show">
239
+ <!-- Download SVG icon from http://tabler.io/icons/icon/star -->
240
+ <svg
241
+ xmlns="http://www.w3.org/2000/svg"
242
+ width="24"
243
+ height="24"
244
+ viewBox="0 0 24 24"
245
+ fill="none"
246
+ stroke="currentColor"
247
+ stroke-width="2"
248
+ stroke-linecap="round"
249
+ stroke-linejoin="round"
250
+ class="icon text-yellow icon-2"
251
+ >
252
+ <path
253
+ d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"
254
+ />
255
+ </svg>
256
+ </a>
257
+ </div>
258
+ </div>
259
+ </div>
260
+ <div class="list-group-item">
261
+ <div class="row align-items-center">
262
+ <div class="col-auto">
263
+ <span class="status-dot d-block"></span>
264
+ </div>
265
+ <div class="col text-truncate">
266
+ <a href="#" class="text-body d-block">Example 3</a>
267
+ <div class="d-block text-secondary text-truncate mt-n1">
268
+ Update change-version.js (#29736)
269
+ </div>
270
+ </div>
271
+ <div class="col-auto">
272
+ <a href="#" class="list-group-item-actions">
273
+ <!-- Download SVG icon from http://tabler.io/icons/icon/star -->
274
+ <svg
275
+ xmlns="http://www.w3.org/2000/svg"
276
+ width="24"
277
+ height="24"
278
+ viewBox="0 0 24 24"
279
+ fill="none"
280
+ stroke="currentColor"
281
+ stroke-width="2"
282
+ stroke-linecap="round"
283
+ stroke-linejoin="round"
284
+ class="icon text-muted icon-2"
285
+ >
286
+ <path
287
+ d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"
288
+ />
289
+ </svg>
290
+ </a>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ <div class="list-group-item">
295
+ <div class="row align-items-center">
296
+ <div class="col-auto">
297
+ <span
298
+ class="status-dot status-dot-animated bg-green d-block"
299
+ ></span>
300
+ </div>
301
+ <div class="col text-truncate">
302
+ <a href="#" class="text-body d-block">Example 4</a>
303
+ <div class="d-block text-secondary text-truncate mt-n1">
304
+ Regenerate package-lock.json (#29730)
305
+ </div>
306
+ </div>
307
+ <div class="col-auto">
308
+ <a href="#" class="list-group-item-actions">
309
+ <!-- Download SVG icon from http://tabler.io/icons/icon/star -->
310
+ <svg
311
+ xmlns="http://www.w3.org/2000/svg"
312
+ width="24"
313
+ height="24"
314
+ viewBox="0 0 24 24"
315
+ fill="none"
316
+ stroke="currentColor"
317
+ stroke-width="2"
318
+ stroke-linecap="round"
319
+ stroke-linejoin="round"
320
+ class="icon text-muted icon-2"
321
+ >
322
+ <path
323
+ d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"
324
+ />
325
+ </svg>
326
+ </a>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ </header>
338
+ <header class="navbar-expand-md">
339
+ <div class="collapse navbar-collapse" id="navbar-menu">
340
+ <div class="navbar">
341
+ <div class="container-xl">
342
+ <div class="row flex-fill align-items-center">
343
+ <div class="col">
344
+ <!-- BEGIN NAVBAR MENU -->
345
+ <ul class="navbar-nav page-center">
346
+ <li class="nav-item active">
347
+ <a class="nav-link" href="./">
348
+ <span class="nav-link-icon d-md-none d-lg-inline-block">
349
+ <!-- Download SVG icon from http://tabler.io/icons/icon/home -->
350
+ <svg
351
+ xmlns="http://www.w3.org/2000/svg"
352
+ width="24"
353
+ height="24"
354
+ viewBox="0 0 24 24"
355
+ fill="none"
356
+ stroke="currentColor"
357
+ stroke-width="2"
358
+ stroke-linecap="round"
359
+ stroke-linejoin="round"
360
+ class="icon icon-1"
361
+ >
362
+ <path d="M5 12l-2 0l9 -9l9 9l-2 0" />
363
+ <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" />
364
+ <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" />
365
+ </svg>
366
+ </span>
367
+ <span class="nav-link-title"> Home </span>
368
+ </a>
369
+ </li>
370
+ <li class="nav-item">
371
+ <a class="nav-link" href="./">
372
+ <span class="nav-link-icon d-md-none d-lg-inline-block">
373
+ <svg
374
+ xmlns="http://www.w3.org/2000/svg"
375
+ width="24"
376
+ height="24"
377
+ viewBox="0 0 24 24"
378
+ fill="none"
379
+ stroke="currentColor"
380
+ stroke-width="2"
381
+ stroke-linecap="round"
382
+ stroke-linejoin="round"
383
+ class="icon icon-tabler icons-tabler-outline icon-tabler-shield-heart"
384
+ >
385
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
386
+ <path
387
+ d="M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12.01 12.01 0 0 1 .378 5"
388
+ />
389
+ <path
390
+ d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z"
391
+ />
392
+ </svg>
393
+ </span>
394
+ <span class="nav-link-title"> Projetos </span>
395
+ </a>
396
+ </li>
397
+ </ul>
398
+ <!-- END NAVBAR MENU -->
399
+ </div>
400
+ </div>
401
+ </div>
402
+ </div>
403
+ </div>
404
+ </header>
405
+ <!-- END NAVBAR -->
@@ -0,0 +1,24 @@
1
+ <nav class="navbar navbar-vertical navbar-expand-lg">
2
+ <div class="collapse navbar-collapse" id="sidebar-menu">
3
+ <ul class="navbar-nav">
4
+ <li class="nav-item">
5
+ <a class="nav-link" href="{{ '/' | relative_url }}">
6
+ <span class="nav-link-icon"><i class="ti ti-dashboard"></i></span>
7
+ <span class="nav-link-title">Dashboard</span>
8
+ </a>
9
+ </li>
10
+ <li class="nav-item">
11
+ <a class="nav-link" href="#">
12
+ <span class="nav-link-icon"><i class="ti ti-settings"></i></span>
13
+ <span class="nav-link-title">Settings</span>
14
+ </a>
15
+ </li>
16
+ <li class="nav-item">
17
+ <a class="nav-link" href="#">
18
+ <span class="nav-link-icon"><i class="ti ti-user"></i></span>
19
+ <span class="nav-link-title">Profile</span>
20
+ </a>
21
+ </li>
22
+ </ul>
23
+ </div>
24
+ </nav>
@@ -0,0 +1,54 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
+ <title>{{ page.title }} | {{ site.title }}</title>
8
+
9
+ <!-- Tabler CSS -->
10
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler.min.css">
11
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler-flags.min.css">
12
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler-payments.min.css">
13
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler-social.min.css">
14
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler-vendors.min.css">
15
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.31.0/dist/tabler-icons.min.css">
16
+
17
+ <!-- Custom Theme CSS -->
18
+ <link rel="stylesheet" href="{{ '/assets/css/theme.min.css' | relative_url }}">
19
+
20
+ <!-- Google Fonts -->
21
+ <link rel="preconnect" href="https://fonts.googleapis.com">
22
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
23
+ <link href="https://fonts.googleapis.com/css2?family=Akronim&family=DynaPuff:wght@400..700&family=Nova+Square&family=Syne+Mono&display=swap" rel="stylesheet">
24
+
25
+ <!-- Inline Styles -->
26
+ <style>
27
+ :root {
28
+ --tblr-font-sans-serif: "DynaPuff";
29
+ }
30
+ </style>
31
+ </head>
32
+ <body>
33
+ <!-- Header Include -->
34
+ {% include header.html %}
35
+
36
+ <!-- Page Wrapper -->
37
+ <div class="page-wrapper">
38
+ <div class="page-body">
39
+ <main class="container-xl">
40
+ {{ content }}
41
+ </main>
42
+ </div>
43
+ </div>
44
+
45
+ <!-- Footer Include -->
46
+ {% include footer.html %}
47
+
48
+ <!-- Tabler JS -->
49
+ <script src="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/js/tabler.min.js"></script>
50
+
51
+ <!-- Custom Theme JS -->
52
+ <script src="{{ '/assets/js/theme.js' | relative_url }}"></script>
53
+ </body>
54
+ </html>
@@ -0,0 +1,2 @@
1
+ .highlight pre,pre.highlight{max-height:30rem;margin:1.5rem 0;overflow:auto;border-radius:var(--tblr-border-radius)}.highlight{margin:0}.highlight code>*{margin:0!important;padding:0!important}.highlight .c,.highlight .c1{color:#a0aec0}.highlight .nc,.highlight .nt,.highlight .nx{color:#ff8383}.highlight .na,.highlight .p{color:#ffe484}.highlight .dl,.highlight .s,.highlight .s2{color:#b5f4a5}.highlight .k{color:#93ddfd}.highlight .mi,.highlight .s1{color:#d9a9ff}.card-sponsor{background:var(--tblr-primary-lt) no-repeat center/100% 100%;border-color:var(--tblr-primary);min-height:316px}.dropdown-menu-demo{display:inline-block;width:100%;position:relative;top:0;margin-bottom:1rem!important}.demo-icon-preview{position:sticky;top:0}.demo-icon-preview i,.demo-icon-preview svg{width:15rem;height:15rem;font-size:15rem;stroke-width:1.5;margin:0 auto;display:block}.demo-icon-preview-icon pre{margin:0;user-select:all}.demo-dividers>p{opacity:.2;user-select:none}.demo-icons-list{display:flex;flex-wrap:wrap;padding:0;margin:0 -2px -1px 0;list-style:none}.demo-icons-list>*{flex:1 0 4rem}.demo-icons-list-wrap{overflow:hidden}.demo-icons-list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;text-align:center;padding:.5rem;border-right:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);border-bottom:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);color:inherit;cursor:pointer}.demo-icons-list-item .icon{width:1.5rem;height:1.5rem;font-size:1.5rem}.demo-icons-list-item:hover{text-decoration:none}
2
+ /*# sourceMappingURL=theme.min.css.map */
@@ -0,0 +1,31 @@
1
+ /**
2
+ * demo-theme is specifically loaded right after the body and not deferred
3
+ * to ensure we switch to the chosen dark/light theme as fast as possible.
4
+ * This will prevent any flashes of the light theme (default) before switching.
5
+ */
6
+
7
+ const THEME_STORAGE_KEY = "tablerTheme";
8
+ const defaultTheme = "light";
9
+ let selectedTheme;
10
+
11
+ // https://stackoverflow.com/a/901144
12
+ // Create a Proxy for URLSearchParams to simplify access to query parameters.
13
+ // This allows us to use `params.key` instead of `params.get('key')`.
14
+ const params = new Proxy(new URLSearchParams(window.location.search), {
15
+ get: (searchParams, prop) => searchParams.get(prop)
16
+ });
17
+
18
+ if (params.theme) {
19
+ localStorage.setItem(THEME_STORAGE_KEY, params.theme);
20
+ selectedTheme = params.theme;
21
+ } else {
22
+ const storedTheme = localStorage.getItem(THEME_STORAGE_KEY);
23
+ selectedTheme = storedTheme || defaultTheme;
24
+ }
25
+
26
+ // Apply the selected theme to the document body
27
+ if (selectedTheme === "dark") {
28
+ document.body.setAttribute("data-bs-theme", "dark");
29
+ } else if (selectedTheme === "light") {
30
+ document.body.setAttribute("data-bs-theme", "light");
31
+ }
metadata ADDED
@@ -0,0 +1,107 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: insights4you-jekyll-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Marcio Paiva Barbosa
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-03-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '3.9'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '3.9'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: jekyll-seo-tag
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.8'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '2.8'
47
+ - !ruby/object:Gem::Dependency
48
+ name: bundler
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '2.4'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '2.4'
61
+ description: A professional and responsive Jekyll theme designed for documentation
62
+ sites, admin panels, and project showcases. It includes customizable layouts, modern
63
+ design elements, and support for responsive design to ensure compatibility across
64
+ devices.
65
+ email:
66
+ - mpaivabarbosa@gmail.com
67
+ executables: []
68
+ extensions: []
69
+ extra_rdoc_files: []
70
+ files:
71
+ - LICENSE
72
+ - README.md
73
+ - _includes/footer.html
74
+ - _includes/header.html
75
+ - _includes/sidebar.html
76
+ - _layouts/base.html
77
+ - assets/css/theme.min.css
78
+ - assets/js/theme.js
79
+ homepage: https://github.com/marciopaiva/insights4you-jekyll-theme
80
+ licenses:
81
+ - MIT
82
+ metadata:
83
+ bug_tracker_uri: https://github.com/marciopaiva/insights4you-jekyll-theme/issues
84
+ documentation_uri: https://github.com/marciopaiva/insights4you-jekyll-theme/#readme
85
+ source_code_uri: https://github.com/marciopaiva/insights4you-jekyll-theme
86
+ wiki_uri: https://github.com/marciopaiva/insights4you-jekyll-theme/wiki
87
+ plugin_type: theme
88
+ post_install_message:
89
+ rdoc_options: []
90
+ require_paths:
91
+ - lib
92
+ required_ruby_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '3.1'
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ requirements: []
103
+ rubygems_version: 3.3.26
104
+ signing_key:
105
+ specification_version: 4
106
+ summary: A sleek and modern Jekyll theme inspired by the Tabler Admin Dashboard.
107
+ test_files: []