jekyll-theme-merlotsp 0.2.1 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/assets/css/style.scss +7 -0
  4. metadata +6 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 207aac2c3338a77ba9b361c30b46384d69f39c0da5b8a70c6aaa4d54a64daaba
4
- data.tar.gz: 7ef9b0fba331d169b7065adac9a09877d099a8754685ae366edf8dc89a11be51
3
+ metadata.gz: 0e51ac3a94adc9b69ddde593bd727520b8e20072b816999bd036f89b31c9a60f
4
+ data.tar.gz: f8c15272ec8ec4a4dfbfaa930b1fc40ad810f3dfe4fcbd1bc844d6513e887865
5
5
  SHA512:
6
- metadata.gz: 200d89ccb5204b882f5644ce69189a0156431bb649ae5439c43fa233a7721690980722cb70182b53f4561e24434f9ad0808d463036205e10e2c5ae4bbfd75bde
7
- data.tar.gz: 6a993733cedce49462dd20633d3955ae2ae05ece548fbf23822bb8ae02ee7f7ac6a219f310fc943ba5f17a27aafb9d543d73b36d5a380a0947dc547038cf1631
6
+ metadata.gz: 50bef5cf28e15c0abacfa83f7d5e1e721d0cffc96613648df929b72aa974306a08049e9245cc2dd3212389ad5ecd70dc47e440db9923513d20e24e92b4c63a13
7
+ data.tar.gz: 5fe61b3504f01e61d38e131dae3e377e0b4b37ea7189e7d68c6b647a02803f6440f4c3166c4af5323b8898d57a64ace5637524dd578919b22860cf70b4dcaaa0
data/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 10-16-22
2
+ This is a fork of https://github.com/pages-themes/merlot
3
+ That repo seems to have stagnated and I needed some changes for my github pages site at https://selwynpolit.github.io/d9book/
4
+ I called it MerlotSP and I'm continuing with the version numbering scheme.
5
+
6
+
1
7
  # The Merlot theme
2
8
 
3
9
  [![.github/workflows/ci.yaml](https://github.com/pages-themes/merlot/actions/workflows/ci.yaml/badge.svg)](https://github.com/pages-themes/merlot/actions/workflows/ci.yaml) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-merlot.svg)](https://badge.fury.io/rb/jekyll-theme-merlot)
@@ -6,3 +6,10 @@
6
6
  color: inherit;
7
7
  background-color: inherit;
8
8
  }
9
+ pre {
10
+ width: 850px;
11
+ }
12
+ p {
13
+ width: 130%;
14
+ }
15
+
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-merlotsp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
- - Cameron McEfee
8
- - GitHub, Inc.
7
+ - Selwyn Polit
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2022-10-16 00:00:00.000000000 Z
11
+ date: 2023-01-07 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: jekyll
@@ -89,7 +88,7 @@ dependencies:
89
88
  version: '1.3'
90
89
  description:
91
90
  email:
92
- - opensource+jekyll-theme-merlot@github.com
91
+ - selwynpolit@gmail.com
93
92
  executables: []
94
93
  extensions: []
95
94
  extra_rdoc_files: []
@@ -148,7 +147,7 @@ files:
148
147
  - assets/images/small-ribbon-tail-sprite.png
149
148
  - assets/js/headsmart.min.js
150
149
  - assets/js/modernizr.js
151
- homepage: https://github.com/pages-themes/merlot
150
+ homepage: https://github.com/selwynpolit/merlotsp
152
151
  licenses:
153
152
  - CC0-1.0
154
153
  metadata: {}
@@ -170,5 +169,5 @@ requirements: []
170
169
  rubygems_version: 3.3.7
171
170
  signing_key:
172
171
  specification_version: 4
173
- summary: Merlot is a Jekyll theme for GitHub Pages
172
+ summary: MerlotSP is a Jekyll theme for GitHub Pages based on Merlot
174
173
  test_files: []