jekyll-theme-merlotsp 0.2.4 → 0.2.6
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/assets/css/style.scss +24 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19995a12da7cd13d267db2e39cb19198ececc415ccd9337beb309bf48ddbffaf
|
|
4
|
+
data.tar.gz: e8a1e3ad5ea58b862d05c8bdc68e504787a4233906df90528e4030c4812a811d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 128ad73f69e3a47a0cfdbbca037aa15b9d1db34c4f407c531f966802a8448ae8c5815d053cb11358b934b8cd9bb4b902a57436f072b63ee0fb68827c93f2d977
|
|
7
|
+
data.tar.gz: 1feb816714d7a402a60706236e21c0d199f132a2e22bcb0b38d4a7e98149ef2f203b350b2dc2c2390b3cd5f2beae1312959d50562efb520e8b2c54964a915bc5
|
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
|
|
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:
|
|
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
|
```
|
data/assets/css/style.scss
CHANGED
|
@@ -6,10 +6,31 @@
|
|
|
6
6
|
color: inherit;
|
|
7
7
|
background-color: inherit;
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
width: 850px;
|
|
11
|
-
}
|
|
9
|
+
|
|
12
10
|
p {
|
|
13
11
|
width: 130%;
|
|
14
12
|
}
|
|
15
13
|
|
|
14
|
+
pre.highlight {
|
|
15
|
+
width: 115%;
|
|
16
|
+
white-space: pre-wrap;
|
|
17
|
+
overflow-x: auto;
|
|
18
|
+
padding-right: 2em;
|
|
19
|
+
}
|
|
20
|
+
// Note. This doesn't seem to be working too well, For some reason it won't set the width correctly for
|
|
21
|
+
// JS code blocks.
|
|
22
|
+
code.language-JS {
|
|
23
|
+
width: 115%;
|
|
24
|
+
white-space: pre-wrap;
|
|
25
|
+
overflow-x: auto;
|
|
26
|
+
padding-right: 2em;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
body {
|
|
30
|
+
font-size: 150%;
|
|
31
|
+
|
|
32
|
+
}
|
|
33
|
+
div.shell{
|
|
34
|
+
width: 75%;
|
|
35
|
+
}
|
|
36
|
+
|
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.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Selwyn Polit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|