-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·82 lines (75 loc) · 1.66 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
title: 'No Turning Back: Ten Years After Occupy'
description: ''
url: ''
baseurl: /occupy
logo: /assets/logo.png
copyright: ''
permalink: pretty
theme: wax_theme
source: source
incremental: false
collections:
themes:
output: true
layout: theme
metadata:
source: themes.csv
declarations:
output: true
layout: declaration
metadata:
source: declarations.csv
items:
output: true
layout: occupy_item
metadata:
source: occupy.csv
split:
themes: ','
declarations: ','
associated_web_archives: '|'
images:
source: images
menu:
- label: Home
link: /
- label: About
sub:
- label: About the Exhibit
link: /about/
- label: Bibliography
link: /bibliography/
- label: Declaration of the Occupation
link: /declarations/
- label: Browse the Collection
sub:
- label: By Theme
link: /themes/
- label: By Object Type
link: /types/
- label: By Declaration
link : /declarations/#read-the-declaration-and-browse-related-items
footer:
links:
- label: NYU Special Collections
link: 'https://library.nyu.edu/locations/special-collections-center/'
sass:
style: compressed
exclude:
- Gemfile*
- Rakefile
- vendor
- spec
- README.md
- Dockerfile
webrick:
headers:
'Access-Control-Allow-Origin': '*'
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false