-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (58 loc) · 1.17 KB
/
_config.yml
File metadata and controls
62 lines (58 loc) · 1.17 KB
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
# Site
title: Tesla Android Project
description: Bringing Android to Tesla vehicles
baseurl: /
permalink: /:title
# Repository
git:
repository_url: https://github.com/tesla-android/tesla-android.github.io
# Navigation
nav:
Project:
- text: Home
url: /
available: true
- text: About
url: /about
available: true
- text: How it works?
url: /how-it-works
available: false
- text: YouTube
url: /youtube
available: true
Documentation:
- text: Hardware requirements
url: /hardware-requirements
available: true
- text: Install guide
url: /install-guide
available: true
- text: Release notes
url: /release-notes
available: true
Developers:
- text: Source code
url: /source-code
available: true
- text: Contributions
url: /contributions
available: true
Other:
- text: Donations
url: /donations
available: true
# Defaults
defaults:
- scope:
path: ""
values:
layout: "default"
# Build
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true
exclude: ["README.md"]