-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
55 lines (49 loc) · 1.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
title: Style Revolution
description: Journal des Dames et des Modes
url: 'https://stylerevolution.github.io'
# build settings
theme: minima
permalink: pretty
exclude: [Gemfile*, vendor, Rakefile, README*, spec]
# collection settings
collections:
pages:
output: true
exhibits:
output: true
lunr_index:
content: true
fields: [title, author]
plates:
output: true
keep_order: true
source: plates.csv
layout: plate-page
iiif:
is_document: true
sort: true
lunr_index:
content: false
fields: [title, _date, caption, translation, keywords, pid]
# search tests
quoll:
full:
page: search
terms: [turban, cheveux, crêpe, rose]
# js dependencies
js:
jquery:
version: 3.2.1
cdn: https://code.jquery.com/jquery-3.2.1.min.js
elasticlunr:
version: 0.9.6
cdn: https://cdnjs.cloudflare.com/ajax/libs/elasticlunr/0.9.6/elasticlunr.min.js
leaflet:
version: 1.3.1
cdn: https://unpkg.com/leaflet@1.3.1/dist/leaflet.js
leaflet-iiif:
version: 2.0.1
cdn: https://cdn.jsdelivr.net/npm/leaflet-iiif@2.0.1/leaflet-iiif.min.js
webrick:
headers:
"Access-Control-Allow-Origin": "*"