forked from google/ExoPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
95 lines (75 loc) · 2.06 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
## => Site Settings
##############################
text_skin: default # "default" (default), "dark", "forest", "ocean", "chocolate", "orange"
highlight_theme: default # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
url: https://exoplayer.dev
baseurl:
title: ExoPlayer
description: An application level media player for Android
## => Link roots
##############################
release_v2: https://github.com/google/ExoPlayer/tree/release-v2
exo_sdk: /doc/reference/com/google/android/exoplayer2
android_sdk: https://developer.android.com/reference
google_sdk: https://developers.google.com
## => GitHub Repository (if the site is hosted by GitHub)
##############################
repository: google/ExoPlayer
repository_tree: gh-pages
## => Author and Social
##############################
author:
type : "organization"
name : "ExoPlayer"
github : "google/ExoPlayer"
medium : "google-exoplayer"
## => Paths
##############################
paths:
root : # title link url, "/" (default)
home : # home layout url, "/" (default)
archive : # "/archive.html" (default)
rss : # "/feed.xml" (default)
## => Post
##############################
excerpt_separator: <!--more-->
## => Analytics
##############################
analytics:
provider: google
google:
tracking_id : UA-68257324-1
anonymize_ip: true
## => Search
##############################
search:
provider: google # "default" (default), false, "google", "custom"
## Google Custom Search Engine
google:
custom_search_engine_id: 009764199895742571316:nuhckqry2_e
## => Build
##############################
markdown : kramdown
highlighter : rouge
permalink : date
exclude:
- Gemfile
- README.md
- vendor
defaults:
- scope:
path: ""
values:
footer: true
show_date: false
layout: article
sidebar:
nav: en
## => Plugins
##############################
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from
- jemoji