# Settings for the book which can be called within the book source files

# ----------------
# Book Meta Data
#   Can be used in EJS: <%= meta.title %>
# ________________
meta:
  # add any additional data your want
  #   e.g. - pagecount: 221 (access with <%= meta.pagecount %>)
  title: Publishing With BookPub
  subtitle: A real world guide to book publishing
  author: Rev Dave Thompson
  isbn-13: 0123456789101
  isbn-10: 0123456789
  publisher: World Uniting Press
  date: 2023-05-01
  language: en
  lccn: 0123456789
  subject: Non-fiction
  rights: All Rights Reserved

# -------------------
# BookPub Settings
# ___________________
settings:
  # This is the entry point for the manuscript source
  # Can also include an array of files [file1, file2, etc.]
  entryfile: index.md.ejs

# ---------------------------
# Embedded Javascript Syntax
#   https://ejs.co/
# ___________________________
ejs-options:
  # Allow usage of await inside template [true/false]
  await: true
  # Allow old (pre-EJS v3) preprocessor-style includes [true/false]
  preprocessor-include:
  # Specify a custom delimiter ( i.e. <? instead of <% ) [string]
  delimiter:
