insights4you-jekyll-theme 0.2.0 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b1fb0a09c09bea65e66d227a87d457a2c07a1992ecf990704baa0f2b3a72cc4
4
- data.tar.gz: d837a99c62fcfe008bea93d44cac410ddad97c901980f5a6503c257e1a4ab48c
3
+ metadata.gz: 8b7bba90c588be341fb084f58ad0e8b763747117cfc2d3feeec4d07b1faa0619
4
+ data.tar.gz: ea650f38c87131586c54a5735a23a9343b723fe309addaafbb5bedcb315f18a4
5
5
  SHA512:
6
- metadata.gz: 5d97e2a13ac71bc6bf9e2e3a63e17c2981cd52e2651ace5a17fc509c75e7765b81fac3478126ff7605f7111fe92ed2eca194b085b0e961b9c76b69b6204e616e
7
- data.tar.gz: f3e86d977c3b267eb161580660c0eed529c95a4a849b16f8028adb09171ac35900979a2b7377f8c3cf75691c8f0722ee2601477f73bc2119bc305ed5526ad2cd
6
+ metadata.gz: 10ebb07acf9603e3d24ba6bf258d397227c21ca7ca3189bbe1940c1b201da86aa6054e852ad72f3797a091d0ca3e4a93dbfb3a035b21ba606d36eeadaae5bb32
7
+ data.tar.gz: 87ebf9d496c038338f6ad40c9fcad7f50f0e07ee8bba7925da4c7a154a973485bb683cd7dc855414e46f1071414868dcda4ebb9b6345f4a177203046c748067c
data/README.md CHANGED
@@ -6,14 +6,13 @@
6
6
 
7
7
  A sleek and modern Jekyll theme inspired by the [Tabler Admin Dashboard](https://github.com/tabler). This theme offers a clean, professional, and responsive interface, making it ideal for developers, content creators, and businesses. Whether you're building documentation sites, admin panels, or project showcases, this theme provides a minimal-effort solution with customizable layouts and modern design elements.
8
8
 
9
- ![Theme Preview](https://via.placeholder.com/800x400?text=Insights4You+Theme+Preview)
9
+ ![Theme Preview](assets/images/preview-dark.png)
10
10
 
11
11
  [![last commit](https://img.shields.io/github/last-commit/marciopaiva/insights4you-jekyll-theme?logo=github)][repo] 
12
12
  [![gem build](https://github.com/marciopaiva/insights4you-jekyll-theme/actions/workflows/gem-build.yml/badge.svg)][build] 
13
13
  [![codacy badge](https://img.shields.io/codacy/grade/4e556876a3c54d5e8f2d2857c4f43894?logo=codacy)][codacy] 
14
14
  [![gem version](https://img.shields.io/gem/v/insights4you-jekyll-theme?&logo=rubygems&logocolor=ghostwhite&label=gem&color=orange)][gem] 
15
15
  [![downloads](https://img.shields.io/gem/dt/insights4you-jekyll-theme?logo=rubygems&color=blue)][gem] 
16
- [![ruby version](https://img.shields.io/badge/ruby-~%3E%203.1-red?logo=ruby)][gem]
17
16
  [![github license](https://img.shields.io/github/license/marciopaiva/insights4you-jekyll-theme?color=goldenrod)][license] 
18
17
  </div>
19
18
 
@@ -0,0 +1,32 @@
1
+ {
2
+ "400": {
3
+ "title": 400,
4
+ "description": "We are sorry but your request contains bad syntax and cannot be fulfilled"
5
+ },
6
+ "401": {
7
+ "title": 401,
8
+ "description": "We are sorry but you are not authorized to access this page"
9
+ },
10
+ "403": {
11
+ "title": 403,
12
+ "description": "We are sorry but you do not have permission to access this page"
13
+ },
14
+ "404": {
15
+ "illustration": "not-found.svg",
16
+ "title": 404,
17
+ "description": "We are sorry but the page you are looking for was not found"
18
+ },
19
+ "500": {
20
+ "title": 500,
21
+ "description": "We are sorry but our server encountered an internal error"
22
+ },
23
+ "503": {
24
+ "title": 503,
25
+ "description": "We are sorry but our service is currently not available"
26
+ },
27
+ "maintenance": {
28
+ "illustration": "computer-fix.svg",
29
+ "header": "Temporarily down for maintenance",
30
+ "description": "Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!"
31
+ }
32
+ }