forked from pebble-dev/developer.rebble.io
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
140 lines (128 loc) · 3.86 KB
/
_config.yml
File metadata and controls
140 lines (128 loc) · 3.86 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
url: https://developer.repebble.com
https_url: https://developer.repebble.com
baseurl:
asset_path: /assets
external_server: https://developer-api.getpebble.com
title: Pebble Developers
description: The official developer website for the Pebble smartwatch.
source: source/
destination: __public__/
plugins_dir: plugins/
debug: true
plugins: [jekyll-paginate, jekyll-sitemap]
# Blog Options
permalink: none
paginate: 8
paginate_path: "blog/:num"
excerpt_separator: "\n\n\n"
future: true
disqus:
short_name: pebbletechblog
show_comment_count: true
# Markdown Options
markdown: PebbleMarkdownParser
markdown_ext: md
# SASS options.
sass:
sass_dir: _sass
style: :compressed
# Helpful and easily changeable external links.
links:
pebble: https://rePebble.com
jobs: https://www.pebble.com/jobs/
twitter: https://twitter.com/pebble/
devportal: https://developer.rePebble.com/dashboard
site_repo: https://github.com/coredevices/sdk-docs
community_resources_repo: https://github.com/pebble/community-resources/
github: https://github.com/coredevices/
forums: https://forum.repebble.com
forums_developer: https://forum.repebble.com
pebblekit_android: https://github.com/pebble/pebble-android-sdk/
pebblekit_ios: https://github.com/pebble/pebble-ios-sdk/
examples_org: https://github.com/pebble-examples
pebblekit_android_jar: https://oss.sonatype.org/service/local/repositories/releases/content/com/getpebble/pebblekit/3.0.0/pebblekit-3.0.0-eclipse.jar
legal:
privacy: https://repebble.com/privacy/
cookies: https://repebble.com/terms
s3_assets: https://developer-assets.getpebble.com
pebble_tool_root: https://s3.amazonaws.com/assets.getpebble.com/pebble-tool/
libpebble: https://github.com/coredevices/libpebble3
kickstarter3: https://www.kickstarter.com/projects/597507018/pebble-2-time-2-and-core-an-entirely-new-3g-ultra
cloudpebble: https://cloudpebble.repebble.com/
discord_invite: https://discordapp.com/invite/aRUAYFN
# Jekyll collections.
collections:
community_tools:
output: true
permalink: /community/tools/:path/
community_apps:
output: true
permalink: /community/apps/:path/
community_libraries:
output: true
permalink: /community/libraries/:path/
guides:
output: true
permalink: /guides/:path/
changelogs:
output: true
permalink: /sdk/changelogs/:path/
# Default options based for various scopes
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "blog/post"
generate_toc: true
permalink: /blog/:year/:month/:day/:title/
- scope:
path: ""
type: "guides"
values:
layout: guides/default
menu: true
generate_toc: true
guide_group:
guide_subgroup:
menu_section: guides
- scope:
path: ""
type: community_tools
values:
layout: community/resource
menu_section: community
menu_subsection: tools
- scope:
path: ""
type: community_apps
values:
layout: community/resource
menu_section: community
menu_subsection: apps
- scope:
path: ""
type: community_libraries
values:
layout: community/resource
menu_section: community
menu_subsection: libraries
- scope:
path: ""
type: changelogs
values:
layout: sdk/changelog
generate_toc: true