-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
53 lines (46 loc) · 1.53 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
version: 2 # Configuration File version
metadata:
title: Demo # The default is the previously set name
author: James Clef
creator: James Clef # The default is the previously set author
description: details
language: zh # Language
# date: 2022-2-27 # Default is generate time
rights: "epub by XXX" #
cover:
hasCover: true # boolean
image: image/cover.jpg # path to image
customDeliverLine:
enable: true
type: text # text or image
content: I am deliver line # path if is image or text if is text
content:
- id: copy-right
title: Copyright
type: text # Current available value is text image and subcontent
path: text/copyright-infomation.md # Path to markdown file. Cannot be null
- id: chapter-1
title: Chapter 1
type: text
path: text/chapter01.md
- id: illus
title: Illus
type: image
path: image/illus.jpg
- id: hidden-chapter
title: Hidden Chapter
type: text
path: text/hidden-chapter.md
hiddenInContent: true # If this is true, Table of Contents will not show this chapter.
- id: subcontent-01
title: Sub Content
type: subcontent
content:
- id: sub-chapter-1
title: Chapter 1 In Sub content
type: text
path: text/chapter01.md
- id: sub-illus
title: Image in subcontent
type: image
path: image/illus.jpg