---
# One file, one book. Copy this file once per title.
# Everything except title is optional. Delete the lines you do not have.
# Lines starting with # are notes to you. byline ignores them.

title: Sleepwalk City
subtitle: Book Two of the Blood on the Motorway trilogy

# One line, plain text, for the top of the book page. No formatting here.
tagline: The city woke up wrong.

# A sentence or two, for listings.
short description: A night watchman finds the city dreaming, and it does not want waking.

isbn: 9781915093097

publisher: Hollow Stone Press
pages: 348

# Year first, always: 2017-01-13. Anything else is left blank rather than guessed at,
# because 03/04/2011 is March in one country and April in another.
publication date: 2017-01-13
copyright year: 2017

# A code like en, or the language name. Written exactly as you type it, so a
# language code of no stays Norwegian here.
language: en

# published, forthcoming, draft, or out of print.
status: published

# The cover image, named by its file. Choose the image along with this file when you
# import and byline pairs them up. A path works too: only the name at the end is
# matched. An image named after this file is found even with no line here at all.
cover_image: sleepwalk-city.jpg

# A sentence describing the cover, for a reader who cannot see it.
cover_alt: A lit window in a dark tower block


# Identifiers other than the ISBN. byline stores them; there is no lookup for them.
identifiers:
  asin: B01FGE2BOC

# The series this book belongs to, and its number in it. The book page shows both
# under the title.
series:
  name: Blood on the Motorway
  number: 2

# A list, one per line. Horror; Thriller on one line works too.
genres:
  - Horror
  - Thriller

tags:
  - apocalypse
  - uk

# Where readers can buy it. Mark one as primary and it becomes the buy button; with
# none marked, the first one is used. byline works out the store from the address, so
# store is only a label for an address it does not recognize.
buy_links:
  - store: Bookshop.org
    url: https://bookshop.org/p/books/x/9781915093097
    primary: true
  - store: My own store
    url: https://example.com/sleepwalk-city

# Each format this book comes in, with its own details. Anything you leave out falls
# back to the publisher and page count above. byline reads four formats: hardcover,
# paperback, ebook, audiobook.
editions:
  - format: paperback
    isbn: 9781915093097
    publisher: Hollow Stone Press
    pages: 348
    release date: 2017-01-13
  - format: ebook
    publisher: Hollow Stone Press
    release date: 2017-01-13

# If you do not have per-format details, delete the editions block above and list the
# formats on one line instead:
#
#   formats: paperback; ebook; audiobook
#
# Use one or the other. A file with both uses the editions block.
---

Everything below the closing `---` is the description, and it arrives exactly as you
wrote it. This is the reason to use a markdown file instead of a spreadsheet cell: the
blurb keeps its paragraphs.

Markdown works here. **Bold**, *italic*, and lists all survive:

- Three nights in, the watchman stops writing the log.
- By the fourth, the log is writing him.

Write as much as you need, up to about five thousand characters.
