-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path_config.yml
47 lines (38 loc) · 936 Bytes
/
_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
# Site settings
title: Rebble
# email: [email protected]
description: >
The goal of Rebble is to maintain and advance Pebble functionality in the absence of Pebble Technology Corp.
baseurl: "" # no trailing slash
url: "" # no trailing slash
excerpt_separator: <!--more-->
about: >
TODO
twitter_username: pebble_dev
github_username: pebble-dev
#facebook_username: TODO
#linkedin_username: TODO
#google_username: TODO
#youtube_username: TODO
#instagram_username: TODO
#reddit_username: TODO
#tumblr_username: TODO
#lastfm_username: TODO
#soundcloud_username: TODO
#miiverse_username: TODO
# Blog pagination settings
paginate: 5
paginate_path: "/blog/:num/"
# Controls the hackathon page sticker
hackathonActive: false
hackathonUrl: "/hackathon-001"
# Build settings
markdown: kramdown
kramdown:
input: GFM
sass:
sass_dir: _scss
style: compressed
plugins:
- jekyll-paginate
- jemoji