generated from annonatate/annonatate-wax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
82 lines (82 loc) · 1.54 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
collections:
annotations:
output: true
permalink: /annotations/:name
exhibits:
output: true
qatar:
images:
source: raw_images/qatar
layout: qatar_item
metadata:
source: qatar.csv
output: true
copyright: Example copyright org, 2019
description: Minimal Exhibitions with Jekyll
exclude:
- Gemfile*
- Rakefile
- vendor
- spec
- README.md
footer:
links:
- label: GitHub
link: https://github.com/minicomp/wax
- label: Credits
link: /credits
- label: Contact
link: https://gitter.im/minicomp/wax/
logos:
- img: /img/logo.png
incremental: true
kramdown:
auto_ids: true
enable_coderay: false
entity_output: as_char
footnote_backlink: '↩︎'
footnote_nr: 1
smart_quotes: lsquo,rsquo,ldquo,rdquo
toc_levels: 1..6
logo: /assets/logo.png
menu:
- label: About
sub:
- label: Wax
link: /about/
- label: Documentation
link: https://minicomp.github.io/wiki/wax/
- label: Credits
link: /credits/
- label: Exhibits
sub:
- label: Inline Parallax Image
link: /exhibits/a/
- label: Inline Image References
link: /exhibits/b/
- label: Browse
link: /collection/
- label: Search
link: /search/
- label: Reuse
link: /reuse/
permalink: pretty
sass:
style: compressed
search:
main:
collections:
qatar:
content: false
fields:
- artist
- location
- label
- _date
- object_type
- current_location
index: /search/index.json
title: Wax
webrick:
headers:
Access-Control-Allow-Origin: '*'