jekyll-bear-theme 0.1.6 → 0.2.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 +37 -1
- data/_config.yml +3 -2
- data/_data/life-in-weeks.yml +498 -0
- data/_includes/footer-post.html +2 -4
- data/_includes/footer.html +1 -4
- data/_includes/header.html +20 -12
- data/_layouts/life-in-weeks.html +86 -0
- data/assets/images/JBBlog.png +0 -0
- data/assets/images/JBHome.png +0 -0
- data/assets/images/JBLife.png +0 -0
- data/assets/images/JBLongForm.png +0 -0
- data/assets/images/JBPoetry.png +0 -0
- data/assets/style.css +374 -232
- metadata +35 -15
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-bear-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- knhash
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-07-16 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: jekyll
|
@@ -16,43 +15,59 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - "~>"
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: '4.
|
18
|
+
version: '4.4'
|
20
19
|
type: :runtime
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
23
|
- - "~>"
|
25
24
|
- !ruby/object:Gem::Version
|
26
|
-
version: '4.
|
25
|
+
version: '4.4'
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: webrick
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
30
29
|
requirements:
|
31
30
|
- - "~>"
|
32
31
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.
|
32
|
+
version: '1.9'
|
34
33
|
type: :runtime
|
35
34
|
prerelease: false
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
37
36
|
requirements:
|
38
37
|
- - "~>"
|
39
38
|
- !ruby/object:Gem::Version
|
40
|
-
version: 1.
|
39
|
+
version: '1.9'
|
41
40
|
- !ruby/object:Gem::Dependency
|
42
41
|
name: jekyll-redirect-from
|
43
42
|
requirement: !ruby/object:Gem::Requirement
|
44
43
|
requirements:
|
45
44
|
- - "~>"
|
46
45
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.16
|
46
|
+
version: '0.16'
|
48
47
|
type: :runtime
|
49
48
|
prerelease: false
|
50
49
|
version_requirements: !ruby/object:Gem::Requirement
|
51
50
|
requirements:
|
52
51
|
- - "~>"
|
53
52
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.16
|
55
|
-
|
53
|
+
version: '0.16'
|
54
|
+
- !ruby/object:Gem::Dependency
|
55
|
+
name: logger
|
56
|
+
requirement: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - "~>"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '1.7'
|
61
|
+
type: :runtime
|
62
|
+
prerelease: false
|
63
|
+
version_requirements: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - "~>"
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '1.7'
|
68
|
+
description: jekyllBear is a clean, minimal Jekyll theme focused on readability and
|
69
|
+
simplicity. Features include a responsive design, tag system, life tracking, and
|
70
|
+
a distraction-free reading experience inspired by Bear Blog.
|
56
71
|
email:
|
57
72
|
- mail@knhash.in
|
58
73
|
executables: []
|
@@ -62,6 +77,7 @@ files:
|
|
62
77
|
- LICENSE.txt
|
63
78
|
- README.md
|
64
79
|
- _config.yml
|
80
|
+
- _data/life-in-weeks.yml
|
65
81
|
- _includes/footer-post.html
|
66
82
|
- _includes/footer.html
|
67
83
|
- _includes/head.html
|
@@ -71,6 +87,7 @@ files:
|
|
71
87
|
- _layouts/compress.html
|
72
88
|
- _layouts/default.html
|
73
89
|
- _layouts/design-post.html
|
90
|
+
- _layouts/life-in-weeks.html
|
74
91
|
- _layouts/page.html
|
75
92
|
- _layouts/post.html
|
76
93
|
- _layouts/tagged.html
|
@@ -81,6 +98,7 @@ files:
|
|
81
98
|
- assets/favicon.ico
|
82
99
|
- assets/images/JBBlog.png
|
83
100
|
- assets/images/JBHome.png
|
101
|
+
- assets/images/JBLife.png
|
84
102
|
- assets/images/JBLongForm.png
|
85
103
|
- assets/images/JBPoetry.png
|
86
104
|
- assets/images/about.png
|
@@ -93,8 +111,11 @@ files:
|
|
93
111
|
homepage: https://knhash.in/jekyllBear
|
94
112
|
licenses:
|
95
113
|
- MIT
|
96
|
-
metadata:
|
97
|
-
|
114
|
+
metadata:
|
115
|
+
homepage_uri: https://knhash.in/jekyllBear
|
116
|
+
source_code_uri: https://github.com/knhash/jekyllBear
|
117
|
+
changelog_uri: https://github.com/knhash/jekyllBear/blob/master/README.md
|
118
|
+
bug_tracker_uri: https://github.com/knhash/jekyllBear/issues
|
98
119
|
rdoc_options: []
|
99
120
|
require_paths:
|
100
121
|
- lib
|
@@ -102,15 +123,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
102
123
|
requirements:
|
103
124
|
- - ">="
|
104
125
|
- !ruby/object:Gem::Version
|
105
|
-
version:
|
126
|
+
version: 2.7.0
|
106
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
107
128
|
requirements:
|
108
129
|
- - ">="
|
109
130
|
- !ruby/object:Gem::Version
|
110
131
|
version: '0'
|
111
132
|
requirements: []
|
112
|
-
rubygems_version: 3.
|
113
|
-
signing_key:
|
133
|
+
rubygems_version: 3.6.2
|
114
134
|
specification_version: 4
|
115
135
|
summary: A minimal, text focused blog theme inspired by Bear Blog
|
116
136
|
test_files: []
|