imdhemy-jekyll-theme 1.5.1 → 1.6.0
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 +2 -1
- metadata +17 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e197c5e061c4618d873ce41e27be4cd99bc02739cde544931002224705ca65ff
|
|
4
|
+
data.tar.gz: '01580c0b03af4a5baae5eddf89c3ee56c49e46d9a9db24b9f8417e4d6afdb213'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efaab2941f259884f0a1d9bfce30753aef0afdd91c7dc4a25dd52fba4a119c6947e64ae5146ad576a707b632d1c8467f4e505b5bbd561bab5c3ab21719eef607
|
|
7
|
+
data.tar.gz: 2fae98563161bb2cb0c43ae31020c8bccee9506694ccb5b861758e134e3fde10342da6c4bb7362d1cfce4d93f8817158ffa517ccc846ba3a1d8347b931ba9a62
|
data/README.md
CHANGED
|
@@ -11,6 +11,7 @@ The theme also ships with a reusable SEO foundation:
|
|
|
11
11
|
- canonical URLs
|
|
12
12
|
- layout-aware meta descriptions and social previews
|
|
13
13
|
- JSON-LD for home, posts, breadcrumbs, and collection pages
|
|
14
|
+
- sitemap support via `jekyll-sitemap`
|
|
14
15
|
- configurable robots and social image defaults
|
|
15
16
|
|
|
16
17
|
- [Documentation Home](./docs/README.md)
|
|
@@ -40,7 +41,7 @@ A complete runnable example is available in [`example/`](./example).
|
|
|
40
41
|
|
|
41
42
|
## Development
|
|
42
43
|
|
|
43
|
-
Use the local workflow documented in [Getting Started](./docs/getting-started.md#
|
|
44
|
+
Use the local workflow documented in [Getting Started](./docs/getting-started.md#7-local-development).
|
|
44
45
|
|
|
45
46
|
## License
|
|
46
47
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imdhemy-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mohamad Eldhemy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -66,6 +66,20 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '2.2'
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: jekyll-sitemap
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - "~>"
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '1.4'
|
|
76
|
+
type: :runtime
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - "~>"
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '1.4'
|
|
69
83
|
description:
|
|
70
84
|
email:
|
|
71
85
|
- imdhemy@gmail.com
|
|
@@ -145,5 +159,5 @@ requirements: []
|
|
|
145
159
|
rubygems_version: 3.5.11
|
|
146
160
|
signing_key:
|
|
147
161
|
specification_version: 4
|
|
148
|
-
summary:
|
|
162
|
+
summary: Jekyll blog theme with built-in SEO foundations.
|
|
149
163
|
test_files: []
|