forked from scholarslab/scholarslab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
77 lines (73 loc) · 1.55 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
# 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, e.g. http://example.com
twitter_username: scholarslab
permalink: /blog/:title/
timezone: America/New_York
# Build settings
analytics: true
incremental: true
sass:
sass_dir: assets/css/_sass
style: compressed
markdown: kramdown
kramdown:
parse_block_html: true
parse_span_html: true
plugins:
- jekyll-feed
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- vendor
- docs
- node_modules
- theme-testing
# - _posts # temporary! significantly reduces build time for theme testing
# - _people # temporary
- assets/python # helper scripts to manipulate HTML/CSS, not used in build
collections_dir: collections
collections:
people:
output: true
permalink: /:collection/:slug/
work:
output: true
permalink: /:collection/:name/
events:
output: true
permalink: /:collection/:name/
spaces: # output false
header_pages:
- about.md
- people.md
- blog.md
- work.md
- search.html
defaults:
- scope:
path: "assets/img"
values:
image: true
- scope:
path: "pages"
values:
order: 10
- scope:
path: ""
type: "posts"
values:
is_post: true
og_type: "article"
- scope:
path: ""
type: "pages"
values:
is_page: true
og_type: "website"