templates/config.erb in bookmaker-0.5.5 vs templates/config.erb in bookmaker-0.6.0

- old
+ new

@@ -1,16 +1,27 @@ # 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' +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. @@ -47,27 +58,27 @@ # The base URL from your source code. base_url: http://example.com series: - title: + title: "Series TItle" books: - - "Bellicose" -# + - "Book in Series" + - "Book in Series" +# fonts: - serif: "Garamond" + serif: "Georgia" sans: "Tahoma" mono: "Courier" designer: book: "Ben Wilson" cover: "<%= @name %>" - + editors: text: #========== # Book Manifest sections: - 01-Welcome.md - \ No newline at end of file