-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpillar.conf
31 lines (31 loc) · 962 Bytes
/
pillar.conf
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
{
"title" : "{Pharo Chapters in Progress}",
"newLine" : #unix,
"headingLevelOffset" : 1,
"defaultScriptLanguage" : "smalltalk",
"configurations" : {
"LaTeX by chapter" : {
"outputType" : #latex,
"template" : "_support/templates/chapter.latex.template",
"separateOutputFiles" : true
},
"LaTeX whole book" : {
"outputType" : #latex,
"template" : "_support/templates/book.latex.template",
"outputFile" : "PharoChaptersInProgress.tex"
},
"HTML by chapter" : {
"outputType" : #html,
"template" : "_support/templates/chapter.html.template",
"separateOutputFiles" : true
},
"Markdown by chapter" : {
"outputType" : #githubmarkdown,
"separateOutputFiles" : true
}
},
"inputFiles" : [
"Mustache/Mustache.pillar",
"Bloc/Bloc.pillar"
]
}