-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (48 loc) · 999 Bytes
/
_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
title: Launch Curriculum - Turing School of Software and Design"
description: "Open source curriculum for the Turing School of Software and Design's back end engineering program."
url: "https://launch.turing.edu/"
baseurl: ''
permalink: /:title
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
exclude: [
'Gemfile',
'Gemfile.lock',
'README.md',
'LICENSE',
'CNAME'
]
defaults:
-
scope:
path: ""
values:
layout: "page"
assets:
root_url: '/assets'
images:
root_url: '/assets/images'
plugins_dir:
- jemoji
- jekyll-algolia
algolia:
application_id: 'OOLQ64CUYT'
index_name: 'launch-curriculum'
search_only_api_key: '5b955c38c514d8e5cb906c983c8c24db'
extensions_to_index: 'html,md'
nodes_to_index: 'p,li'
settings:
attributeForDistinct: 'title'
distinct: true
files_to_exclude:
- _includes
- _layouts
- _plugins
- _sass
- _site
- _templates
- assets
- public
- stylesheets