Update metadata.yml file on README.md.

This commit is contained in:
Wikiti 2020-02-19 13:26:21 +00:00 committed by GitHub
parent 979d7c95c5
commit 9bca29f166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -54,12 +54,16 @@ Edit the *metadata.yml* file to set configuration data (note that it must start
---
title: My book title
author: Daniel Herzog
rights: MIT License
language: en-US
tags: [book, my-book, etc]
rights: MIT License
lang: en-US
tags: [pandoc, book, my-book, etc]
abstract: |
Your summary text.
Your summary.
mainfont: DejaVu Sans
# Filter preferences:
# - pandoc-crossref
linkReferences: true
---
```