jekyll-pandoc-multiple-formats 0.2.8 → 0.2.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae4f204b25da48bf23c3cc6415a023adf413dc23
4
- data.tar.gz: f8d4adf58a8aa816fc875f2f1707c919206657aa
3
+ metadata.gz: 2f1db8befa73e25ed3046e15a5c3c38ac3893544
4
+ data.tar.gz: 963d6a166f04b397da698b5f9439e3cbce086300
5
5
  SHA512:
6
- metadata.gz: e98d40eb67505688a4f1f5fa753471b6b9f62e2d652e7a788d425df2ee8e83d56cbf7e6aa0e5fa4ecf609e39e7bbdfb3097808b7609aeeee5d4794e99600f1f3
7
- data.tar.gz: 7be4cf3f2dd1199720c40d8999740177392e0839367e246df0b8da70babb9363b065de48d4e25958414a3fd96b4e309741cb769ff7e24bf72923bd7222a27f72
6
+ metadata.gz: 21c3e510792e16ebd0350a505e348a73055a25d17f2b7665f182accf87612e36ac5ec6953bcda9afa2e271df16eb5360c031daf0e24a869541e414dcddab616e
7
+ data.tar.gz: 3662dc1a5a5062dd959ce5c51ee6d22650c7b6c3dfec430d5cf050cc7caa524ddf88cdee3757d4d70c95a178f1631aeb6ad27b37ba3105f276655d2dbf33b07b
@@ -1 +1,2 @@
1
- Y&� &_4_b ��� ��mw�4h���ga~�;��DF��R}�7��I�=p
1
+ �aD���S"����9��0w4��+c�
2
+ ��d 6���g��?y; Ab'��Q�%�BYc���Bj��/���疡Ҟ-@�/�ж@0̭������!f}�7 `1G�T�w��S�w�����UY����J¿��;�Jd�$OSyD+846����S��$E���A
data.tar.gz.sig CHANGED
@@ -1,3 +1,2 @@
1
- O� 'i�S�VF7�U�:in��n�ht�Y�)D ���6xa�i�5� i�72�T�\|���3�Eם�[�9&��٪�Zg�nY�Z9�s4���
2
- |0V|��_�F%���p!����Zhz�i ��Y�}a,hz =Q��<ʟ�3����eG��^�BfСOo����nDG����?+q���蟟!�9S������K�Sh
3
- x��+��J�b������2��@��+'t��� �ybږ��E���}�U
1
+
2
+ Y'C�SV�r�L���]h��Qn}��
data/README.md CHANGED
@@ -41,6 +41,7 @@ pandoc:
41
41
  imposition: true
42
42
  binder: true
43
43
  covers_dir: assets/covers
44
+ signature: 20
44
45
 
45
46
  flags: '--smart'
46
47
  site_flags: '--toc'
@@ -72,12 +73,18 @@ regular jekyll site build.
72
73
 
73
74
  * `bundle_permalink` is the path of the bundled articles
74
75
 
75
- * `papersize` is the page size for PDF
76
+ * `papersize` is the page size for PDF. You can also use this option on
77
+ the front matter.
76
78
 
77
- * `sheetsize` is the page size for ready the print PDF
79
+ * `sheetsize` is the page size for ready the print PDF. You can also
80
+ use this option on the front matter.
78
81
 
79
82
  * `covers_dir` the directory where covers are stored
80
83
 
84
+ * `signature` is the amount of pages per fold on the imposition version.
85
+ Specify `0` for a single fold of all the pages. You can also use this
86
+ option on the front matter.
87
+
81
88
  **IMPORTANT**: As of version 0.1.0 the syntax of the config changed.
82
89
  Please upgrade your `_config.yml` accordingly.
83
90
 
@@ -34,6 +34,8 @@ module JekyllPandocMultipleFormats
34
34
  @blank_pages = @rounded_pages - @pages
35
35
  # If we don't use a signature, make a single fold
36
36
  @signature = signature || @rounded_pages
37
+ # Also if we specified 0
38
+ @signature = @rounded_pages if signature == 0
37
39
 
38
40
  render_template
39
41
  self
@@ -46,7 +46,7 @@ module Jekyll
46
46
  @title = posts.data['title'] unless title
47
47
  end
48
48
 
49
- @slug = Utils.slugify(title)
49
+ @slug = Utils.slugify(@title)
50
50
  end
51
51
 
52
52
  def path
@@ -1,3 +1,3 @@
1
1
  module JekyllPandocMultipleFormats
2
- VERSION = '0.2.8'
2
+ VERSION = '0.2.9.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-pandoc-multiple-formats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Pasquier Juan
@@ -31,7 +31,7 @@ cert_chain:
31
31
  BUqp/mLzRz6ncVA5aic7bt1x1j8dfcrly4tjnKo+ejU8bmNxxRnt3VKYPwb2qkiJ
32
32
  yvQi4b03YlulL/EyYAJ5Y7rDoLZamrq65p93h2TQxC3yKM+PvvgzStmg+xzNyw==
33
33
  -----END CERTIFICATE-----
34
- date: 2017-01-10 00:00:00.000000000 Z
34
+ date: 2017-05-24 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: jekyll
metadata.gz.sig CHANGED
Binary file