templates/config.erb in bookmaker-0.5.2 vs templates/config.erb in bookmaker-0.5.5
- old
+ new
@@ -1,11 +1,16 @@
# The book's title. Will be used everywhere!
title: "<%= @title %>"
# The book's language.
-language: en
+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.
@@ -40,9 +45,26 @@
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
\ No newline at end of file