Update metadata.yml file on README.md.
This commit is contained in:
parent
979d7c95c5
commit
9bca29f166
10
README.md
10
README.md
|
|
@ -55,11 +55,15 @@ Edit the *metadata.yml* file to set configuration data (note that it must start
|
||||||
title: My book title
|
title: My book title
|
||||||
author: Daniel Herzog
|
author: Daniel Herzog
|
||||||
rights: MIT License
|
rights: MIT License
|
||||||
language: en-US
|
lang: en-US
|
||||||
tags: [book, my-book, etc]
|
tags: [pandoc, book, my-book, etc]
|
||||||
abstract: |
|
abstract: |
|
||||||
Your summary text.
|
Your summary.
|
||||||
mainfont: DejaVu Sans
|
mainfont: DejaVu Sans
|
||||||
|
|
||||||
|
# Filter preferences:
|
||||||
|
# - pandoc-crossref
|
||||||
|
linkReferences: true
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue