-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·116 lines (107 loc) · 2.73 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# main settings
title: "Constitution Day"
description: "Constitution Day - DSS"
url: 'https://dss.ncf.edu/constitution'
baseurl: '/constitution'
# analytics
analytics:
google:
tracking_id : UA-126727400-1
# build settings
permalink: pretty
exclude: [Gemfile*,
Rakefile,
node_modules,
vendor,
spec,
README.md,
assets/extra-files,
assets/stamen-tiles,
dev,
iiif,
collections]
keep_files: [ assets/constitution]
collections_dir: collections
# monument lab child theme settings
ml:
endpoint: /assets/constitution/
display_fields:
pid: "ID"
title: "Title"
text: "Text"
location_transcription: "Location"
image_file_name: "Image File Name"
proposal_transcription: "Transcription"
topic: "Topics"
amendment: "Amendment"
article: "Article"
topic_summary: "Topic Summary"
type: "Monument Type"
keywords_other: "Other Keywords"
credit: "Credit"
image_labels: "Image Labels"
zipcode: "Contributor’s Zipcode"
gen_neighborhood: "Contributor’s Neighborhood"
outside_phl: "Contributor's Location"
age: "Contributor’s Age"
age_range: "Contributor’s Age Range"
instagram: "Contributor’s Instagram"
twitter: "Contributor’s Twitter"
facebook: "Contributor’s Facebook"
item_fields:
- text
- topic
- amendment
- article
# wax collection settings
collections:
constitution:
output: true
source: constitution.csv
layout: item-page
lunr_index:
content: true
fields: [pid,link,collection,lunr_id,topic,amendment,article,text,source]
iiif:
label: topic
# menu settings
menu:
- label: About ▾
sub:
- label: About
link: /about/
- label: Credits
link: /credits/
- label: Gallery
link: /gallery/
- label: Search
link: /search/
# search tests
quoll:
main:
page: '/'
terms:
- iran
- map
- manuscript
# javascript dependencies
js:
jquery:
version: 3.2.1
cdn: //code.jquery.com/jquery-3.2.1.min.js
popper:
version: 1.12.9
cdn: //cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js
bootstrap:
version: 4.0.0
cdn: //maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js
leaflet:
version: 1.3.1
cdn: //unpkg.com/[email protected]/dist/leaflet.js
leaflet-iiif:
version: 2.0.1
cdn: //cdn.jsdelivr.net/npm/[email protected]/leaflet-iiif.min.js
# cors headers for iiif use
webrick:
headers:
"Access-Control-Allow-Origin": "*"