doccoli-jekyll 1.1.5 → 1.1.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 +5 -5
- metadata +4 -37
- data/LICENSE.txt +0 -21
- data/README.md +0 -110
- data/_includes/disqus_comments.html +0 -20
- data/_includes/footer.html +0 -41
- data/_includes/google-analytics.html +0 -11
- data/_includes/head.html +0 -12
- data/_includes/header.html +0 -35
- data/_includes/icon-facebook.html +0 -1
- data/_includes/icon-facebook.svg +0 -1
- data/_includes/icon-github.html +0 -1
- data/_includes/icon-github.svg +0 -1
- data/_includes/icon-twitter.html +0 -1
- data/_includes/icon-twitter.svg +0 -1
- data/_includes/search.html +0 -25
- data/_includes/sidebar.html +0 -9
- data/_layouts/default.html +0 -22
- data/_layouts/home.html +0 -28
- data/_layouts/page.html +0 -17
- data/_layouts/post.html +0 -30
- data/_sass/doccoli-jekyll.scss +0 -5
- data/_sass/scss/_base.scss +0 -567
- data/_sass/scss/_footer.scss +0 -37
- data/_sass/scss/_header.scss +0 -198
- data/_sass/scss/_sidebar.scss +0 -43
- data/_sass/scss/_syntax-highlighting.scss +0 -202
- data/assets/images/favicon.ico +0 -0
- data/assets/images/heart.svg +0 -1
- data/assets/images/logo.png +0 -0
- data/assets/images/logo.svg +0 -1
- data/assets/images/search.svg +0 -4
- data/assets/images/usa.svg +0 -1
- data/assets/js/search.js +0 -6
- data/assets/main.scss +0 -5
data/_sass/scss/_footer.scss
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
/* Site footer */
|
2
|
-
|
3
|
-
.legend {
|
4
|
-
justify-content: center;
|
5
|
-
align-items: center;
|
6
|
-
background-position: bottom bottom;
|
7
|
-
background-repeat: no-repeat;
|
8
|
-
width: 100%;
|
9
|
-
height: 10vh;
|
10
|
-
font-size: 85%;
|
11
|
-
}
|
12
|
-
|
13
|
-
menu.foot-menu li {
|
14
|
-
margin: 3px;
|
15
|
-
a {
|
16
|
-
font-size: 90%;
|
17
|
-
padding: 0 10px;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
|
21
|
-
.usa {
|
22
|
-
background-image: url('images/usa.svg');
|
23
|
-
background-position: center center;
|
24
|
-
background-repeat: no-repeat;
|
25
|
-
height: 20px;
|
26
|
-
width: 24px;
|
27
|
-
}
|
28
|
-
|
29
|
-
.heart {
|
30
|
-
background-image: url('images/heart.svg');
|
31
|
-
background-position: center center;
|
32
|
-
background-repeat: no-repeat;
|
33
|
-
height: 12px;
|
34
|
-
width: 16px;
|
35
|
-
display: inline-block;
|
36
|
-
background-size: cover;
|
37
|
-
}
|
data/_sass/scss/_header.scss
DELETED
@@ -1,198 +0,0 @@
|
|
1
|
-
/* Header */
|
2
|
-
|
3
|
-
.mast {
|
4
|
-
text-overflow: ellipsis;
|
5
|
-
width: 100%;
|
6
|
-
z-index: 19999;
|
7
|
-
}
|
8
|
-
|
9
|
-
.bar {
|
10
|
-
clear: both;
|
11
|
-
position: relative;
|
12
|
-
width: 100%;
|
13
|
-
height: 45px;
|
14
|
-
margin: 0 auto;
|
15
|
-
}
|
16
|
-
|
17
|
-
.sprite-up {
|
18
|
-
background-image: url(images/logo.svg);
|
19
|
-
background-position: 44px 44px;
|
20
|
-
}
|
21
|
-
|
22
|
-
.logo {
|
23
|
-
background-repeat: no-repeat;
|
24
|
-
height: 44px;
|
25
|
-
width: 65px;
|
26
|
-
background-position: center;
|
27
|
-
}
|
28
|
-
|
29
|
-
|
30
|
-
/* In-logo Ajax loader */
|
31
|
-
|
32
|
-
.loader {
|
33
|
-
animation: loading 1s linear infinite;
|
34
|
-
box-sizing: content-box;
|
35
|
-
width: 20px;
|
36
|
-
height: 20px;
|
37
|
-
border: 5px solid;
|
38
|
-
border-top-color: #f9ff00;
|
39
|
-
border-left-color: #ef730c;
|
40
|
-
border-bottom-color: #445aff;
|
41
|
-
border-right-color: #0da;
|
42
|
-
border-radius: 50%;
|
43
|
-
margin: 32px -44px;
|
44
|
-
}
|
45
|
-
|
46
|
-
@keyframes loading {
|
47
|
-
0% {
|
48
|
-
transform: translate(-9px, -25px) rotate(0deg);
|
49
|
-
}
|
50
|
-
100% {
|
51
|
-
transform: translate(-9px, -25px) rotate(360deg);
|
52
|
-
}
|
53
|
-
}
|
54
|
-
|
55
|
-
.offline {
|
56
|
-
-webkit-filter: grayscale(1);
|
57
|
-
filter: grayscale(1);
|
58
|
-
}
|
59
|
-
|
60
|
-
.offline.logo {
|
61
|
-
animation: loading 2s linear infinite;
|
62
|
-
box-sizing: content-box;
|
63
|
-
width: 20px;
|
64
|
-
height: 20px;
|
65
|
-
border: 5px solid;
|
66
|
-
border-left-color: transparent;
|
67
|
-
border-right-color: transparent;
|
68
|
-
border-radius: 50%;
|
69
|
-
margin: 32px 8px 0 24px;
|
70
|
-
}
|
71
|
-
|
72
|
-
.beta-label {
|
73
|
-
margin: 8px 0 0 -16px;
|
74
|
-
transform: rotate(90deg);
|
75
|
-
color: #777;
|
76
|
-
}
|
77
|
-
|
78
|
-
.page-label {
|
79
|
-
padding: 11px 15px;
|
80
|
-
width: 90px;
|
81
|
-
}
|
82
|
-
|
83
|
-
.navi-menu {
|
84
|
-
li {
|
85
|
-
a:hover,
|
86
|
-
&#active a:hover,
|
87
|
-
&.selected a:hover {
|
88
|
-
color: #1177ff;
|
89
|
-
}
|
90
|
-
}
|
91
|
-
>menu li a {
|
92
|
-
display: block;
|
93
|
-
}
|
94
|
-
white-space: nowrap;
|
95
|
-
menu {
|
96
|
-
white-space: nowrap;
|
97
|
-
height: 45px;
|
98
|
-
}
|
99
|
-
li {
|
100
|
-
&#active {
|
101
|
-
background-position: left center;
|
102
|
-
background-repeat: no-repeat;
|
103
|
-
}
|
104
|
-
a {
|
105
|
-
/* font-weight: 700; */
|
106
|
-
line-height: 44px;
|
107
|
-
padding: 13px 20px;
|
108
|
-
color: #555;
|
109
|
-
}
|
110
|
-
}
|
111
|
-
}
|
112
|
-
|
113
|
-
.bar-line {
|
114
|
-
border-bottom: 1px solid #eaeaea;
|
115
|
-
}
|
116
|
-
|
117
|
-
.element {
|
118
|
-
display: flex;
|
119
|
-
height: 44px;
|
120
|
-
padding: 0 10px;
|
121
|
-
align-items: center;
|
122
|
-
justify-content: center;
|
123
|
-
}
|
124
|
-
|
125
|
-
.divider {
|
126
|
-
border-left: 1px solid #eaeaea;
|
127
|
-
}
|
128
|
-
|
129
|
-
.transparent-white {
|
130
|
-
background-color: rgba(255, 255, 255, 0.85);
|
131
|
-
}
|
132
|
-
|
133
|
-
.super-small {
|
134
|
-
font-size: 70%;
|
135
|
-
}
|
136
|
-
|
137
|
-
.search {
|
138
|
-
width: 130px;
|
139
|
-
margin: 1px auto auto 9px;
|
140
|
-
padding: 0 0 0 26px;
|
141
|
-
height: 44px;
|
142
|
-
outline: 0 !important;
|
143
|
-
border: none;
|
144
|
-
display: block;
|
145
|
-
background: transparent none;
|
146
|
-
background-image: url(images/search.svg);
|
147
|
-
background-position-x: left;
|
148
|
-
background-position-y: center;
|
149
|
-
background-repeat: no-repeat;
|
150
|
-
background-size: 24px 24px;
|
151
|
-
}
|
152
|
-
|
153
|
-
ul#results-container {
|
154
|
-
position: absolute;
|
155
|
-
top: 45px;
|
156
|
-
left: 0;
|
157
|
-
background: aliceblue;
|
158
|
-
li {
|
159
|
-
width: inherit;
|
160
|
-
display: flex;
|
161
|
-
margin-bottom: 1px;
|
162
|
-
background: aliceblue;
|
163
|
-
a {
|
164
|
-
color: #444;
|
165
|
-
padding: 7px 10px;
|
166
|
-
width: inherit;
|
167
|
-
&:hover {
|
168
|
-
color: #1177FF;
|
169
|
-
border-color: #1177FF;
|
170
|
-
background-color: aliceblue;
|
171
|
-
}
|
172
|
-
}
|
173
|
-
}
|
174
|
-
}
|
175
|
-
|
176
|
-
@media (orientation: portrait) {
|
177
|
-
body {
|
178
|
-
ul#results-container {
|
179
|
-
margin: 0 5vw;
|
180
|
-
width: 90vw;
|
181
|
-
}
|
182
|
-
}
|
183
|
-
}
|
184
|
-
|
185
|
-
@media (orientation: landscape) {
|
186
|
-
body {
|
187
|
-
ul#results-container {
|
188
|
-
margin: 0 85px;
|
189
|
-
width: 500px;
|
190
|
-
}
|
191
|
-
}
|
192
|
-
}
|
193
|
-
|
194
|
-
a.gray {
|
195
|
-
color: #777 !important;
|
196
|
-
font-style: italic;
|
197
|
-
pointer-events: none;
|
198
|
-
}
|
data/_sass/scss/_sidebar.scss
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
.sidebar {
|
2
|
-
width: 207px;
|
3
|
-
height: 100vh;
|
4
|
-
}
|
5
|
-
|
6
|
-
ul.toc {
|
7
|
-
margin: 46px 0 0 0;
|
8
|
-
padding: 0;
|
9
|
-
li {
|
10
|
-
list-style: outside none none;
|
11
|
-
margin: 0;
|
12
|
-
height: 40px;
|
13
|
-
margin: 0 auto 1px;
|
14
|
-
background: rgba(255, 255, 255, 0.5);
|
15
|
-
&:hover {
|
16
|
-
background: rgba(255, 255, 255, 1);
|
17
|
-
}
|
18
|
-
a {
|
19
|
-
color: hsla(0, 5%, 35%, 1);
|
20
|
-
float: left;
|
21
|
-
width: 90%;
|
22
|
-
vertical-align: center;
|
23
|
-
clear: both;
|
24
|
-
text-decoration: none;
|
25
|
-
height: 40px;
|
26
|
-
padding: 0 0 0 10px;
|
27
|
-
display: -webkit-box;
|
28
|
-
display: flex !important;
|
29
|
-
align-items: center;
|
30
|
-
overflow: hidden;
|
31
|
-
text-overflow: ellipsis;
|
32
|
-
white-space: nowrap;
|
33
|
-
&:hover {
|
34
|
-
float: left;
|
35
|
-
clear: both;
|
36
|
-
text-decoration: none;
|
37
|
-
cursor: pointer;
|
38
|
-
text-shadow: none;
|
39
|
-
color: #1177FF;
|
40
|
-
}
|
41
|
-
}
|
42
|
-
}
|
43
|
-
}
|
@@ -1,202 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Syntax highlighting styles
|
3
|
-
*/
|
4
|
-
|
5
|
-
.highlight {
|
6
|
-
background: #fff;
|
7
|
-
.highlighter-rouge & {
|
8
|
-
background: #eef;
|
9
|
-
}
|
10
|
-
.c {
|
11
|
-
color: #998;
|
12
|
-
font-style: italic
|
13
|
-
} // Comment
|
14
|
-
.err {
|
15
|
-
color: #a61717;
|
16
|
-
background-color: #e3d2d2
|
17
|
-
} // Error
|
18
|
-
.k {
|
19
|
-
font-weight: bold
|
20
|
-
} // Keyword
|
21
|
-
.o {
|
22
|
-
font-weight: bold
|
23
|
-
} // Operator
|
24
|
-
.cm {
|
25
|
-
color: #998;
|
26
|
-
font-style: italic
|
27
|
-
} // Comment.Multiline
|
28
|
-
.cp {
|
29
|
-
color: #999;
|
30
|
-
font-weight: bold
|
31
|
-
} // Comment.Preproc
|
32
|
-
.c1 {
|
33
|
-
color: #998;
|
34
|
-
font-style: italic
|
35
|
-
} // Comment.Single
|
36
|
-
.cs {
|
37
|
-
color: #999;
|
38
|
-
font-weight: bold;
|
39
|
-
font-style: italic
|
40
|
-
} // Comment.Special
|
41
|
-
.gd {
|
42
|
-
color: #000;
|
43
|
-
background-color: #fdd
|
44
|
-
} // Generic.Deleted
|
45
|
-
.gd .x {
|
46
|
-
color: #000;
|
47
|
-
background-color: #faa
|
48
|
-
} // Generic.Deleted.Specific
|
49
|
-
.ge {
|
50
|
-
font-style: italic
|
51
|
-
} // Generic.Emph
|
52
|
-
.gr {
|
53
|
-
color: #a00
|
54
|
-
} // Generic.Error
|
55
|
-
.gh {
|
56
|
-
color: #999
|
57
|
-
} // Generic.Heading
|
58
|
-
.gi {
|
59
|
-
color: #000;
|
60
|
-
background-color: #dfd
|
61
|
-
} // Generic.Inserted
|
62
|
-
.gi .x {
|
63
|
-
color: #000;
|
64
|
-
background-color: #afa
|
65
|
-
} // Generic.Inserted.Specific
|
66
|
-
.go {
|
67
|
-
color: #888
|
68
|
-
} // Generic.Output
|
69
|
-
.gp {
|
70
|
-
color: #555
|
71
|
-
} // Generic.Prompt
|
72
|
-
.gs {
|
73
|
-
font-weight: bold
|
74
|
-
} // Generic.Strong
|
75
|
-
.gu {
|
76
|
-
color: #aaa
|
77
|
-
} // Generic.Subheading
|
78
|
-
.gt {
|
79
|
-
color: #a00
|
80
|
-
} // Generic.Traceback
|
81
|
-
.kc {
|
82
|
-
font-weight: bold
|
83
|
-
} // Keyword.Constant
|
84
|
-
.kd {
|
85
|
-
font-weight: bold
|
86
|
-
} // Keyword.Declaration
|
87
|
-
.kp {
|
88
|
-
font-weight: bold
|
89
|
-
} // Keyword.Pseudo
|
90
|
-
.kr {
|
91
|
-
font-weight: bold
|
92
|
-
} // Keyword.Reserved
|
93
|
-
.kt {
|
94
|
-
color: #458;
|
95
|
-
font-weight: bold
|
96
|
-
} // Keyword.Type
|
97
|
-
.m {
|
98
|
-
color: #099
|
99
|
-
} // Literal.Number
|
100
|
-
.s {
|
101
|
-
color: #d14
|
102
|
-
} // Literal.String
|
103
|
-
.na {
|
104
|
-
color: #008080
|
105
|
-
} // Name.Attribute
|
106
|
-
.nb {
|
107
|
-
color: #0086B3
|
108
|
-
} // Name.Builtin
|
109
|
-
.nc {
|
110
|
-
color: #458;
|
111
|
-
font-weight: bold
|
112
|
-
} // Name.Class
|
113
|
-
.no {
|
114
|
-
color: #008080
|
115
|
-
} // Name.Constant
|
116
|
-
.ni {
|
117
|
-
color: #800080
|
118
|
-
} // Name.Entity
|
119
|
-
.ne {
|
120
|
-
color: #900;
|
121
|
-
font-weight: bold
|
122
|
-
} // Name.Exception
|
123
|
-
.nf {
|
124
|
-
color: #900;
|
125
|
-
font-weight: bold
|
126
|
-
} // Name.Function
|
127
|
-
.nn {
|
128
|
-
color: #555
|
129
|
-
} // Name.Namespace
|
130
|
-
.nt {
|
131
|
-
color: #000080
|
132
|
-
} // Name.Tag
|
133
|
-
.nv {
|
134
|
-
color: #008080
|
135
|
-
} // Name.Variable
|
136
|
-
.ow {
|
137
|
-
font-weight: bold
|
138
|
-
} // Operator.Word
|
139
|
-
.w {
|
140
|
-
color: #bbb
|
141
|
-
} // Text.Whitespace
|
142
|
-
.mf {
|
143
|
-
color: #099
|
144
|
-
} // Literal.Number.Float
|
145
|
-
.mh {
|
146
|
-
color: #099
|
147
|
-
} // Literal.Number.Hex
|
148
|
-
.mi {
|
149
|
-
color: #099
|
150
|
-
} // Literal.Number.Integer
|
151
|
-
.mo {
|
152
|
-
color: #099
|
153
|
-
} // Literal.Number.Oct
|
154
|
-
.sb {
|
155
|
-
color: #d14
|
156
|
-
} // Literal.String.Backtick
|
157
|
-
.sc {
|
158
|
-
color: #d14
|
159
|
-
} // Literal.String.Char
|
160
|
-
.sd {
|
161
|
-
color: #d14
|
162
|
-
} // Literal.String.Doc
|
163
|
-
.s2 {
|
164
|
-
color: #d14
|
165
|
-
} // Literal.String.Double
|
166
|
-
.se {
|
167
|
-
color: #d14
|
168
|
-
} // Literal.String.Escape
|
169
|
-
.sh {
|
170
|
-
color: #d14
|
171
|
-
} // Literal.String.Heredoc
|
172
|
-
.si {
|
173
|
-
color: #d14
|
174
|
-
} // Literal.String.Interpol
|
175
|
-
.sx {
|
176
|
-
color: #d14
|
177
|
-
} // Literal.String.Other
|
178
|
-
.sr {
|
179
|
-
color: #009926
|
180
|
-
} // Literal.String.Regex
|
181
|
-
.s1 {
|
182
|
-
color: #d14
|
183
|
-
} // Literal.String.Single
|
184
|
-
.ss {
|
185
|
-
color: #990073
|
186
|
-
} // Literal.String.Symbol
|
187
|
-
.bp {
|
188
|
-
color: #999
|
189
|
-
} // Name.Builtin.Pseudo
|
190
|
-
.vc {
|
191
|
-
color: #008080
|
192
|
-
} // Name.Variable.Class
|
193
|
-
.vg {
|
194
|
-
color: #008080
|
195
|
-
} // Name.Variable.Global
|
196
|
-
.vi {
|
197
|
-
color: #008080
|
198
|
-
} // Name.Variable.Instance
|
199
|
-
.il {
|
200
|
-
color: #099
|
201
|
-
} // Literal.Number.Integer.Long
|
202
|
-
}
|