-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathulsbs-config.toml
More file actions
58 lines (43 loc) · 2 KB
/
Copy pathulsbs-config.toml
File metadata and controls
58 lines (43 loc) · 2 KB
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
#################################################
### Configuration file for Unilaiva songbooks ###
#################################################
### COMMON OPTIONS FOR ALL PROFILES (can be overridden) ###
# Common assets that will be deployed with all songbooks to deploy/images/icons.
# (supports ?, *, and **; resolved relative to this file)
common-deploy-icons = [
"ulsbs/src/ulsbs/assets/img/ulsbs-tag-icon*",
"content/img/ul-default-chapter*"
]
# Common assets that will be deployed with all songbooks to deploy/images/social.
# (supports ?, *, and **; resolved relative to this file)
common-deploy-social-images = [
"assets/social/*.png",
]
# Common assets that will be deployed with all songbooks to deploy/metadata.
# (supports ?, *, and **; resolved relative to this file)
common-deploy-metadata = [
"assets/*.json",
]
# README for generated MIDI and audio directories
mididir_readme_file = "assets/audio-dirs-readme.md"
audiodir_readme_file = "assets/audio-dirs-readme.md"
modified-cover-png = [
{ songbook-filenames = "unilaiva-astral-*", width-multiplier = 0, color = "white", paint-area-rects = [[0, 0.57, 0.22, 1]] },
{ songbook-filenames = "unilaiva-astral-transparencia*", width-multiplier = 0, color = "white", paint-area-rects = [[0, 0.75, 0.22, 1]] },
{ songbook-filenames = "unilaiva-songbook*", width-multiplier = 0, color = "white", paint-area-rects = [[0, 0, 1, 0.11]] },
{ songbook-filenames = "unilaiva-songbook_part*", width-multiplier = 0, color = "white", paint-area-rects = [[0, 0.91, 1, 1]] },
]
### PROFILES (add to common options) ###
# default profile compiles all documents in the project's root
[profiles.default]
songbooks = [ "*.*tex" ]
# astral profile compiles only all Astral books in the project's root
[profiles.astral]
songbooks = [ "unilaiva-astral*.*tex" ]
# main profile compiles only the main Unilaiva books
[profiles.main]
songbooks = [ "unilaiva-songbook*.*tex" ]
# dev profile is verbose and doesn't deploy anything
[profiles.dev]
deploy = false
verbose = true