Sha256: ff08ff95d8d63d880367d586663d7bab2459d8d0d053fa2279a58b3f7325a96d
Contents?: true
Size: 817 Bytes
Versions: 1
Compression:
Stored size: 817 Bytes
Contents
# Settings for the book which can be called within the book source files # # in book/book.html.erb # # <p><b>Version:</b> <%= book.version %></p> # # or # # <% if book.epub.version >= 1.0.0 %> # <p>Whew! We made it!</p> # <% end %> version: 0.0.1 title: Bookshop subtitle: An HTML-to-PDF/(e)Book Publishing Framework isbn: 1234567891011 # ISBN-13 # Place the epub specific settings here. Use whatever you want. # You can use these settings in your source layouts by using a tag # in book.html.erb you could use <%= book.epub.title %> epub: title: Bookshop (the eBook) # Place the epub specific settings here html: title: Bookshop (html version) # You can add any additional variables # # foo: # bar: foobar # # in book.html.erb you could use <%= foo.bar %> # --> foobar
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookshop-0.0.17 | lib/bookshop/generators/bookshop/app/templates/config/book.yml |