jekyll-theme-merlotsp 0.2.2 → 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 +8 -2
  3. data/assets/css/style.scss +11 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f17d341770b2f81e3f86ecb2b1e72bdb60c84a98385bb915267936378850cba
4
- data.tar.gz: 0c9c9ef38709f8faf3256988957a366f5159c2bb4d0f29a13c9d4d38bf003b9f
3
+ metadata.gz: 53cd7193d4f953393b064a78dc7862c44c90f085d857b193e8b08d4a36fa6c4e
4
+ data.tar.gz: 683daeb69ae0503f8a2e3feab9898801d6e273d6afdfe27d91ebe62369c27649
5
5
  SHA512:
6
- metadata.gz: db8c8f39c48f7d13d0f341684bce898e5615dea54cc530620a1f0602f9bdad1cbbca2cf0a1d62824ef5397405e09917a6633f40ca61162222fd3bbfd6e963539
7
- data.tar.gz: 044a4651067b070b665a984a199be62b6f534f140e3c065125080e9721a85efcc409f36a7eb8e8c0a7cdd75b11b5c1220a7d1a9a4c9d685105c31dcb4a29870b
6
+ metadata.gz: 6fc7ae0148c342636f36e975a09a23083a82bf116f3805ca72f34bdf25ba2b57292bd6687e3608ef67abb7204331138d507421e33a6e50a6dae1a81d3f376476
7
+ data.tar.gz: 1f17e693831ce2323819db6758b0f89b472eb947f6130e6277ce407bd4dffc5ffed50de8f8fbf89ea85357654a9e5a68668855936547d526bba5631222998df2
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)
@@ -8,12 +14,12 @@
8
14
 
9
15
  ## Usage
10
16
 
11
- To use the Merlot theme:
17
+ To use the Merlotsp theme:
12
18
 
13
19
  1. Add the following to your site's `_config.yml`:
14
20
 
15
21
  ```yml
16
- remote_theme: pages-themes/merlot@v0.2.0
22
+ remote_theme: selwynpolit/merlotsp@v0.2.2
17
23
  plugins:
18
24
  - jekyll-remote-theme # add this line to the plugins list if you already have one
19
25
  ```
@@ -6,3 +6,14 @@
6
6
  color: inherit;
7
7
  background-color: inherit;
8
8
  }
9
+ // pre {
10
+ // width: 850px;
11
+ // }
12
+ p {
13
+ width: 130%;
14
+ }
15
+
16
+ pre.highlight {
17
+ width: 115%;
18
+ }
19
+
metadata CHANGED
@@ -1,14 +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.2
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Selwyn Polit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-17 00:00:00.000000000 Z
11
+ date: 2023-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll