-
Notifications
You must be signed in to change notification settings - Fork 20
/
_config.yml
69 lines (64 loc) · 1.29 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
name: Frontend Performance Training
permalink: pretty
debug: true
development: true
markdown: redcarpet
redcarpet:
extensions: ["smart"]
highlighter: true
exclude: [CONTRIBUTING.md, README.md, SCHEDULE.md, TODO.md config.rb, package.json, gulpfile.js, Gemfile, Gemfile.lock, node_modules, "vendor", bower.json]
collections:
foundation:
output: true
audit:
output: true
drupal:
output: true
automation:
output: true
workflow:
output: true
budgets:
output: true
defaults:
-
scope:
path: ""
values:
layout: "page"
-
scope:
path: "tools"
values:
layout: "tool"
navigation:
-
text: About
title: Basic info about this training
url: /about/
accesskey: q
-
text: Foundation
title: Learn about the fundamentals of frontend performance
url: /foundation/
accesskey: w
-
text: Audit
title: Explore performance-related auditing tools
url: /audit/
accesskey: e
-
text: Drupal
title: Get the best frontend performance out of Drupal 7
url: /drupal/
accesskey: r
-
text: Workflow
title: Automate your workflow and deployment
url: /workflow/
accesskey: t
-
text: Budgets
title: Set and maintain a performance budget
url: /budgets/
accesskey: y