jekyll-bear-theme 0.1.3 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a6684894aef6a67f12085e279c94cd25013f7824c2092a05c9487791111f814
4
- data.tar.gz: f519896b4570056f90effa788d080d05e50447810f798da41952a6d4a480ace8
3
+ metadata.gz: 9db5c8bdfdd80acffcb54d56471943eabf07cf35e72b83475c80859352009f14
4
+ data.tar.gz: 4a68fc082023c720b5aef9d09a4da4c6fa434430fffa5b9e34ba3ee56ca0b228
5
5
  SHA512:
6
- metadata.gz: f9d70e7d57fa4a274c1d31a88ee51df5b49e4cfab8f86e5f4f298e4b1543c754f4af4784b5ef8163c13b64036eedc773897b6929ef3e93b529da51aa10629aaf
7
- data.tar.gz: 777acb75189886779d225e5a6fb20a96322bc32bc8c29e782f43a3983ff26152587454cbaef01b0379e741c5d06568b5b4c77b90d9349b823734f29bf9108a13
6
+ metadata.gz: d3d631fd63bef6071a240f7c1267efe212cb7737ebdac7dbee44f752e51d565fba84723c23140ab2b42859da5461317f53f00dbfde1c7150eaede2a868534104
7
+ data.tar.gz: 98dafab0f3eb98e6725ec356389c08fadb10417068fd0525c58d826dd7da80a49189118741389b17c01374a33aab25b2b3abd57ee59f87220f5db29d48faeef7
data/README.md CHANGED
@@ -9,7 +9,7 @@ This is a port of it's theme to Jekyll, with some tweaks. So you can use GitHub
9
9
  **Stop worrying about the style, focus on your writing.**
10
10
 
11
11
  - Looks great on *any* device
12
- - Tiny, optimized, and awesome pages
12
+ - Tiny, optimized, and awesome pages, with [a 100 on PageSpeed Insights](https://pagespeed.web.dev/report?url=https%3A%2F%2Fknhash.in%2FjekyllBear%2F)
13
13
  - No trackers, ads, or scripts, *did I mention minimal already?*
14
14
  - Auto light and dark themes
15
15
  - Tag support, to filter blog pages
@@ -17,6 +17,13 @@ This is a port of it's theme to Jekyll, with some tweaks. So you can use GitHub
17
17
  - Gallery view for your images
18
18
  - Code highlighting
19
19
 
20
+ ## Screenshots
21
+
22
+ ![Home](https://raw.githubusercontent.com/Knhash/jekyllBear/master/assets/images/JBHome.png?raw=true "Home")
23
+ ![Blog](https://raw.githubusercontent.com/Knhash/jekyllBear/master/assets/images/JBBlog.png?raw=true "Blog")
24
+ ![LongForm](https://raw.githubusercontent.com/Knhash/jekyllBear/master/assets/images/JBLongForm.png?raw=true "LongForm")
25
+ ![Poetry](https://raw.githubusercontent.com/Knhash/jekyllBear/master/assets/images/JBPoetry.png?raw=true "Poetry")
26
+
20
27
 
21
28
  ## Installation
22
29
 
Binary file
Binary file
Binary file
Binary file
data/assets/style.css CHANGED
@@ -38,8 +38,11 @@ b {
38
38
  a {
39
39
  color: #3273dc;
40
40
  cursor: pointer;
41
- text-decoration: underline;
42
- /*color: #ff5e6c;*/
41
+ text-decoration: none;
42
+ }
43
+
44
+ a:hover {
45
+ text-decoration: underline;
43
46
  }
44
47
 
45
48
  .title {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-bear-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - knhash
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-21 00:00:00.000000000 Z
11
+ date: 2023-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -79,7 +79,10 @@ files:
79
79
  - assets/design_assets/Logo_03.png
80
80
  - assets/design_assets/Logo_04.png
81
81
  - assets/favicon.ico
82
- - assets/files/ShashankResume.pdf
82
+ - assets/images/JBBlog.png
83
+ - assets/images/JBHome.png
84
+ - assets/images/JBLongForm.png
85
+ - assets/images/JBPoetry.png
83
86
  - assets/images/about.png
84
87
  - assets/images/apple-touch-icon-dark.png
85
88
  - assets/images/apple-touch-icon-light.png
@@ -106,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
109
  - !ruby/object:Gem::Version
107
110
  version: '0'
108
111
  requirements: []
109
- rubygems_version: 3.3.7
112
+ rubygems_version: 3.4.1
110
113
  signing_key:
111
114
  specification_version: 4
112
115
  summary: A minimal, text focused blog theme inspired by Bear Blog
Binary file