-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·79 lines (73 loc) · 2.57 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
title: Runaways
subtitle: Bahamian Slavery
author:
name: Sasha Wells
email: [email protected]
description:
Runaways is a complete collection of Bahamian newspaper advertisements about runaway slaves. It was created by Bahamian Historian Sasha Wells.
url: "https://sashacat9.github.io/"
baseurl: "/minicomp"
# --------------------------------------------------------------
# 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
minicomp: # name of collection
output: true # makes sure pages are output as html files
layout: "minicomp_item" # the layout for the pages to use
metadata:
source: "minicomp.csv" # path to the metadata file within `_data`
images:
source: "raw_images/minicomp" # 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:
minicomp:
content: true # whether or not to index page content
fields: # the metadata fields to index
- label
- publisher
- publication_date
- advertisement_date
- names_mentioned
- runaway_origin
- runaway_destination
- enslaved_gender
- physical
- enslaved_occupation
- enslaved_age
# --------------------------------------------------------------
# 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: "Sip-Sip"
sub:
- label: "Marronage"
link: "/exhibits/marronage/"
- label: "Bahamian Slavery"
link: "/exhibits/bahamian-slavery/"
- label: "Location"
link: "/exhibits/location/"
- label: "Browse"
link: "/collection/"
- label: "Search"
link: "/search/"
- label: "Creator"
link: "/creator/"