tufte-pandoc-jekyll 0.8.5 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/_sass/_tufte.scss +14 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f671d9b775bca1c41521538cdab4061cf75d0907
4
- data.tar.gz: e73e7b18bec1df81c368f0aafa99f472a01fbd95
3
+ metadata.gz: c1372055a4aeee106ee0cb6fc17b4bfc60a743bf
4
+ data.tar.gz: 91fd56252cfc41c246c0dc8c4793a78e9a38eff3
5
5
  SHA512:
6
- metadata.gz: a29bcb029068f968ac5d04fd5e18caec5df28e7078dc67a4b3b85f52fb0122d6d9c76de40d29b5ee7e8159f5725fd1e753d79d9b1b5a94735de9fdfc6706dd75
7
- data.tar.gz: 7bb4d505c00d2716333aa988495cb7a06cc77f655c8bfda63b619a9bad90d1a9ada892a6cc78b4fdea63f04e4a389da2fc6ad648be140072423d487a07258bd9
6
+ metadata.gz: 6f380ee6ef553f58720143a326ba85be30b02496e3cdffb76e638fea38c8824a98c796215eec786d7a239eee15417923791334674dd12692d65a9c9e18d13392
7
+ data.tar.gz: 91fbb94f882bc52b60f9a2d11c3b65c8249968ce61f65df94c3c4159de25a6deb207c3b400df2ef07377ec9cc5066fafd36b70d59368ac061fea32dc383ce60b
data/README.md CHANGED
@@ -11,10 +11,10 @@ based off of
11
11
 
12
12
  You may ask, "What's the difference between this and `tufte-jekyll`?"
13
13
 
14
- Using `pandoc-sidenote`, we don't have to use `{% sidenote %}...{% sidenote%}`
14
+ Using `pandoc-sidenote`, we don't have to use `{% sidenote %}...{% sidenote %}`
15
15
  and can instead just use `[^1]` like normal Pandoc markdown.
16
16
 
17
- For a demo, see `https://jez.io/talks`.
17
+ For a demo, see <https://jez.io/talks/>.
18
18
 
19
19
  ## Installation
20
20
 
data/_sass/_tufte.scss CHANGED
@@ -171,7 +171,7 @@ img { max-width: 100%; }
171
171
 
172
172
  blockquote .sidenote, blockquote .marginnote { margin-right: -82%;
173
173
  min-width: 59%;
174
- text-align: left; }
174
+ text-align: left; }
175
175
 
176
176
  p, footer, table { width: 55%; }
177
177
 
@@ -212,12 +212,24 @@ label.sidenote-number { display: inline; }
212
212
 
213
213
  label.margin-toggle:not(.sidenote-number) { display: none; }
214
214
 
215
+ .iframe-wrapper { position: relative;
216
+ padding-bottom: 56.25%; /* 16:9 */
217
+ padding-top: 25px;
218
+ height: 0; }
219
+
220
+ .iframe-wrapper iframe { position: absolute;
221
+ top: 0;
222
+ left: 0;
223
+ width: 100%;
224
+ height: 100%; }
225
+
215
226
  @media (max-width: 760px) { body { width: 84%;
216
227
  padding-left: 8%;
217
228
  padding-right: 8%; }
218
229
  p, footer { width: 100%; }
219
230
  pre.code { width: 97%; }
220
- ul { width: 85%; }
231
+ section > ol { width: 90%; }
232
+ section > ul { width: 90%; }
221
233
  figure { max-width: 90%; }
222
234
  figcaption, figure.fullwidth figcaption { margin-right: 0%;
223
235
  max-width: none; }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tufte-pandoc-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Zimmerman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-21 00:00:00.000000000 Z
11
+ date: 2017-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-pandoc
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  requirements: []
110
110
  rubyforge_project:
111
- rubygems_version: 2.5.2
111
+ rubygems_version: 2.6.13
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: A Jekyll theme based on jez/tufte-pandoc-css