Sha256: e4fa19782cf74eaf90c435da2a79f1ef1155d9aa8384eb3b8cfcc6917185dab2
Contents?: true
Size: 1.88 KB
Versions: 4
Compression:
Stored size: 1.88 KB
Contents
# The book's title. Will be used everywhere! title: "<%= @title %>" epub_cover: "cover.jpg" # Name of bookcover # If you have returning characters, put them here: # returning_characters: "" #next_book: Title of next book in series # The book's language. language: "en" # Type: 'fiction' or 'nonfiction' type: 'fiction' # Status: 'draft' or 'final' status: "draft" # Chapter Style based on Memoir class # ftp://ftp.tex.ac.uk/tex-archive/documentation/MemoirChapStyles/MemoirChapStyles.pdf chapter_style: "chappell" # 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)]" # WTF UUID? # https://en.wikipedia.org/wiki/Universally_unique_identifier uuid: "<%= @uuid %>" # 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: "Series TItle" books: - "Book in Series" - "Book in Series" # fonts: serif: "Georgia" sans: "Tahoma" mono: "Courier" designer: book: "Ben Wilson" cover: "<%= @name %>" editors: text:
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
verku-0.10.1 | templates/config.erb |
verku-0.10.0 | templates/config.erb |
verku-0.8.1.0 | templates/config.erb |
verku-0.8.0.p | templates/config.erb |