jekyll-theme-merlotsp 0.2.4 → 0.2.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/assets/css/style.scss +7 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e51ac3a94adc9b69ddde593bd727520b8e20072b816999bd036f89b31c9a60f
4
- data.tar.gz: f8c15272ec8ec4a4dfbfaa930b1fc40ad810f3dfe4fcbd1bc844d6513e887865
3
+ metadata.gz: 53cd7193d4f953393b064a78dc7862c44c90f085d857b193e8b08d4a36fa6c4e
4
+ data.tar.gz: 683daeb69ae0503f8a2e3feab9898801d6e273d6afdfe27d91ebe62369c27649
5
5
  SHA512:
6
- metadata.gz: 50bef5cf28e15c0abacfa83f7d5e1e721d0cffc96613648df929b72aa974306a08049e9245cc2dd3212389ad5ecd70dc47e440db9923513d20e24e92b4c63a13
7
- data.tar.gz: 5fe61b3504f01e61d38e131dae3e377e0b4b37ea7189e7d68c6b647a02803f6440f4c3166c4af5323b8898d57a64ace5637524dd578919b22860cf70b4dcaaa0
6
+ metadata.gz: 6fc7ae0148c342636f36e975a09a23083a82bf116f3805ca72f34bdf25ba2b57292bd6687e3608ef67abb7204331138d507421e33a6e50a6dae1a81d3f376476
7
+ data.tar.gz: 1f17e693831ce2323819db6758b0f89b472eb947f6130e6277ce407bd4dffc5ffed50de8f8fbf89ea85357654a9e5a68668855936547d526bba5631222998df2
data/README.md CHANGED
@@ -14,12 +14,12 @@ I called it MerlotSP and I'm continuing with the version numbering scheme.
14
14
 
15
15
  ## Usage
16
16
 
17
- To use the Merlot theme:
17
+ To use the Merlotsp theme:
18
18
 
19
19
  1. Add the following to your site's `_config.yml`:
20
20
 
21
21
  ```yml
22
- remote_theme: pages-themes/merlot@v0.2.0
22
+ remote_theme: selwynpolit/merlotsp@v0.2.2
23
23
  plugins:
24
24
  - jekyll-remote-theme # add this line to the plugins list if you already have one
25
25
  ```
@@ -6,10 +6,14 @@
6
6
  color: inherit;
7
7
  background-color: inherit;
8
8
  }
9
- pre {
10
- width: 850px;
11
- }
9
+ // pre {
10
+ // width: 850px;
11
+ // }
12
12
  p {
13
13
  width: 130%;
14
14
  }
15
15
 
16
+ pre.highlight {
17
+ width: 115%;
18
+ }
19
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-merlotsp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Selwyn Polit