-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·75 lines (68 loc) · 2.32 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
title: Luis Zapata
subtitle: Catálogo bibliográfico y archivo digital
author:
name: Wax user
email: your-email@domain.com
description: Muy bonito todo...
baseurl: "/lzapata"
# --------------------------------------------------------------
# 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
lzapata: # name of collection
output: true # makes sure pages are output as html files
layout: "lzapata_item" # the layout for the pages to use
metadata:
source: "lzapata.csv" # path to the metadata file within `_data`
images:
source: "raw_images/lzapata" # 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:
lzapata:
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: "About"
link: "/about/"
- label: "Catalogue"
link: "/catalogue/"