oinam-jekyll 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/_includes/css/highlighter/default.css +69 -0
- data/_includes/css/highlighter/monokai.css +70 -0
- data/_includes/css/highlighter/perldoc.css +66 -0
- data/_includes/css/styles-extended.css +22 -1
- data/_includes/css/styles.css +11 -11
- data/_includes/css/{color-theme-default.css → theme/default.css} +0 -0
- data/_includes/css/{color-theme-nord.css → theme/nord.css} +0 -0
- data/_includes/css/{color-theme-vintage.css → theme/vintage.css} +0 -0
- data/_includes/styles.html +2 -2
- metadata +7 -5
- data/_includes/css/styles-code.css +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7a8668a8d3b9afff91ef259f1f0162233a03e98668d6f4080ec3c78f50a1a83
|
4
|
+
data.tar.gz: f685cb6aa6b8cbbe2058541894bb88edd3bfadfceb2458d134c4d3c698db413f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57a8df26ca767144055d0771c09760bfbe4ea9b07286d6283d8d578668eeafa2c22a9c8336bb4a619b5232c7494b979c38729e28917e09d18e066efa1bea3323
|
7
|
+
data.tar.gz: 4f783e90d215c60bd87086d502c3992394f839761651f691f91ec8e1978367033a437a5cce8ce7ff4d672302ef870a6dffbbd301c8794d51d6ff912fb535f364
|
data/README.md
CHANGED
@@ -0,0 +1,69 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #f8f8f8; }
|
3
|
+
.highlight .c { color: #408080; font-style: italic } /* Comment */
|
4
|
+
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
5
|
+
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
6
|
+
.highlight .o { color: #666666 } /* Operator */
|
7
|
+
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
|
8
|
+
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
|
9
|
+
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
|
10
|
+
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
|
11
|
+
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
|
12
|
+
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
|
13
|
+
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
14
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
15
|
+
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
16
|
+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
17
|
+
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
18
|
+
.highlight .go { color: #888888 } /* Generic.Output */
|
19
|
+
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
20
|
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
21
|
+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
22
|
+
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
23
|
+
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
|
24
|
+
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
|
25
|
+
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
|
26
|
+
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
|
27
|
+
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
|
28
|
+
.highlight .kt { color: #B00040 } /* Keyword.Type */
|
29
|
+
.highlight .m { color: #666666 } /* Literal.Number */
|
30
|
+
.highlight .s { color: #BA2121 } /* Literal.String */
|
31
|
+
.highlight .na { color: #7D9029 } /* Name.Attribute */
|
32
|
+
.highlight .nb { color: #008000 } /* Name.Builtin */
|
33
|
+
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
34
|
+
.highlight .no { color: #880000 } /* Name.Constant */
|
35
|
+
.highlight .nd { color: #AA22FF } /* Name.Decorator */
|
36
|
+
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
37
|
+
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
38
|
+
.highlight .nf { color: #0000FF } /* Name.Function */
|
39
|
+
.highlight .nl { color: #A0A000 } /* Name.Label */
|
40
|
+
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
41
|
+
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
42
|
+
.highlight .nv { color: #19177C } /* Name.Variable */
|
43
|
+
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
44
|
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
45
|
+
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
|
46
|
+
.highlight .mf { color: #666666 } /* Literal.Number.Float */
|
47
|
+
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
|
48
|
+
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
|
49
|
+
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
|
50
|
+
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
|
51
|
+
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
|
52
|
+
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
|
53
|
+
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
|
54
|
+
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
55
|
+
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
|
56
|
+
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
57
|
+
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
58
|
+
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
59
|
+
.highlight .sx { color: #008000 } /* Literal.String.Other */
|
60
|
+
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
|
61
|
+
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
|
62
|
+
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
|
63
|
+
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
64
|
+
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
|
65
|
+
.highlight .vc { color: #19177C } /* Name.Variable.Class */
|
66
|
+
.highlight .vg { color: #19177C } /* Name.Variable.Global */
|
67
|
+
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
|
68
|
+
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
|
69
|
+
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
@@ -0,0 +1,70 @@
|
|
1
|
+
.highlight .hll { background-color: #49483e }
|
2
|
+
.highlight { background: #272822; color: #f8f8f2 }
|
3
|
+
.highlight .c { color: #75715e } /* Comment */
|
4
|
+
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
5
|
+
.highlight .k { color: #66d9ef } /* Keyword */
|
6
|
+
.highlight .l { color: #ae81ff } /* Literal */
|
7
|
+
.highlight .n { color: #f8f8f2 } /* Name */
|
8
|
+
.highlight .o { color: #f92672 } /* Operator */
|
9
|
+
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
10
|
+
.highlight .ch { color: #75715e } /* Comment.Hashbang */
|
11
|
+
.highlight .cm { color: #75715e } /* Comment.Multiline */
|
12
|
+
.highlight .cp { color: #75715e } /* Comment.Preproc */
|
13
|
+
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
|
14
|
+
.highlight .c1 { color: #75715e } /* Comment.Single */
|
15
|
+
.highlight .cs { color: #75715e } /* Comment.Special */
|
16
|
+
.highlight .gd { color: #f92672 } /* Generic.Deleted */
|
17
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
18
|
+
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
|
19
|
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
20
|
+
.highlight .gu { color: #75715e } /* Generic.Subheading */
|
21
|
+
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
22
|
+
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
23
|
+
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
|
24
|
+
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
25
|
+
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
26
|
+
.highlight .kt { color: #66d9ef } /* Keyword.Type */
|
27
|
+
.highlight .ld { color: #e6db74 } /* Literal.Date */
|
28
|
+
.highlight .m { color: #ae81ff } /* Literal.Number */
|
29
|
+
.highlight .s { color: #e6db74 } /* Literal.String */
|
30
|
+
.highlight .na { color: #a6e22e } /* Name.Attribute */
|
31
|
+
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
32
|
+
.highlight .nc { color: #a6e22e } /* Name.Class */
|
33
|
+
.highlight .no { color: #66d9ef } /* Name.Constant */
|
34
|
+
.highlight .nd { color: #a6e22e } /* Name.Decorator */
|
35
|
+
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
36
|
+
.highlight .ne { color: #a6e22e } /* Name.Exception */
|
37
|
+
.highlight .nf { color: #a6e22e } /* Name.Function */
|
38
|
+
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
39
|
+
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
40
|
+
.highlight .nx { color: #a6e22e } /* Name.Other */
|
41
|
+
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
42
|
+
.highlight .nt { color: #f92672 } /* Name.Tag */
|
43
|
+
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
44
|
+
.highlight .ow { color: #f92672 } /* Operator.Word */
|
45
|
+
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
46
|
+
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
|
47
|
+
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
48
|
+
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
49
|
+
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
50
|
+
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
51
|
+
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
|
52
|
+
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
53
|
+
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
54
|
+
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
|
55
|
+
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
56
|
+
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
57
|
+
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
58
|
+
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
59
|
+
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
60
|
+
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
61
|
+
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
62
|
+
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
63
|
+
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
64
|
+
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
65
|
+
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
|
66
|
+
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
67
|
+
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
68
|
+
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
69
|
+
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
|
70
|
+
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
@@ -0,0 +1,66 @@
|
|
1
|
+
.highlight .hll { background-color: #ffffcc }
|
2
|
+
.highlight { background: #eeeedd; }
|
3
|
+
.highlight .c { color: #228B22 } /* Comment */
|
4
|
+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
5
|
+
.highlight .k { color: #8B008B; font-weight: bold } /* Keyword */
|
6
|
+
.highlight .ch { color: #228B22 } /* Comment.Hashbang */
|
7
|
+
.highlight .cm { color: #228B22 } /* Comment.Multiline */
|
8
|
+
.highlight .cp { color: #1e889b } /* Comment.Preproc */
|
9
|
+
.highlight .cpf { color: #228B22 } /* Comment.PreprocFile */
|
10
|
+
.highlight .c1 { color: #228B22 } /* Comment.Single */
|
11
|
+
.highlight .cs { color: #8B008B; font-weight: bold } /* Comment.Special */
|
12
|
+
.highlight .gd { color: #aa0000 } /* Generic.Deleted */
|
13
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
14
|
+
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
15
|
+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
16
|
+
.highlight .gi { color: #00aa00 } /* Generic.Inserted */
|
17
|
+
.highlight .go { color: #888888 } /* Generic.Output */
|
18
|
+
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
19
|
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
20
|
+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
21
|
+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
22
|
+
.highlight .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */
|
23
|
+
.highlight .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */
|
24
|
+
.highlight .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */
|
25
|
+
.highlight .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */
|
26
|
+
.highlight .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */
|
27
|
+
.highlight .kt { color: #00688B; font-weight: bold } /* Keyword.Type */
|
28
|
+
.highlight .m { color: #B452CD } /* Literal.Number */
|
29
|
+
.highlight .s { color: #CD5555 } /* Literal.String */
|
30
|
+
.highlight .na { color: #658b00 } /* Name.Attribute */
|
31
|
+
.highlight .nb { color: #658b00 } /* Name.Builtin */
|
32
|
+
.highlight .nc { color: #008b45; font-weight: bold } /* Name.Class */
|
33
|
+
.highlight .no { color: #00688B } /* Name.Constant */
|
34
|
+
.highlight .nd { color: #707a7c } /* Name.Decorator */
|
35
|
+
.highlight .ne { color: #008b45; font-weight: bold } /* Name.Exception */
|
36
|
+
.highlight .nf { color: #008b45 } /* Name.Function */
|
37
|
+
.highlight .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */
|
38
|
+
.highlight .nt { color: #8B008B; font-weight: bold } /* Name.Tag */
|
39
|
+
.highlight .nv { color: #00688B } /* Name.Variable */
|
40
|
+
.highlight .ow { color: #8B008B } /* Operator.Word */
|
41
|
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
42
|
+
.highlight .mb { color: #B452CD } /* Literal.Number.Bin */
|
43
|
+
.highlight .mf { color: #B452CD } /* Literal.Number.Float */
|
44
|
+
.highlight .mh { color: #B452CD } /* Literal.Number.Hex */
|
45
|
+
.highlight .mi { color: #B452CD } /* Literal.Number.Integer */
|
46
|
+
.highlight .mo { color: #B452CD } /* Literal.Number.Oct */
|
47
|
+
.highlight .sa { color: #CD5555 } /* Literal.String.Affix */
|
48
|
+
.highlight .sb { color: #CD5555 } /* Literal.String.Backtick */
|
49
|
+
.highlight .sc { color: #CD5555 } /* Literal.String.Char */
|
50
|
+
.highlight .dl { color: #CD5555 } /* Literal.String.Delimiter */
|
51
|
+
.highlight .sd { color: #CD5555 } /* Literal.String.Doc */
|
52
|
+
.highlight .s2 { color: #CD5555 } /* Literal.String.Double */
|
53
|
+
.highlight .se { color: #CD5555 } /* Literal.String.Escape */
|
54
|
+
.highlight .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */
|
55
|
+
.highlight .si { color: #CD5555 } /* Literal.String.Interpol */
|
56
|
+
.highlight .sx { color: #cb6c20 } /* Literal.String.Other */
|
57
|
+
.highlight .sr { color: #1c7e71 } /* Literal.String.Regex */
|
58
|
+
.highlight .s1 { color: #CD5555 } /* Literal.String.Single */
|
59
|
+
.highlight .ss { color: #CD5555 } /* Literal.String.Symbol */
|
60
|
+
.highlight .bp { color: #658b00 } /* Name.Builtin.Pseudo */
|
61
|
+
.highlight .fm { color: #008b45 } /* Name.Function.Magic */
|
62
|
+
.highlight .vc { color: #00688B } /* Name.Variable.Class */
|
63
|
+
.highlight .vg { color: #00688B } /* Name.Variable.Global */
|
64
|
+
.highlight .vi { color: #00688B } /* Name.Variable.Instance */
|
65
|
+
.highlight .vm { color: #00688B } /* Name.Variable.Magic */
|
66
|
+
.highlight .il { color: #B452CD } /* Literal.Number.Integer.Long */
|
@@ -7,6 +7,11 @@ $breakpoint-medium: 800px;
|
|
7
7
|
$breakpoint-large: 1024px;
|
8
8
|
$breakpoint-extralarge: 1600px;
|
9
9
|
|
10
|
+
main {
|
11
|
+
/* stick footer to the footer by pushing from the block above it -- main > footer */
|
12
|
+
flex: 1;
|
13
|
+
}
|
14
|
+
|
10
15
|
header.header,
|
11
16
|
footer.footer {
|
12
17
|
padding: var(--space-base) 0;
|
@@ -52,6 +57,7 @@ header.header :is(h1, h2, h3, h4, h5, h6) {
|
|
52
57
|
footer.footer {
|
53
58
|
margin-top: var(--space-double);
|
54
59
|
border-top: var(--border-width) solid var(--border-color);
|
60
|
+
font-size: var(--font-size-small);
|
55
61
|
}
|
56
62
|
|
57
63
|
.footer__credit {
|
@@ -90,7 +96,6 @@ nav a:hover, nav a:active {
|
|
90
96
|
}
|
91
97
|
|
92
98
|
.content-large,
|
93
|
-
figure,
|
94
99
|
img.large,
|
95
100
|
img.large + em {
|
96
101
|
margin-left: calc(50% - 50vw);
|
@@ -321,6 +326,22 @@ img.full + em {
|
|
321
326
|
border-radius: 0;
|
322
327
|
}
|
323
328
|
|
329
|
+
/* highlighter */
|
330
|
+
figure.highlight {}
|
331
|
+
|
332
|
+
figure.highlight pre,
|
333
|
+
figure.highlight code {
|
334
|
+
background: none;
|
335
|
+
}
|
336
|
+
|
337
|
+
.highlight {
|
338
|
+
border-radius: var(--border-radius);
|
339
|
+
}
|
340
|
+
|
341
|
+
.highlight * {
|
342
|
+
color: initial;
|
343
|
+
}
|
344
|
+
|
324
345
|
/* footnotes are generated by Kramdown powered Markdown */
|
325
346
|
.footnotes {
|
326
347
|
margin-top: var(--space-double);
|
data/_includes/css/styles.css
CHANGED
@@ -97,9 +97,14 @@ blockquote {
|
|
97
97
|
|
98
98
|
background: var(--background-color-alt);
|
99
99
|
border-radius: var(--border-radius);
|
100
|
+
border: var(--border-width) solid var(--background-color-alt);
|
100
101
|
border-left: var(--border-width-alt) solid var(--border-color-highlight);
|
101
102
|
}
|
102
103
|
|
104
|
+
blockquote p {
|
105
|
+
border-radius: var(--border-radius);
|
106
|
+
}
|
107
|
+
|
103
108
|
cite {
|
104
109
|
font-size: var(--font-size-smaller);
|
105
110
|
font-style: normal;
|
@@ -113,7 +118,6 @@ samp {
|
|
113
118
|
font-family: var(--font-family-monospace);
|
114
119
|
font-size: var(--font-size-small);
|
115
120
|
color: var(--text-color-alt);
|
116
|
-
white-space: pre-line;
|
117
121
|
|
118
122
|
/* repair edges of wrapped inline elements */
|
119
123
|
-webkit-box-decoration-break: clone;
|
@@ -132,11 +136,10 @@ pre {
|
|
132
136
|
margin: var(--space-base) 0;
|
133
137
|
padding: var(--space-base) var(--space-double);
|
134
138
|
max-width: 100%;
|
135
|
-
overflow: auto;
|
136
|
-
overflow-x: auto;
|
137
139
|
|
138
140
|
background: var(--background-color-alt);
|
139
141
|
border-radius: var(--border-radius);
|
142
|
+
border: var(--border-width) solid var(--background-color-alt);
|
140
143
|
border-left: var(--border-width-alt) solid var(--border-color-highlight);
|
141
144
|
}
|
142
145
|
|
@@ -221,12 +224,8 @@ main video {
|
|
221
224
|
figure {
|
222
225
|
padding: 0;
|
223
226
|
margin: var(--space-base) 0;
|
224
|
-
|
225
227
|
background: var(--background-color-alt);
|
226
228
|
border-radius: var(--border-radius);
|
227
|
-
border-bottom: 1px solid var(--border-color);
|
228
|
-
|
229
|
-
text-align: center;
|
230
229
|
}
|
231
230
|
|
232
231
|
figure img {
|
@@ -242,6 +241,11 @@ figcaption {
|
|
242
241
|
|
243
242
|
font-family: var(--font-family-sans);
|
244
243
|
font-size: var(--font-size-smaller);
|
244
|
+
text-align: center;
|
245
|
+
|
246
|
+
background: var(--background-color-alt);
|
247
|
+
border-radius: var(--border-radius);
|
248
|
+
border-bottom: 1px solid var(--border-color);
|
245
249
|
}
|
246
250
|
|
247
251
|
audio {
|
@@ -267,8 +271,4 @@ th {
|
|
267
271
|
table caption {
|
268
272
|
font-weight: bold;
|
269
273
|
margin-bottom: var(--space-half);
|
270
|
-
}
|
271
|
-
|
272
|
-
footer {
|
273
|
-
font-size: var(--font-size-small);
|
274
274
|
}
|
File without changes
|
File without changes
|
File without changes
|
data/_includes/styles.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
{% include css/settings.css %}
|
5
5
|
|
6
|
-
{% include css/
|
6
|
+
{% include css/theme/{{ site.layout.theme | default: 'default' }}.css %}
|
7
7
|
|
8
8
|
{% include css/styles.css %}
|
9
9
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
|
16
16
|
{% if site.styles.syntax_highlighter != false %}
|
17
17
|
{% if page.type == posts %}
|
18
|
-
{% include css/
|
18
|
+
{% include css/highlighter/{{ site.layout.theme_highlighter | default: 'default' }}.css %}
|
19
19
|
{% endif %}
|
20
20
|
{% endif %}
|
21
21
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oinam-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oinam
|
@@ -96,16 +96,18 @@ files:
|
|
96
96
|
- README.md
|
97
97
|
- _data/nav.yml
|
98
98
|
- _includes/appearance.html
|
99
|
-
- _includes/css/color-theme-default.css
|
100
|
-
- _includes/css/color-theme-nord.css
|
101
|
-
- _includes/css/color-theme-vintage.css
|
102
99
|
- _includes/css/debug.css
|
103
100
|
- _includes/css/forms.css
|
101
|
+
- _includes/css/highlighter/default.css
|
102
|
+
- _includes/css/highlighter/monokai.css
|
103
|
+
- _includes/css/highlighter/perldoc.css
|
104
104
|
- _includes/css/settings.css
|
105
|
-
- _includes/css/styles-code.css
|
106
105
|
- _includes/css/styles-extended.css
|
107
106
|
- _includes/css/styles.css
|
108
107
|
- _includes/css/theme-toggle.css
|
108
|
+
- _includes/css/theme/default.css
|
109
|
+
- _includes/css/theme/nord.css
|
110
|
+
- _includes/css/theme/vintage.css
|
109
111
|
- _includes/footer-ext.html
|
110
112
|
- _includes/footer.html
|
111
113
|
- _includes/gallery.html
|
@@ -1 +0,0 @@
|
|
1
|
-
.highlight .hll{background-color:#ffc}.highlight{background:#f0f3f3}.highlight .c{color:#09f;font-style:italic}.highlight .err{color:#a00;background-color:#faa}.highlight .k{color:#069;font-weight:bold}.highlight .o{color:#555}.highlight .ch{color:#09f;font-style:italic}.highlight .cm{color:#09f;font-style:italic}.highlight .cp{color:#099}.highlight .cpf{color:#09f;font-style:italic}.highlight .c1{color:#09f;font-style:italic}.highlight .cs{color:#09f;font-weight:bold;font-style:italic}.highlight .gd{background-color:#fcc;border:1px solid #c00}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#030;font-weight:bold}.highlight .gi{background-color:#cfc;border:1px solid #0c0}.highlight .go{color:#aaa}.highlight .gp{color:#009;font-weight:bold}.highlight .gs{font-weight:bold}.highlight .gu{color:#030;font-weight:bold}.highlight .gt{color:#9c6}.highlight .kc{color:#069;font-weight:bold}.highlight .kd{color:#069;font-weight:bold}.highlight .kn{color:#069;font-weight:bold}.highlight .kp{color:#069}.highlight .kr{color:#069;font-weight:bold}.highlight .kt{color:#078;font-weight:bold}.highlight .m{color:#f60}.highlight .s{color:#c30}.highlight .na{color:#309}.highlight .nb{color:#366}.highlight .nc{color:#0a8;font-weight:bold}.highlight .no{color:#360}.highlight .nd{color:#99f}.highlight .ni{color:#999;font-weight:bold}.highlight .ne{color:#c00;font-weight:bold}.highlight .nf{color:#c0f}.highlight .nl{color:#99f}.highlight .nn{color:#0cf;font-weight:bold}.highlight .nt{color:#309;font-weight:bold}.highlight .nv{color:#033}.highlight .ow{color:#000;font-weight:bold}.highlight .w{color:#bbb}.highlight .mb{color:#f60}.highlight .mf{color:#f60}.highlight .mh{color:#f60}.highlight .mi{color:#f60}.highlight .mo{color:#f60}.highlight .sa{color:#c30}.highlight .sb{color:#c30}.highlight .sc{color:#c30}.highlight .dl{color:#c30}.highlight .sd{color:#c30;font-style:italic}.highlight .s2{color:#c30}.highlight .se{color:#c30;font-weight:bold}.highlight .sh{color:#c30}.highlight .si{color:#a00}.highlight .sx{color:#c30}.highlight .sr{color:#3aa}.highlight .s1{color:#c30}.highlight .ss{color:#fc3}.highlight .bp{color:#366}.highlight .fm{color:#c0f}.highlight .vc{color:#033}.highlight .vg{color:#033}.highlight .vi{color:#033}.highlight .vm{color:#033}.highlight .il{color:#f60}
|