jekyll-bear-theme 0.1.3 → 0.1.4

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: 33e3d5a2b9e1a0c6fe002570e513bd3230dfbe8af3e8ac13c4980bfe60ecd4d1
4
+ data.tar.gz: 421e7ed24486ab9fae1015f1102b471a277cdcf8d4ae1ffb717f3941f3f4b616
5
5
  SHA512:
6
- metadata.gz: f9d70e7d57fa4a274c1d31a88ee51df5b49e4cfab8f86e5f4f298e4b1543c754f4af4784b5ef8163c13b64036eedc773897b6929ef3e93b529da51aa10629aaf
7
- data.tar.gz: 777acb75189886779d225e5a6fb20a96322bc32bc8c29e782f43a3983ff26152587454cbaef01b0379e741c5d06568b5b4c77b90d9349b823734f29bf9108a13
6
+ metadata.gz: 62a237f585c845cf041bb259696e4fad848a7e6ae7fded73ca8e2645f4f4780d72422b01e12b653fff02ed818628fafaf95cee4107e3352bbfe367c5979c9e51
7
+ data.tar.gz: 040d00dfb36088c26771f53894c039e54fe35d10b2aff85168a994d0a83930f7d23b7b7f386a981c74fec47434c82ec07a0ad4e1506fc1bdf1dd6e213e6feda2
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,7 @@ b {
38
38
  a {
39
39
  color: #3273dc;
40
40
  cursor: pointer;
41
- text-decoration: underline;
42
- /*color: #ff5e6c;*/
41
+ text-decoration: none;
43
42
  }
44
43
 
45
44
  .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.4
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