-
Notifications
You must be signed in to change notification settings - Fork 121
/
_config.yml
81 lines (72 loc) · 1.63 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
title: "Front-End Engineering Curriculum - Turing School of Software and Design"
description: "Open source curriculum for the Turing School of Software and Design's front end engineering program."
url: "http://frontend.turing.io/"
baseurl: ''
permalink: /:title
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
parse_block_html: true
exclude: [
'Gemfile',
'Gemfile.lock',
'README.md',
'LICENSE',
'CNAME',
'archive',
'lessons/module-1/archive',
'lessons/module-2/archive',
'lessons/module-3/archive',
'lessons/module-4/archive',
'projects/archive'
]
defaults:
-
scope:
path: ""
values:
layout: "page"
sass:
style: compressed
assets:
root_url: '/assets'
images:
root_url: '/assets/images'
plugins:
- jemoji
- jekyll-algolia
algolia:
application_id: 'OOLQ64CUYT'
index_name: 'front-end-curriculum'
search_only_api_key: '5b955c38c514d8e5cb906c983c8c24db'
extensions_to_index: 'html,md'
nodes_to_index: 'p,blockquote,li,h2,h3,h4,code.language-plaintext'
settings:
attributeForDistinct: 'title'
distinct: true
files_to_exclude:
- _includes
- _layouts
- _sass
- _site
- _templates
- archive/**/*
- assets/**/*
- books/**/*
- calendars/**/*
- challenges/**/*
- lessons/module-1/archive/**/*
- lessons/module-2/archive/**/*
- lessons/module-3/archive/**/*
- lessons/module-4/archive/**/*
- mentor-posse-info/**/*
- portal/**/*
- postwork/**/*
- module-0-capstone/**/*
- professional-development/**/*
- projects/**/*
- public/**/*
- stylesheets/**/*
- today/**/*
- index.html