-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
96 lines (63 loc) · 2.16 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
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
# main_title: The title of the website.
main_title: "Tasso in Music Project"
# main_subtitle: The subtitle on the homepage.
main_subtitle: Digital Edition of the Settings of Torquato Tasso's Poetry, c. 1570–1640
# variorum_modified: The date that the variorum was last regenerated:
variorum_modified: 2020/07/28
# deployment: either "local" for loading javascripts from the website
# or "external" for loading from content deployment networks or other
# non-website sources.
deployment: external
# defaults: default jekyll settings.
defaults:
-
scope:
path: ""
type: "main"
values:
layout: "main"
-
scope:
path: ""
type: "full"
values:
layout: "full"
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
highlighter: rouge
# Google Analytics tracking number:
google_analytics: "UA-96036055-1"
### External URLs ##########################################
# data (PDFs, MP3s, etc)
tasso_data_url: "https://josquin.stanford.edu/cgi-bin/tasso"
tasso_data_url_new: "https://data.tassomusic.org"
url: "https://www.tassomusic.org"
### Data files #############################################
# worklist: list of available musical settings, prepared automatically
worklist: "/data/indexes/worklist.json"
rime_settings: "/data/indexes/rime-settings.aton"
aminta_settings: "/data/indexes/aminta-settings.aton"
gerusalemme_settings: "/data/indexes/gerusalemme-settings.aton"
other_settings: "/data/indexes/other-settings.aton"
rime_verses: "/data/indexes/rime-verses.aton"
critical_reports: "/data/reports"
literary_prints: "/data/indexes/literary-prints.aton"
literary_manuscripts: "/data/indexes/literary-manuscripts.aton"
sigla_list: "/data/support/sigla.aton"
### CSS variables ##########################################
# tab_color: light beige color for background of tabs on main page
tab_color: "#c2ab6c"
# heading_color: lightish beige for table headings, tab titles, etc.
heading_color: "#96835c"
# hyperlink color:
hyperlink_color: "#96835c"
# button color:
button_color: "#A6330c"
# button text color:
button_text_color: "#f8f8f8"
# button font:
button_font: "Helvetica"