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 +4 -4
- data/README.md +38 -5
- data/_data/i4y-errors.json +32 -0
- data/_data/i4y-icons.json +1 -0
- data/_data/i4y-illustrations.json +20 -0
- data/_data/i4y-social-media.yml +26 -0
- data/_data/notifications.yml +10 -0
- data/_includes/card/profile.html +42 -0
- data/_includes/footer.html +48 -48
- data/_includes/head.html +59 -0
- data/_includes/header-logo.html +91 -0
- data/_includes/header-navbar.html +59 -0
- data/_includes/header-svg.html +275 -0
- data/_includes/ui/button.html +30 -0
- data/_includes/ui/empty.html +23 -0
- data/_includes/ui/icon.html +33 -0
- data/_includes/ui/illustration.html +20 -0
- data/_layouts/default.html +19 -0
- data/_layouts/error.html +12 -0
- data/_layouts/home.html +19 -0
- data/_layouts/post.html +19 -0
- data/assets/css/theme.min.css +120 -2
- data/assets/images/android-chrome-192x192.png +0 -0
- data/assets/images/android-chrome-512x512.png +0 -0
- data/assets/images/apple-touch-icon.png +0 -0
- data/assets/images/favicon-16x16.png +0 -0
- data/assets/images/favicon-32x32.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/i4y-logo.jpg +0 -0
- data/assets/images/preview-dark.png +0 -0
- data/assets/images/site.webmanifest +1 -0
- data/assets/js/theme.js +186 -23
- metadata +99 -20
- data/_includes/header.html +0 -405
- data/_includes/sidebar.html +0 -24
- data/_layouts/base.html +0 -54
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b7bba90c588be341fb084f58ad0e8b763747117cfc2d3feeec4d07b1faa0619
|
4
|
+
data.tar.gz: ea650f38c87131586c54a5735a23a9343b723fe309addaafbb5bedcb315f18a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
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
|
-
|
10
|
-
|
11
|
-
[
|
10
|
+
|
11
|
+
[][repo]
|
12
|
+
[][build]
|
13
|
+
[][codacy]
|
14
|
+
[][gem]
|
15
|
+
[][gem]
|
16
|
+
[][license]
|
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
|
+
}
|