-
Notifications
You must be signed in to change notification settings - Fork 45
/
_prose.yml
104 lines (98 loc) · 2.39 KB
/
_prose.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Prose.io configuration for the EBW Electric Book Workflow.
# Users with GitHub contributor access can edit your book with http://prose.io.
# These settings control what they see.
# See https://github.com/prose/prose/wiki/Prose-Configuration for more info.
# (We don't use prose.io live previews with siteurl.
# They are slower than the default preview and unreliable in multi-site repos.)
prose:
ignore:
# Root files
- _config.yml
- .bundle
- .gitattributes
- .gitignore
- .htaccess
- .jekyll-metadata
- .sass-cache
- CHANGELOG.md
- CNAME
- eslint.json
- fonts
- Gemfile
- Gemfile.lock
- gulpfile.js
- LICENSE
- package-lock.json
- package.json
- _prose.yml
- search.md
# Root folders
- _app
- _configs
- _docs
- _epub
- _html
- _includes
- _layouts
- _output
- _sass
- _site
- _tools
- assets/js
- assets/fonts
- assets/images
- node_modules
# Book folders and files
- /*/.gitignore
- /*/fonts
- /*/images
- /*/index.md
- /*/package.opf
- /*/search.md
- /*/toc.ncx
# Book subfolders and files
- /*/*/.gitignore
- /*/*/0-0-cover.md
# Translation folders and files
- /*/*/.gitignore
- /*/*/fonts
- /*/*/images
- /*/*/index.md
- /*/*/package.opf
- /*/*/search.md
- /*/*/toc.ncx
# Translation subfolders and files
- /*/*/*/.gitignore
- /*/*/*/0-0-cover.md
media: "media"
metadata:
"":
- name: "title"
field:
element: "text"
label: "Chapter title"
- name: "style"
field:
element: "select"
label: "Page style"
options:
- name: "Chapter"
value: "chapter"
- name: "Collection home page"
value: "index"
- name: "Cover"
value: "cover"
- name: "Half-title page"
value: "halftitle-page"
- name: "Title page"
value: "title-page"
- name: "Copyright page"
value: "copyright-page"
- name: "Contents page"
value: "contents-page"
- name: "Dedication page"
value: "dedication-page"
- name: "Epigraph page"
value: "epigraph-page"
- name: "Other frontmatter"
value: "frontmatter"