-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
111 lines (107 loc) · 2.44 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# bundle exec jekyll serve --watch
# Site settings
title: "Scholars’ Lab"
name: "Scholars’ Lab"
email: [email protected]
description: "The Scholars’ Lab"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://scholarslab.lib.virginia.edu" # the base hostname & protocol for your site
permalink: /:title/
timezone: America/New_York
# Build settings
analytics: true
sass:
sass_dir: assets/css/_sass
style: compressed
markdown: kramdown
highlighter: rouge
kramdown:
parse_block_html: true
parse_span_html: true
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
exclude:
- docs
collections_dir: collections
collections:
people:
output: true
permalink: /:collection/:slug/
work:
output: true
permalink: /:collection/:name/
events:
output: true
permalink: /:collection/:name/
past-events:
output: true
permalink: /events/:name/
## Nested list for primary navigation.
primary-navigation:
- label: "About"
url: "about"
subnavigation:
- label: "People"
url: "people"
- label: "Charter"
url: "charter"
- label: "Accessibility"
url: "accessibility"
- label: "Consult"
url: "consult"
subnavigation:
- label: "Spatial Tech"
url: "spatial-technologies"
- label: "Makerspace"
url: "makerspace"
- label: "Code + Design"
url: "code-design"
- label: "Digital Humanities"
url: "digital-humanities"
- label: "Opportunities"
url: "opportunities"
subnavigation:
- label: "For Students"
url: "for-students"
- label: "For Faculty"
url: "for-faculty"
- label: "For Everyone"
url: "for-everyone"
- label: "Scholarship"
url: "scholarship"
subnavigation:
- label: "Our Projects"
url: "work"
- label: "Blog"
url: "blog"
- label: "Visit"
url: "visit"
subnavigation:
- label: "Use the Lab"
url: "use-the-lab"
- label: "Use the Makerspace"
url: "makerspace#makerspace-resources"
- label: "Events"
url: "events"
subnavigation:
- label: "Event Archive"
url: "events-archive"
defaults:
- scope:
path: "assets/img"
values:
image: true
- scope:
path: ""
type: "posts"
values:
og_type: "article"
permalink: /blog/:title/
- scope:
path: "pages"
type: "pages"
values:
order: 10
og_type: "website"