jekyll-theme-minimal-ryan 0.4.2 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98b4902a0d4a07ed44ad8658eccd987348d3a5763a6f59bdc4014134c47773aa
4
- data.tar.gz: ba1338696f7da4c3428a20087238a06484a40eef94e902cd65c08993ab853aaa
3
+ metadata.gz: bb611a4718575cb31c22b77f44eb8480438682abb09951127aefabe7e570ae3b
4
+ data.tar.gz: 0e8c0df614155da5f3764fd2e8c2d3a780c52e7a5b66cdaf33c3c0f23bd75357
5
5
  SHA512:
6
- metadata.gz: f4a359c8dfb8e73192a593dee80505ac3b9c9b7edc05fcf078660ed0a1a3a3d9844a54d48edd4216d79d82a6620ada9168bc5ce6febd18f070b3addd10e39acd
7
- data.tar.gz: cb752df808cac5611cc8022ca015b65c9892d512e185a8db22aa5adb56c140f070d0d6be3bcd95f1cd88c4b787571f29caa0d52b8a7eab70714fdf5c0d4c6c65
6
+ metadata.gz: 6ce7bd5551cf7d4245bfa5a745e5269a98518d218219d8ada74b0c8c3400c8c19ba49ca0244c3bd20167ce4b8f3f8a078fc0db629620adb5be440fbd5bea10cf
7
+ data.tar.gz: 5829b63ca5a64569e8d60dad3c55f5f6c253e3185e22b3db4c0d47e48c9ce8089d5ba8feef8b7b4a4d3e49dc4b64266afab2d9a52288ff801fcec3b03b4e6d3b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.6.0 (2024-06-07)
2
+
3
+ ### Feat
4
+
5
+ - define behaviour for code overflow
6
+
7
+ ## 0.5.0 (2024-06-06)
8
+
9
+ ### Feat
10
+
11
+ - add syntax highlighting for codeblocks
12
+
13
+ ### Refactor
14
+
15
+ - upgrade dependencies
16
+
1
17
  ## 0.4.2 (2023-08-23)
2
18
 
3
19
  ### Fix
@@ -63,3 +63,8 @@ footer {
63
63
  background-color: $primary-color;
64
64
  z-index: 2;
65
65
  }
66
+
67
+ pre {
68
+ max-width: $content-max-width;
69
+ overflow-x: scroll;
70
+ }
@@ -0,0 +1,61 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #408080; font-style: italic } /* Comment */
3
+ .highlight .err { border: 1px solid #FF0000 } /* Error */
4
+ .highlight .k { color: #008000; font-weight: bold } /* Keyword */
5
+ .highlight .o { color: #666666 } /* Operator */
6
+ .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
7
+ .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
8
+ .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
9
+ .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
10
+ .highlight .gd { color: #A00000 } /* Generic.Deleted */
11
+ .highlight .ge { font-style: italic } /* Generic.Emph */
12
+ .highlight .gr { color: #FF0000 } /* Generic.Error */
13
+ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
14
+ .highlight .gi { color: #00A000 } /* Generic.Inserted */
15
+ .highlight .go { color: #808080 } /* Generic.Output */
16
+ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
17
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
18
+ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
19
+ .highlight .gt { color: #0040D0 } /* Generic.Traceback */
20
+ .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
21
+ .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
22
+ .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
23
+ .highlight .kp { color: #008000 } /* Keyword.Pseudo */
24
+ .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
25
+ .highlight .kt { color: #B00040 } /* Keyword.Type */
26
+ .highlight .m { color: #666666 } /* Literal.Number */
27
+ .highlight .s { color: #BA2121 } /* Literal.String */
28
+ .highlight .na { color: #7D9029 } /* Name.Attribute */
29
+ .highlight .nb { color: #008000 } /* Name.Builtin */
30
+ .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
31
+ .highlight .no { color: #880000 } /* Name.Constant */
32
+ .highlight .nd { color: #AA22FF } /* Name.Decorator */
33
+ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
34
+ .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
35
+ .highlight .nf { color: #0000FF } /* Name.Function */
36
+ .highlight .nl { color: #A0A000 } /* Name.Label */
37
+ .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
38
+ .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
39
+ .highlight .nv { color: #19177C } /* Name.Variable */
40
+ .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
41
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
42
+ .highlight .mf { color: #666666 } /* Literal.Number.Float */
43
+ .highlight .mh { color: #666666 } /* Literal.Number.Hex */
44
+ .highlight .mi { color: #666666 } /* Literal.Number.Integer */
45
+ .highlight .mo { color: #666666 } /* Literal.Number.Oct */
46
+ .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
47
+ .highlight .sc { color: #BA2121 } /* Literal.String.Char */
48
+ .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
49
+ .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
50
+ .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
51
+ .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
52
+ .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
53
+ .highlight .sx { color: #008000 } /* Literal.String.Other */
54
+ .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
55
+ .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
56
+ .highlight .ss { color: #19177C } /* Literal.String.Symbol */
57
+ .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
58
+ .highlight .vc { color: #19177C } /* Name.Variable.Class */
59
+ .highlight .vg { color: #19177C } /* Name.Variable.Global */
60
+ .highlight .vi { color: #19177C } /* Name.Variable.Instance */
61
+ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
@@ -4,5 +4,6 @@
4
4
  @import
5
5
  'minimal-ryan/_theme',
6
6
  'minimal-ryan/_base',
7
- 'minimal-ryan/custom'
7
+ 'minimal-ryan/custom',
8
+ 'code.css'
8
9
  ;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimal-ryan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryanshepps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-23 00:00:00.000000000 Z
11
+ date: 2024-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -59,6 +59,7 @@ files:
59
59
  - _sass/minimal-ryan/_base.scss
60
60
  - _sass/minimal-ryan/_theme.scss
61
61
  - _sass/minimal-ryan/custom.scss
62
+ - assets/css/code.css
62
63
  - assets/css/style.scss
63
64
  - assets/fonts/Roboto-Black.ttf
64
65
  - assets/fonts/Roboto-BlackItalic.ttf