jekyll-theme-docgen 1.2.0 → 1.2.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 +5 -5
- data/_includes/head-docgen.html +4 -2
- data/_layouts/index-docgen.html +14 -0
- data/_sass/{default-docgen.scss → docgen/default-docgen.scss} +0 -0
- data/_sass/docgen/{_api.scss → docgen/_api.scss} +0 -0
- data/_sass/docgen/{_base.scss → docgen/_base.scss} +6 -0
- data/_sass/docgen/{_layout.scss → docgen/_layout.scss} +0 -0
- data/_sass/docgen/{_syntax-highlighting.scss → docgen/_syntax-highlighting.scss} +0 -0
- data/_sass/docgen/{_utils.scss → docgen/_utils.scss} +0 -0
- data/_sass/docgen/fonts/computer-modern.scss +22 -0
- data/_sass/{fonts → docgen/fonts}/source-code-pro.scss +43 -42
- data/_sass/{latex-docgen.scss → docgen/latex-docgen.scss} +0 -0
- data/_sass/{mla-docgen.scss → docgen/mla-docgen.scss} +0 -0
- data/_sass/{slides-docgen.scss → docgen/slides-docgen.scss} +0 -0
- data/assets/docgen/css/default-style-docgen.scss +4 -0
- data/assets/docgen/css/latex-style-docgen.scss +4 -0
- data/assets/docgen/css/mla-style-docgen.scss +4 -0
- data/assets/{fonts → docgen/fonts}/computer-modern/SIL Open Font License.txt +0 -0
- data/assets/{fonts → docgen/fonts}/computer-modern/cmunbx.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/computer-modern/cmunrm.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/computer-modern/cmuntb.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/computer-modern/cmunti.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-Black.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-BlackIt.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-Bold.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-BoldIt.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-ExtraLight.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-ExtraLightIt.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-It.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-Light.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-LightIt.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-Medium.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-MediumIt.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-Regular.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-Semibold.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/EOT/SourceCodePro-SemiboldIt.eot +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/LICENSE.txt +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-Black.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-BlackIt.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-Bold.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-BoldIt.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-ExtraLight.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-It.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-Light.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-LightIt.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-Medium.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-MediumIt.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-Regular.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-Semibold.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-Black.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-BlackIt.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-Bold.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-BoldIt.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-It.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-Light.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-LightIt.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-Medium.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-MediumIt.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-Regular.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-Semibold.ttf +0 -0
- data/assets/{fonts → docgen/fonts}/source-code-pro/TTF/SourceCodePro-SemiboldIt.ttf +0 -0
- metadata +65 -69
- data/_layouts/slides-docgen.html +0 -4
- data/_layouts/slides.html +0 -4
- data/_sass/fonts/computer-modern.scss +0 -20
- data/assets/css/default-style-docgen.scss +0 -3
- data/assets/css/latex-style-docgen.scss +0 -3
- data/assets/css/mla-style-docgen.scss +0 -3
- data/assets/css/slides-style-docgen.scss +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: cfeb277d1b42bfc73e5b1f3be9fc4469bc6ac7c3d60d3673921e0ec8163a8da6
|
4
|
+
data.tar.gz: '080991ec568bd2ccadb8ef468b2d19236741d5039949cc9dea3cf21b39657268'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e7e81787e729c96038809d0930779958dda39969025b7eca55857c334cd7ad76c873630208bd9cf8f3e90d4949305be23162d5ece9c6d93b67482391d20a909
|
7
|
+
data.tar.gz: 3bcc970a8674750ed62d3207cf77d470a745a7116cf662cd5af9a7a1e9ec605806ad1de0d8f111d4c5e69ae14fe4ddcee062bedbe3808d6e7a90feadc845aba0
|
data/_includes/head-docgen.html
CHANGED
@@ -3,10 +3,12 @@
|
|
3
3
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
5
5
|
<title>{{ page.title | default: 'docgen-document' }}</title>
|
6
|
-
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
6
|
+
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
7
|
+
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
8
|
+
crossorigin="anonymous" defer></script>
|
7
9
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
8
10
|
{% assign style = include.style | default: 'default' %}
|
9
|
-
{% assign href ='/assets/css/' | append: style | append: '-style-docgen.css' | relative_url %}
|
11
|
+
{% assign href ='/assets/docgen/css/' | append: style | append: '-style-docgen.css' | relative_url %}
|
10
12
|
<link rel="stylesheet" href="{{ href }}">
|
11
13
|
{% if include.content %}
|
12
14
|
{{ include.content }}
|
data/_layouts/index-docgen.html
CHANGED
@@ -16,6 +16,20 @@
|
|
16
16
|
<a href="{{ page.url | relative_url }}">{{ page.path }}</a><br/>
|
17
17
|
{% endunless %}
|
18
18
|
{% endfor %}
|
19
|
+
|
20
|
+
<br class="clearfix" />
|
21
|
+
|
22
|
+
{% assign sorted-static-files = site.static_files | sort: "path" %}
|
23
|
+
{% if sorted-static-files.size > 0 %}
|
24
|
+
<h1>Static Files</h1>
|
25
|
+
{% for file in sorted-static-files %}
|
26
|
+
{% assign file-name = file.path | split: '/' | last %}
|
27
|
+
{% unless file-name contains 'scss' %}
|
28
|
+
<a href="{{ file.path | relative_url }}">{{ file.path }}</a><br/>
|
29
|
+
{% endunless %}
|
30
|
+
{% endfor %}
|
31
|
+
{% endif %}
|
32
|
+
|
19
33
|
<br class="clearfix" />
|
20
34
|
{{ content }}
|
21
35
|
</main>
|
File without changes
|
File without changes
|
@@ -110,8 +110,14 @@ code {
|
|
110
110
|
color: $code-text-color;
|
111
111
|
}
|
112
112
|
|
113
|
+
pre.utf-box-drawing,
|
114
|
+
code.utf-box-drawing {
|
115
|
+
font-family: "Source Code Pro";
|
116
|
+
}
|
117
|
+
|
113
118
|
pre {
|
114
119
|
border: 1px solid $code-block-border-color;
|
120
|
+
line-height: 1.3;
|
115
121
|
border-radius: 3px;
|
116
122
|
padding: 8px 12px;
|
117
123
|
overflow-x: auto;
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,22 @@
|
|
1
|
+
$docgen-asset-url: "#{$site-baseurl}/assets/docgen";
|
2
|
+
|
3
|
+
@font-face { // Declaring font faces for LaTeX font
|
4
|
+
font-family: "Computer Modern";
|
5
|
+
src: url('#{$docgen-asset-url}/fonts/computer-modern/cmunrm.ttf');
|
6
|
+
}
|
7
|
+
@font-face {
|
8
|
+
font-family: "Computer Modern";
|
9
|
+
src: url('#{$docgen-asset-url}/fonts/computer-modern/cmunbx.ttf');
|
10
|
+
font-weight: bold;
|
11
|
+
}
|
12
|
+
@font-face {
|
13
|
+
font-family: "Computer Modern";
|
14
|
+
src: url('#{$docgen-asset-url}/fonts/computer-modern/cmunti.ttf');
|
15
|
+
font-style: italic;
|
16
|
+
}
|
17
|
+
|
18
|
+
@font-face {
|
19
|
+
font-family: "Computer Modern Typewriter";
|
20
|
+
src: url('#{$docgen-asset-url}/fonts/computer-modern/cmuntb.ttf');
|
21
|
+
}
|
22
|
+
|
@@ -1,4 +1,5 @@
|
|
1
1
|
// Taken unceremoniously from https://github.com/adobe-fonts/source-code-pro
|
2
|
+
$docgen-asset-url: "#{$site-baseurl}/assets/docgen";
|
2
3
|
/*
|
3
4
|
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/),
|
4
5
|
with Reserved Font Name 'Source'. All Rights Reserved.
|
@@ -103,9 +104,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
103
104
|
font-weight: 200;
|
104
105
|
font-style: normal;
|
105
106
|
font-stretch: normal;
|
106
|
-
src: url('
|
107
|
-
url('
|
108
|
-
url('
|
107
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-ExtraLight.eot') format('embedded-opentype'),
|
108
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-ExtraLight.otf') format('opentype'),
|
109
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf') format('truetype');
|
109
110
|
}
|
110
111
|
|
111
112
|
@font-face{
|
@@ -113,9 +114,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
113
114
|
font-weight: 200;
|
114
115
|
font-style: italic;
|
115
116
|
font-stretch: normal;
|
116
|
-
src: url('
|
117
|
-
url('
|
118
|
-
url('
|
117
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-ExtraLightIt.eot') format('embedded-opentype'),
|
118
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf') format('opentype'),
|
119
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf') format('truetype');
|
119
120
|
}
|
120
121
|
|
121
122
|
@font-face{
|
@@ -123,9 +124,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
123
124
|
font-weight: 300;
|
124
125
|
font-style: normal;
|
125
126
|
font-stretch: normal;
|
126
|
-
src: url('
|
127
|
-
url('
|
128
|
-
url('
|
127
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Light.eot') format('embedded-opentype'),
|
128
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Light.otf') format('opentype'),
|
129
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Light.ttf') format('truetype');
|
129
130
|
}
|
130
131
|
|
131
132
|
@font-face{
|
@@ -133,9 +134,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
133
134
|
font-weight: 300;
|
134
135
|
font-style: italic;
|
135
136
|
font-stretch: normal;
|
136
|
-
src: url('
|
137
|
-
url('
|
138
|
-
url('
|
137
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-LightIt.eot') format('embedded-opentype'),
|
138
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-LightIt.otf') format('opentype'),
|
139
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-LightIt.ttf') format('truetype');
|
139
140
|
}
|
140
141
|
|
141
142
|
@font-face{
|
@@ -143,9 +144,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
143
144
|
font-weight: 400;
|
144
145
|
font-style: normal;
|
145
146
|
font-stretch: normal;
|
146
|
-
src: url('
|
147
|
-
url('
|
148
|
-
url('
|
147
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Regular.eot') format('embedded-opentype'),
|
148
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Regular.otf') format('opentype'),
|
149
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Regular.ttf') format('truetype');
|
149
150
|
}
|
150
151
|
|
151
152
|
@font-face{
|
@@ -153,9 +154,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
153
154
|
font-weight: 400;
|
154
155
|
font-style: italic;
|
155
156
|
font-stretch: normal;
|
156
|
-
src: url('
|
157
|
-
url('
|
158
|
-
url('
|
157
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-It.eot') format('embedded-opentype'),
|
158
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-It.otf') format('opentype'),
|
159
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-It.ttf') format('truetype');
|
159
160
|
}
|
160
161
|
|
161
162
|
@font-face{
|
@@ -163,9 +164,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
163
164
|
font-weight: 500;
|
164
165
|
font-style: normal;
|
165
166
|
font-stretch: normal;
|
166
|
-
src: url('
|
167
|
-
url('
|
168
|
-
url('
|
167
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Medium.eot') format('embedded-opentype'),
|
168
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Medium.otf') format('opentype'),
|
169
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Medium.ttf') format('truetype');
|
169
170
|
}
|
170
171
|
|
171
172
|
@font-face{
|
@@ -173,9 +174,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
173
174
|
font-weight: 500;
|
174
175
|
font-style: italic;
|
175
176
|
font-stretch: normal;
|
176
|
-
src: url('
|
177
|
-
url('
|
178
|
-
url('
|
177
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-MediumIt.eot') format('embedded-opentype'),
|
178
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-MediumIt.otf') format('opentype'),
|
179
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-MediumIt.ttf') format('truetype');
|
179
180
|
}
|
180
181
|
|
181
182
|
@font-face{
|
@@ -183,9 +184,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
183
184
|
font-weight: 600;
|
184
185
|
font-style: normal;
|
185
186
|
font-stretch: normal;
|
186
|
-
src: url('
|
187
|
-
url('
|
188
|
-
url('
|
187
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Semibold.eot') format('embedded-opentype'),
|
188
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Semibold.otf') format('opentype'),
|
189
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Semibold.ttf') format('truetype');
|
189
190
|
}
|
190
191
|
|
191
192
|
@font-face{
|
@@ -193,9 +194,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
193
194
|
font-weight: 600;
|
194
195
|
font-style: italic;
|
195
196
|
font-stretch: normal;
|
196
|
-
src: url('
|
197
|
-
url('
|
198
|
-
url('
|
197
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-SemiboldIt.eot') format('embedded-opentype'),
|
198
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf') format('opentype'),
|
199
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-SemiboldIt.ttf') format('truetype');
|
199
200
|
}
|
200
201
|
|
201
202
|
@font-face{
|
@@ -203,9 +204,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
203
204
|
font-weight: 700;
|
204
205
|
font-style: normal;
|
205
206
|
font-stretch: normal;
|
206
|
-
src: url('
|
207
|
-
url('
|
208
|
-
url('
|
207
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Bold.eot') format('embedded-opentype'),
|
208
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Bold.otf') format('opentype'),
|
209
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Bold.ttf') format('truetype');
|
209
210
|
}
|
210
211
|
|
211
212
|
@font-face{
|
@@ -213,9 +214,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
213
214
|
font-weight: 700;
|
214
215
|
font-style: italic;
|
215
216
|
font-stretch: normal;
|
216
|
-
src: url('
|
217
|
-
url('
|
218
|
-
url('
|
217
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-BoldIt.eot') format('embedded-opentype'),
|
218
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-BoldIt.otf') format('opentype'),
|
219
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-BoldIt.ttf') format('truetype');
|
219
220
|
}
|
220
221
|
|
221
222
|
@font-face{
|
@@ -223,9 +224,9 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
223
224
|
font-weight: 900;
|
224
225
|
font-style: normal;
|
225
226
|
font-stretch: normal;
|
226
|
-
src: url('
|
227
|
-
url('
|
228
|
-
url('
|
227
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Black.eot') format('embedded-opentype'),
|
228
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Black.otf') format('opentype'),
|
229
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Black.ttf') format('truetype');
|
229
230
|
}
|
230
231
|
|
231
232
|
@font-face{
|
@@ -233,7 +234,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
233
234
|
font-weight: 900;
|
234
235
|
font-style: italic;
|
235
236
|
font-stretch: normal;
|
236
|
-
src: url('
|
237
|
-
url('
|
238
|
-
url('
|
237
|
+
src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-BlackIt.eot') format('embedded-opentype'),
|
238
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-BlackIt.otf') format('opentype'),
|
239
|
+
url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-BlackIt.ttf') format('truetype');
|
239
240
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-docgen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Albert Liu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -44,71 +44,68 @@ files:
|
|
44
44
|
- _layouts/latex.html
|
45
45
|
- _layouts/mla-docgen.html
|
46
46
|
- _layouts/mla.html
|
47
|
-
-
|
48
|
-
-
|
49
|
-
- _sass/
|
50
|
-
- _sass/docgen/
|
51
|
-
- _sass/docgen/
|
52
|
-
- _sass/docgen/
|
53
|
-
- _sass/docgen/
|
54
|
-
- _sass/docgen/
|
55
|
-
- _sass/
|
56
|
-
- _sass/
|
57
|
-
- _sass/
|
58
|
-
-
|
59
|
-
-
|
60
|
-
- assets/css/
|
61
|
-
- assets/
|
62
|
-
- assets/
|
63
|
-
- assets/
|
64
|
-
- assets/fonts/computer-modern/
|
65
|
-
- assets/fonts/computer-modern/
|
66
|
-
- assets/fonts/
|
67
|
-
- assets/fonts/
|
68
|
-
- assets/fonts/
|
69
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
70
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
71
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
72
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
73
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
74
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
75
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
76
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
77
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
78
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
79
|
-
- assets/fonts/source-code-pro/EOT/SourceCodePro-
|
80
|
-
- assets/fonts/source-code-pro/
|
81
|
-
- assets/fonts/source-code-pro/
|
82
|
-
- assets/fonts/source-code-pro/
|
83
|
-
- assets/fonts/source-code-pro/
|
84
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
85
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
86
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
87
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
88
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
89
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
90
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
91
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
92
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
93
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
94
|
-
- assets/fonts/source-code-pro/OTF/SourceCodePro-
|
95
|
-
- assets/fonts/source-code-pro/
|
96
|
-
- assets/fonts/source-code-pro/
|
97
|
-
- assets/fonts/source-code-pro/
|
98
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
99
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
100
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
101
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
102
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
103
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
104
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
105
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
106
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
107
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
108
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-
|
109
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-Regular.ttf
|
110
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-Semibold.ttf
|
111
|
-
- assets/fonts/source-code-pro/TTF/SourceCodePro-SemiboldIt.ttf
|
47
|
+
- _sass/docgen/default-docgen.scss
|
48
|
+
- _sass/docgen/docgen/_api.scss
|
49
|
+
- _sass/docgen/docgen/_base.scss
|
50
|
+
- _sass/docgen/docgen/_layout.scss
|
51
|
+
- _sass/docgen/docgen/_syntax-highlighting.scss
|
52
|
+
- _sass/docgen/docgen/_utils.scss
|
53
|
+
- _sass/docgen/fonts/computer-modern.scss
|
54
|
+
- _sass/docgen/fonts/source-code-pro.scss
|
55
|
+
- _sass/docgen/latex-docgen.scss
|
56
|
+
- _sass/docgen/mla-docgen.scss
|
57
|
+
- _sass/docgen/slides-docgen.scss
|
58
|
+
- assets/docgen/css/default-style-docgen.scss
|
59
|
+
- assets/docgen/css/latex-style-docgen.scss
|
60
|
+
- assets/docgen/css/mla-style-docgen.scss
|
61
|
+
- assets/docgen/fonts/computer-modern/SIL Open Font License.txt
|
62
|
+
- assets/docgen/fonts/computer-modern/cmunbx.ttf
|
63
|
+
- assets/docgen/fonts/computer-modern/cmunrm.ttf
|
64
|
+
- assets/docgen/fonts/computer-modern/cmuntb.ttf
|
65
|
+
- assets/docgen/fonts/computer-modern/cmunti.ttf
|
66
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Black.eot
|
67
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-BlackIt.eot
|
68
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Bold.eot
|
69
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-BoldIt.eot
|
70
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-ExtraLight.eot
|
71
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-ExtraLightIt.eot
|
72
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-It.eot
|
73
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Light.eot
|
74
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-LightIt.eot
|
75
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Medium.eot
|
76
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-MediumIt.eot
|
77
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Regular.eot
|
78
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Semibold.eot
|
79
|
+
- assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-SemiboldIt.eot
|
80
|
+
- assets/docgen/fonts/source-code-pro/LICENSE.txt
|
81
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Black.otf
|
82
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-BlackIt.otf
|
83
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Bold.otf
|
84
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-BoldIt.otf
|
85
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-ExtraLight.otf
|
86
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf
|
87
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-It.otf
|
88
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Light.otf
|
89
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-LightIt.otf
|
90
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Medium.otf
|
91
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-MediumIt.otf
|
92
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Regular.otf
|
93
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Semibold.otf
|
94
|
+
- assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf
|
95
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Black.ttf
|
96
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-BlackIt.ttf
|
97
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Bold.ttf
|
98
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-BoldIt.ttf
|
99
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf
|
100
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf
|
101
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-It.ttf
|
102
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Light.ttf
|
103
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-LightIt.ttf
|
104
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Medium.ttf
|
105
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-MediumIt.ttf
|
106
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Regular.ttf
|
107
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Semibold.ttf
|
108
|
+
- assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-SemiboldIt.ttf
|
112
109
|
homepage: https://github.com/a1liu/docgen
|
113
110
|
licenses:
|
114
111
|
- MIT
|
@@ -129,8 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
126
|
- !ruby/object:Gem::Version
|
130
127
|
version: '0'
|
131
128
|
requirements: []
|
132
|
-
|
133
|
-
rubygems_version: 2.5.2.3
|
129
|
+
rubygems_version: 3.0.3
|
134
130
|
signing_key:
|
135
131
|
specification_version: 4
|
136
132
|
summary: A document generation helper theme for Jekyll.
|
data/_layouts/slides-docgen.html
DELETED
data/_layouts/slides.html
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
@font-face { // Declaring font faces for LaTeX font
|
2
|
-
font-family: "Computer Modern";
|
3
|
-
src: url('../fonts/computer-modern/cmunrm.ttf');
|
4
|
-
}
|
5
|
-
@font-face {
|
6
|
-
font-family: "Computer Modern";
|
7
|
-
src: url('../fonts/computer-modern/cmunbx.ttf');
|
8
|
-
font-weight: bold;
|
9
|
-
}
|
10
|
-
@font-face {
|
11
|
-
font-family: "Computer Modern";
|
12
|
-
src: url('../fonts/computer-modern/cmunti.ttf');
|
13
|
-
font-style: italic;
|
14
|
-
}
|
15
|
-
|
16
|
-
@font-face {
|
17
|
-
font-family: "Computer Modern Typewriter";
|
18
|
-
src: url('../fonts/computer-modern/cmuntb.ttf');
|
19
|
-
}
|
20
|
-
|