clarify example syntax

This commit is contained in:
Öppen 2021-04-29 10:55:02 +01:00
parent 43e5bca3c1
commit 4790b4e3e1
1 changed files with 10 additions and 1 deletions

View File

@ -55,16 +55,25 @@ This file enables Gempub to act as a full eBook format. Gemini capsules can also
Example:
```
//Example with index.gmi in a sub-directory, specified by the index value in metadata.txt
//.gpub contents:
book_title.gpub/
metadata.txt
cover.jpg
capsule/
book/
index.gmi
chapter1.gmi
chapter2.gmi
chapter3.gmi
images/
illustration.png
//metadata.txt:
title: book title
gpubVersion: 1.0.0
cover: cover.jpg
index: book/index.gmi
```
### 2.3 Metadata