-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
executable file
·77 lines (71 loc) · 2.47 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
title: Facets
subtitle: A Jekyll theme for Wax sites
author:
name: Wax user
email: your-email@domain.com
description:
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/wax-facets"
# --------------------------------------------------------------
# COLLECTION SETTINGS
# --------------------------------------------------------------
# Wax leverages Jekyll collections for much of its
# functionality, therefor some of the keys below are from
# Jekyll while others are Wax-specific.
# For more info, refer to:
# ~> https://jekyllrb.com/docs/collections/
collections:
exhibits:
output: true
qatar: # name of collection
output: true # makes sure pages are output as html files
layout: "qatar_item" # the layout for the pages to use
metadata:
source: "qatar.csv" # path to the metadata file within `_data`
images:
source: "raw_images/qatar" # path to the directory of images within `_data`
# --------------------------------------------------------------
# SEARCH INDEX SETTINGS
# --------------------------------------------------------------
# You can create multiple search indexes below (though only one is
# recommended!) by specifying
# an `index` file to write it to and some `collections` for it to index
# and running `$ bundle exec rake wax:search` .
search:
main:
index: "/search/index.json" # file the index will get written to
collections:
qatar:
content: true # whether or not to index page content
fields: # the metadata fields to index
- artist
- location
- label
- _date
- object_type
- current_location
# --------------------------------------------------------------
# SITE MENU SETTINGS
# --------------------------------------------------------------
# Each menu item needs a `label` (whats shown), and a `link`
# (where it goes). An item can optionally have a dropdown
# submenu via `sub`.
menu:
- label: "Exhibits"
sub:
- label: "Parallax Images"
link: "/exhibits/parallax/"
- label: "Image References"
link: "/exhibits/references/"
- label: "Subset Collection"
link: "/exhibits/subset/"
- label: "Browse"
link: "/collection/"
- label: "Search"
link: "/search/"
- label: "How To"
link: "/learning/"
- label: "About"
link: "/about/"