jekyll-theme-tufte 0.3.0

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.
Files changed (55) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +24 -0
  3. data/README.md +81 -0
  4. data/_config.yml +18 -0
  5. data/_includes/footer.html +11 -0
  6. data/_includes/head.html +25 -0
  7. data/_includes/header.html +33 -0
  8. data/_includes/print-footer.html +1 -0
  9. data/_layouts/blog.html +30 -0
  10. data/_layouts/default.html +12 -0
  11. data/_layouts/page-hero.html +8 -0
  12. data/_layouts/page.html +8 -0
  13. data/_layouts/post.html +12 -0
  14. data/_sass/_extras.scss +362 -0
  15. data/_sass/_settings.scss +16 -0
  16. data/_sass/_site-style.scss +1 -0
  17. data/_sass/_style_base16.monokai.dark.css +81 -0
  18. data/_sass/_style_github.css +221 -0
  19. data/_sass/_syntax-highlighting.scss +11 -0
  20. data/_sass/_tufte.scss +447 -0
  21. data/assets/css/fonts-et-book.css +38 -0
  22. data/assets/css/fonts-lato.css +92 -0
  23. data/assets/css/latex.scss +21 -0
  24. data/assets/css/main.scss +14 -0
  25. data/assets/fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff +0 -0
  26. data/assets/fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff +0 -0
  27. data/assets/fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff +0 -0
  28. data/assets/fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.woff +0 -0
  29. data/assets/fonts/et-book/et-book-semi-bold-old-style-figures/et-book-semi-bold-old-style-figures.woff +0 -0
  30. data/assets/fonts/lato-latin/LatoLatin-Black.woff2 +0 -0
  31. data/assets/fonts/lato-latin/LatoLatin-BlackItalic.woff2 +0 -0
  32. data/assets/fonts/lato-latin/LatoLatin-Bold.woff2 +0 -0
  33. data/assets/fonts/lato-latin/LatoLatin-BoldItalic.woff2 +0 -0
  34. data/assets/fonts/lato-latin/LatoLatin-Heavy.woff2 +0 -0
  35. data/assets/fonts/lato-latin/LatoLatin-HeavyItalic.woff2 +0 -0
  36. data/assets/fonts/lato-latin/LatoLatin-Italic.woff2 +0 -0
  37. data/assets/fonts/lato-latin/LatoLatin-Light.woff2 +0 -0
  38. data/assets/fonts/lato-latin/LatoLatin-LightItalic.woff2 +0 -0
  39. data/assets/fonts/lato-latin/LatoLatin-Medium.woff2 +0 -0
  40. data/assets/fonts/lato-latin/LatoLatin-MediumItalic.woff2 +0 -0
  41. data/assets/fonts/lato-latin/LatoLatin-Regular.woff2 +0 -0
  42. data/assets/fonts/lato-latin/LatoLatin-Thin.woff2 +0 -0
  43. data/assets/fonts/lato-latin/LatoLatin-ThinItalic.woff2 +0 -0
  44. data/assets/fonts/lato-latin/OFL.txt +94 -0
  45. data/blog/index.md +5 -0
  46. data/lib/jekyll-theme-tufte/epigraph.rb +59 -0
  47. data/lib/jekyll-theme-tufte/fullwidth.rb +36 -0
  48. data/lib/jekyll-theme-tufte/main_column_img.rb +36 -0
  49. data/lib/jekyll-theme-tufte/margin_figure.rb +44 -0
  50. data/lib/jekyll-theme-tufte/marginnote.rb +27 -0
  51. data/lib/jekyll-theme-tufte/mathjaxtag.rb +27 -0
  52. data/lib/jekyll-theme-tufte/newthought.rb +32 -0
  53. data/lib/jekyll-theme-tufte/sidenote.rb +27 -0
  54. data/lib/jekyll-theme-tufte.rb +10 -0
  55. metadata +154 -0
@@ -0,0 +1,81 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #f8f8f2;
5
+ /* background-color: #272822; */
6
+ }
7
+ .highlight .err {
8
+ color: #272822;
9
+ background-color: #f92672;
10
+ }
11
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
12
+ color: #75715e;
13
+ }
14
+ .highlight .cp {
15
+ color: #f4bf75;
16
+ }
17
+ .highlight .nt {
18
+ color: #f4bf75;
19
+ }
20
+ .highlight .o, .highlight .ow {
21
+ color: #f8f8f2;
22
+ }
23
+ .highlight .p, .highlight .pi {
24
+ color: #f8f8f2;
25
+ }
26
+ .highlight .gi {
27
+ color: #a6e22e;
28
+ }
29
+ .highlight .gd {
30
+ color: #f92672;
31
+ }
32
+ .highlight .gh {
33
+ color: #66d9ef;
34
+ /* background-color: #272822; */
35
+ font-weight: bold;
36
+ }
37
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
38
+ color: #ae81ff;
39
+ }
40
+ .highlight .kc {
41
+ color: #fd971f;
42
+ }
43
+ .highlight .kt {
44
+ color: #fd971f;
45
+ }
46
+ .highlight .kd {
47
+ color: #fd971f;
48
+ }
49
+ .highlight .s, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
50
+ color: #a6e22e;
51
+ }
52
+ .highlight .sa {
53
+ color: #ae81ff;
54
+ }
55
+ .highlight .sr {
56
+ color: #a1efe4;
57
+ }
58
+ .highlight .si {
59
+ color: #cc6633;
60
+ }
61
+ .highlight .se {
62
+ color: #cc6633;
63
+ }
64
+ .highlight .nn {
65
+ color: #f4bf75;
66
+ }
67
+ .highlight .nc {
68
+ color: #f4bf75;
69
+ }
70
+ .highlight .no {
71
+ color: #f4bf75;
72
+ }
73
+ .highlight .na {
74
+ color: #66d9ef;
75
+ }
76
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
77
+ color: #a6e22e;
78
+ }
79
+ .highlight .ss {
80
+ color: #a6e22e;
81
+ }
@@ -0,0 +1,221 @@
1
+ /* Generated by `rouge style github` with minor changes */
2
+
3
+ .highlight table td { padding: 5px; }
4
+ .highlight table pre { margin: 0; }
5
+ .highlight .cm {
6
+ /* color: #999988; */
7
+ color: #888877;
8
+ font-style: italic;
9
+ }
10
+ .highlight .cp {
11
+ color: #999999;
12
+ font-weight: bold;
13
+ }
14
+ .highlight .c1 {
15
+ /* color: #999988; */
16
+ color: #888877;
17
+ font-style: italic;
18
+ }
19
+ .highlight .cs {
20
+ /* color: #999999; */
21
+ color: #888888;
22
+ font-weight: bold;
23
+ font-style: italic;
24
+ }
25
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
26
+ /* color: #999988; */
27
+ color: #888877;
28
+ font-style: italic;
29
+ }
30
+ .highlight .err {
31
+ color: #a61717;
32
+ background-color: #e3d2d2;
33
+ }
34
+ .highlight .gd {
35
+ color: #000000;
36
+ background-color: #ffdddd;
37
+ }
38
+ .highlight .ge {
39
+ color: #000000;
40
+ font-style: italic;
41
+ }
42
+ .highlight .gr {
43
+ color: #aa0000;
44
+ }
45
+ .highlight .gh {
46
+ /* color: #999999; */
47
+ color: #888888;
48
+ }
49
+ .highlight .gi {
50
+ color: #000000;
51
+ background-color: #ddffdd;
52
+ }
53
+ .highlight .go {
54
+ color: #888888;
55
+ }
56
+ .highlight .gp {
57
+ color: #555555;
58
+ }
59
+ .highlight .gs {
60
+ font-weight: bold;
61
+ }
62
+ .highlight .gu {
63
+ color: #aaaaaa;
64
+ }
65
+ .highlight .gt {
66
+ color: #aa0000;
67
+ }
68
+ .highlight .kc {
69
+ color: #000000;
70
+ font-weight: bold;
71
+ }
72
+ .highlight .kd {
73
+ color: #000000;
74
+ font-weight: bold;
75
+ }
76
+ .highlight .kn {
77
+ color: #000000;
78
+ font-weight: bold;
79
+ }
80
+ .highlight .kp {
81
+ color: #000000;
82
+ font-weight: bold;
83
+ }
84
+ .highlight .kr {
85
+ color: #000000;
86
+ font-weight: bold;
87
+ }
88
+ .highlight .kt {
89
+ color: #445588;
90
+ font-weight: bold;
91
+ }
92
+ .highlight .k, .highlight .kv {
93
+ color: #000000;
94
+ font-weight: bold;
95
+ }
96
+ .highlight .mf {
97
+ color: #009999;
98
+ }
99
+ .highlight .mh {
100
+ color: #009999;
101
+ }
102
+ .highlight .il {
103
+ color: #009999;
104
+ }
105
+ .highlight .mi {
106
+ color: #009999;
107
+ }
108
+ .highlight .mo {
109
+ color: #009999;
110
+ }
111
+ .highlight .m, .highlight .mb, .highlight .mx {
112
+ color: #009999;
113
+ }
114
+ .highlight .sa {
115
+ color: #000000;
116
+ font-weight: bold;
117
+ }
118
+ .highlight .sb {
119
+ color: #d14;
120
+ }
121
+ .highlight .sc {
122
+ color: #d14;
123
+ }
124
+ .highlight .sd {
125
+ color: #d14;
126
+ }
127
+ .highlight .s2 {
128
+ color: #d14;
129
+ }
130
+ .highlight .se {
131
+ color: #d14;
132
+ }
133
+ .highlight .sh {
134
+ color: #d14;
135
+ }
136
+ .highlight .si {
137
+ color: #d14;
138
+ }
139
+ .highlight .sx {
140
+ color: #d14;
141
+ }
142
+ .highlight .sr {
143
+ color: #009926;
144
+ }
145
+ .highlight .s1 {
146
+ color: #d14;
147
+ }
148
+ .highlight .ss {
149
+ color: #990073;
150
+ }
151
+ .highlight .s, .highlight .dl {
152
+ color: #d14;
153
+ }
154
+ .highlight .na {
155
+ color: #008080;
156
+ }
157
+ .highlight .bp {
158
+ /* color: #999999; */
159
+ color: #888888;
160
+ }
161
+ .highlight .nb {
162
+ color: #0086B3;
163
+ }
164
+ .highlight .nc {
165
+ color: #445588;
166
+ font-weight: bold;
167
+ }
168
+ .highlight .no {
169
+ color: #008080;
170
+ }
171
+ .highlight .nd {
172
+ color: #3c5d5d;
173
+ font-weight: bold;
174
+ }
175
+ .highlight .ni {
176
+ color: #800080;
177
+ }
178
+ .highlight .ne {
179
+ color: #990000;
180
+ font-weight: bold;
181
+ }
182
+ .highlight .nf, .highlight .fm {
183
+ color: #990000;
184
+ font-weight: bold;
185
+ }
186
+ .highlight .nl {
187
+ color: #990000;
188
+ font-weight: bold;
189
+ }
190
+ .highlight .nn {
191
+ color: #555555;
192
+ }
193
+ .highlight .nt {
194
+ color: #000080;
195
+ }
196
+ .highlight .vc {
197
+ color: #008080;
198
+ }
199
+ .highlight .vg {
200
+ color: #008080;
201
+ }
202
+ .highlight .vi {
203
+ color: #008080;
204
+ }
205
+ .highlight .nv, .highlight .vm {
206
+ color: #008080;
207
+ }
208
+ .highlight .ow {
209
+ color: #000000;
210
+ font-weight: bold;
211
+ }
212
+ .highlight .o {
213
+ color: #000000;
214
+ font-weight: bold;
215
+ }
216
+ .highlight .w {
217
+ color: #bbbbbb;
218
+ }
219
+ .highlight {
220
+ /* background-color: #f8f8f8; */
221
+ }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Syntax highlighting styles
3
+ */
4
+
5
+ @media (prefers-color-scheme: dark) {
6
+ @import "_style_base16.monokai.dark";
7
+ }
8
+
9
+ @media (prefers-color-scheme: light) {
10
+ @import "_style_github";
11
+ }