jekyll-codetheme 1.0.0 → 1.0.1
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/_sass/base.scss +4 -1
- metadata +26 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 582305867cb8e534f72bcc6c1fba45e13957cec35c86ee3f7d07bc24b7bdc04b
|
|
4
|
+
data.tar.gz: 9320499cc1d5c77dab197e797214f82e4fae644858a81fc03243efd026092e07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3378e391290883edd2c28f6c45e55f903264a49345f181bfdf3e62277e1bc79c3c35960621ee0e3bb2b6d643650890513e5d201a5d260de267ce3344274c1f5
|
|
7
|
+
data.tar.gz: d9667a73e724b6de2bfe49f8b12e9081280526a422100385486906f5a45991469429737dc75d95511a114af12156cf781293ab3478aaa1519c9490cfac8d4e7f
|
data/_sass/base.scss
CHANGED
|
@@ -3,12 +3,15 @@ body {
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
body {
|
|
6
|
-
background-color: #fff;
|
|
7
6
|
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
|
8
7
|
margin: auto;
|
|
9
8
|
max-width: 70ch;
|
|
10
9
|
color: #ececec;
|
|
11
10
|
background-color: #16191D;
|
|
11
|
+
|
|
12
|
+
@media screen and (max-width: 670px) {
|
|
13
|
+
max-width: 90%;
|
|
14
|
+
}
|
|
12
15
|
}
|
|
13
16
|
|
|
14
17
|
li:has(+ li) {
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-codetheme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
8
|
-
autorequire:
|
|
7
|
+
- MathiasDPX
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: jekyll
|
|
@@ -16,31 +15,42 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
18
|
+
version: '4.0'
|
|
19
|
+
- - "<"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '5.0'
|
|
20
22
|
type: :runtime
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
25
|
requirements:
|
|
24
26
|
- - ">="
|
|
25
27
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
28
|
+
version: '4.0'
|
|
29
|
+
- - "<"
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '5.0'
|
|
27
32
|
- !ruby/object:Gem::Dependency
|
|
28
33
|
name: bundler
|
|
29
34
|
requirement: !ruby/object:Gem::Requirement
|
|
30
35
|
requirements:
|
|
31
36
|
- - ">="
|
|
32
37
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
38
|
+
version: '2.2'
|
|
39
|
+
- - "<"
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '3.0'
|
|
34
42
|
type: :development
|
|
35
43
|
prerelease: false
|
|
36
44
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
45
|
requirements:
|
|
38
46
|
- - ">="
|
|
39
47
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
41
|
-
|
|
48
|
+
version: '2.2'
|
|
49
|
+
- - "<"
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: '3.0'
|
|
42
52
|
email:
|
|
43
|
-
-
|
|
53
|
+
- mathias@dupeux.net
|
|
44
54
|
executables: []
|
|
45
55
|
extensions: []
|
|
46
56
|
extra_rdoc_files: []
|
|
@@ -54,10 +64,10 @@ files:
|
|
|
54
64
|
- _sass/base.scss
|
|
55
65
|
- assets/codetheme.scss
|
|
56
66
|
- assets/favicon.ico
|
|
57
|
-
homepage:
|
|
58
|
-
licenses:
|
|
67
|
+
homepage: https://github.com/MathiasDPX/jekyll-codetheme
|
|
68
|
+
licenses:
|
|
69
|
+
- MIT
|
|
59
70
|
metadata: {}
|
|
60
|
-
post_install_message:
|
|
61
71
|
rdoc_options: []
|
|
62
72
|
require_paths:
|
|
63
73
|
- lib
|
|
@@ -72,8 +82,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
72
82
|
- !ruby/object:Gem::Version
|
|
73
83
|
version: '0'
|
|
74
84
|
requirements: []
|
|
75
|
-
rubygems_version: 3.
|
|
76
|
-
signing_key:
|
|
85
|
+
rubygems_version: 3.6.7
|
|
77
86
|
specification_version: 4
|
|
78
|
-
summary:
|
|
87
|
+
summary: Codetheme is a theme that aims to recreate VSCode by using the same fonts,
|
|
88
|
+
color palette, and style. It also supports code highlighting and blockquotes.
|
|
79
89
|
test_files: []
|