insights4you-jekyll-theme 0.1.1 β†’ 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: d0415748d22dacd4f5199419335aa1b7ee7200af2f830edd4b977cffcd2491b8
4
- data.tar.gz: e0c264681a60d3cede7e351ca65e04a85e9440d1c2e310116b2806ee5a18c59e
3
+ metadata.gz: 8b7bba90c588be341fb084f58ad0e8b763747117cfc2d3feeec4d07b1faa0619
4
+ data.tar.gz: ea650f38c87131586c54a5735a23a9343b723fe309addaafbb5bedcb315f18a4
5
5
  SHA512:
6
- metadata.gz: f82fb6a43394d5edbd5cd728c70feb7e253ae0c766a9837a87c924ad4176144f190ede139efb54b2ce132b1af50bab26bbd020c617970b2b330b0fe89db498f9
7
- data.tar.gz: a43f3f5cbb2828a437e8dbbb138c1d3b0b621795b7280cb8a23d181f733e1e6aeea3e5eb38e75f43656a3a23de589fbbf0faf1bc1276f1e244d263f1e28c163c
6
+ metadata.gz: 10ebb07acf9603e3d24ba6bf258d397227c21ca7ca3189bbe1940c1b201da86aa6054e852ad72f3797a091d0ca3e4a93dbfb3a035b21ba606d36eeadaae5bb32
7
+ data.tar.gz: 87ebf9d496c038338f6ad40c9fcad7f50f0e07ee8bba7925da4c7a154a973485bb683cd7dc855414e46f1071414868dcda4ebb9b6345f4a177203046c748067c
data/README.md CHANGED
@@ -4,17 +4,50 @@
4
4
  <!-- markdownlint-disable-next-line -->
5
5
  # Insights4YOU Jekyll Theme
6
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.
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
- [![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;
9
+ ![Theme Preview](assets/images/preview-dark.png)
10
+
11
+ [![last commit](https://img.shields.io/github/last-commit/marciopaiva/insights4you-jekyll-theme?logo=github)][repo]&nbsp;
12
+ [![gem build](https://github.com/marciopaiva/insights4you-jekyll-theme/actions/workflows/gem-build.yml/badge.svg)][build]&nbsp;
13
+ [![codacy badge](https://img.shields.io/codacy/grade/4e556876a3c54d5e8f2d2857c4f43894?logo=codacy)][codacy]&nbsp;
14
+ [![gem version](https://img.shields.io/gem/v/insights4you-jekyll-theme?&logo=rubygems&logocolor=ghostwhite&label=gem&color=orange)][gem]&nbsp;
15
+ [![downloads](https://img.shields.io/gem/dt/insights4you-jekyll-theme?logo=rubygems&color=blue)][gem]&nbsp;
16
+ [![github license](https://img.shields.io/github/license/marciopaiva/insights4you-jekyll-theme?color=goldenrod)][license]&nbsp;
12
17
  </div>
13
18
 
14
19
  ## Features
15
20
 
16
- - Dark and Light Themes.
21
+ - πŸŒ™ **Dark and Light Themes**: Switch between dark and light modes for a personalized experience.
22
+ - πŸ“± **Responsive Design**: Fully optimized for mobile, tablet, and desktop devices.
23
+ - πŸ”§ **Customizable Layouts**: Easily modify layouts to suit your needs.
24
+ - πŸš€ **SEO Optimized**: Built-in support for Jekyll SEO tags to improve search engine visibility.
25
+ - πŸ“¦ **Gem-Based Installation**: Simple installation via RubyGems.
26
+ - πŸ“ **Markdown Support**: Write content using Markdown for simplicity and flexibility.
27
+ - 🎨 **Modern Design**: Inspired by the Tabler Admin Dashboard for a sleek and professional look.
28
+ - πŸ“Š **Analytics Ready**: Add analytics scripts easily for tracking user interactions.
29
+
30
+ ## Example Site
31
+
32
+ To see the theme in action, check out the included example site:
33
+
34
+ ```bash
35
+ # Clone the repository
36
+ git clone https://github.com/marciopaiva/insights4you-jekyll-theme.git
37
+
38
+ # Navigate to example directory
39
+ cd insights4you-jekyll-theme/example-site
40
+
41
+ # Install dependencies
42
+ bundle install
43
+
44
+ # Serve the site locally
45
+ bundle exec jekyll serve
46
+ ```
17
47
 
18
48
  [gem]: https://rubygems.org/gems/insights4you-jekyll-theme
19
49
  [codacy]: https://app.codacy.com/gh/marciopaiva/insights4you-jekyll-theme/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
20
50
  [license]: https://github.com/marciopaiva/insights4you-jekyll-theme/blob/master/LICENSE
51
+ [build]: https://github.com/marciopaiva/insights4you-jekyll-theme/actions/workflows/gem-build.yml
52
+ [repo]: https://github.com/marciopaiva/insights4you-jekyll-theme
53
+ [issues]: https://github.com/marciopaiva/insights4you-jekyll-theme/issues
@@ -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
+ }