Sha256: b3ba795f1e2f0940eba7d6fa30efbc4dae803a0ee2be65eac8e3b20a0fa8cb50
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 KB
Contents
# The book's title. Will be used everywhere! title: "<%= @title %>" # The book's language. language: "en" # Type: 'fiction' or 'nonfiction' type: 'fiction' # Status: 'draft' or 'final' status: "draft" # Your book copyright info. # Here's some examples: # # Copyright <%= @year %> by <%= @name %>. # Copyright <%= @year %> by <%= @name %>. This work is licensed under MIT License. # This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. # This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. # This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. # copyright: "Copyright (C) <%= @year %> <%= @name %>." # Who's publishing this book. publisher: "<%= @name %>" # When this book was published. published_at: "<%= Date.today %>" # Some book description. subject: "[Your book description]" # Some keywords that identify this book. keywords: "[Your book keywords (comma-separated)]" # Some unique identification. Works great with your domain # like `http://yourbook.example.com`. uid: "<%= @uid %>" # Your book identification like ISBN or ISSN. identifier: id: "9-87654-3231-0123" type: "ISBN-13" # can be ISBN, ISSN or URL # This book authors. authors: - "<%= @name %>" # The base URL from your source code. base_url: http://example.com series: title: books: - "Bellicose" # fonts: serif: "Garamond" sans: "Tahoma" mono: "Courier" designer: book: "Ben Wilson" cover: "<%= @name %>" editors: text: #========== # Book Manifest sections: - 01-Welcome.md
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookmaker-0.5.5 | templates/config.erb |