Skip to content

Commit 87a2d46

Browse files
authored
Merge pull request #1 from pebble-dev/master
i will merge this
2 parents 23d49c0 + 2361e3c commit 87a2d46

31 files changed

+1204
-527
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ require 'open-uri'
55
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
66

77
gem 'github-pages', versions['github-pages']
8-
8+
gem 'jekyll-paginate'
99
gem 'jemoji'

Gemfile.lock

+189-104
Original file line numberDiff line numberDiff line change
@@ -1,165 +1,250 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.7)
4+
activesupport (4.2.11.1)
55
i18n (~> 0.7)
6-
json (~> 1.7, >= 1.7.7)
76
minitest (~> 5.1)
87
thread_safe (~> 0.3, >= 0.3.4)
98
tzinfo (~> 1.1)
10-
addressable (2.4.0)
9+
addressable (2.6.0)
10+
public_suffix (>= 2.0.2, < 4.0)
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
1414
coffee-script-source (1.11.1)
1515
colorator (1.1.0)
16-
ethon (0.10.1)
16+
commonmarker (0.17.13)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.1.5)
19+
dnsruby (1.61.2)
20+
addressable (~> 2.5)
21+
em-websocket (0.5.1)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0.6.0)
24+
ethon (0.12.0)
1725
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
1827
execjs (2.7.0)
19-
faraday (0.10.0)
28+
faraday (0.15.4)
2029
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.14)
30+
ffi (1.11.0)
2231
forwardable-extended (2.6.0)
23-
gemoji (2.1.0)
24-
github-pages (108)
25-
activesupport (= 4.2.7)
26-
github-pages-health-check (= 1.3.0)
27-
jekyll (= 3.3.1)
28-
jekyll-avatar (= 0.4.2)
29-
jekyll-coffeescript (= 1.0.1)
32+
gemoji (3.0.1)
33+
github-pages (198)
34+
activesupport (= 4.2.11.1)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.6.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.5)
3040
jekyll-default-layout (= 0.1.4)
31-
jekyll-feed (= 0.8.0)
32-
jekyll-gist (= 1.4.0)
33-
jekyll-github-metadata (= 2.2.0)
34-
jekyll-mentions (= 1.2.0)
35-
jekyll-optional-front-matter (= 0.1.2)
41+
jekyll-feed (= 0.11.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.12.1)
44+
jekyll-mentions (= 1.4.1)
45+
jekyll-optional-front-matter (= 0.3.0)
3646
jekyll-paginate (= 1.1.0)
37-
jekyll-readme-index (= 0.0.2)
38-
jekyll-redirect-from (= 0.11.0)
39-
jekyll-relative-links (= 0.2.1)
40-
jekyll-sass-converter (= 1.3.0)
41-
jekyll-seo-tag (= 2.1.0)
42-
jekyll-sitemap (= 0.12.0)
47+
jekyll-readme-index (= 0.2.0)
48+
jekyll-redirect-from (= 0.14.0)
49+
jekyll-relative-links (= 0.6.0)
50+
jekyll-remote-theme (= 0.3.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.5.0)
53+
jekyll-sitemap (= 1.2.0)
4354
jekyll-swiss (= 0.4.0)
44-
jekyll-theme-primer (= 0.1.1)
45-
jekyll-titles-from-headings (= 0.1.2)
46-
jemoji (= 0.7.0)
47-
kramdown (= 1.11.1)
48-
liquid (= 3.0.6)
49-
listen (= 3.0.6)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.3)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.1)
69+
jemoji (= 0.10.2)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.0)
72+
listen (= 3.1.5)
5073
mercenary (~> 0.3)
51-
minima (= 2.0.0)
52-
rouge (= 1.11.1)
74+
minima (= 2.5.0)
75+
nokogiri (>= 1.8.5, < 2.0)
76+
rouge (= 2.2.1)
5377
terminal-table (~> 1.4)
54-
github-pages-health-check (1.3.0)
78+
github-pages-health-check (1.16.1)
5579
addressable (~> 2.3)
56-
net-dns (~> 0.8)
80+
dnsruby (~> 1.60)
5781
octokit (~> 4.0)
58-
public_suffix (~> 2.0)
59-
typhoeus (~> 0.7)
60-
html-pipeline (2.4.2)
82+
public_suffix (~> 3.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.11.0)
6185
activesupport (>= 2)
6286
nokogiri (>= 1.4)
63-
i18n (0.7.0)
64-
jekyll (3.3.1)
87+
http_parser.rb (0.6.0)
88+
i18n (0.9.5)
89+
concurrent-ruby (~> 1.0)
90+
jekyll (3.8.5)
6591
addressable (~> 2.4)
6692
colorator (~> 1.0)
93+
em-websocket (~> 0.5)
94+
i18n (~> 0.7)
6795
jekyll-sass-converter (~> 1.0)
68-
jekyll-watch (~> 1.1)
69-
kramdown (~> 1.3)
70-
liquid (~> 3.0)
96+
jekyll-watch (~> 2.0)
97+
kramdown (~> 1.14)
98+
liquid (~> 4.0)
7199
mercenary (~> 0.3.3)
72100
pathutil (~> 0.9)
73-
rouge (~> 1.7)
101+
rouge (>= 1.7, < 4)
74102
safe_yaml (~> 1.0)
75-
jekyll-avatar (0.4.2)
103+
jekyll-avatar (0.6.0)
76104
jekyll (~> 3.0)
77-
jekyll-coffeescript (1.0.1)
105+
jekyll-coffeescript (1.1.1)
78106
coffee-script (~> 2.2)
107+
coffee-script-source (~> 1.11.1)
108+
jekyll-commonmark (1.3.1)
109+
commonmarker (~> 0.14)
110+
jekyll (>= 3.7, < 5.0)
111+
jekyll-commonmark-ghpages (0.1.5)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1)
114+
rouge (~> 2)
79115
jekyll-default-layout (0.1.4)
80116
jekyll (~> 3.0)
81-
jekyll-feed (0.8.0)
117+
jekyll-feed (0.11.0)
82118
jekyll (~> 3.3)
83-
jekyll-gist (1.4.0)
119+
jekyll-gist (1.5.0)
84120
octokit (~> 4.2)
85-
jekyll-github-metadata (2.2.0)
86-
jekyll (~> 3.1)
121+
jekyll-github-metadata (2.12.1)
122+
jekyll (~> 3.4)
87123
octokit (~> 4.0, != 4.4.0)
88-
jekyll-mentions (1.2.0)
89-
activesupport (~> 4.0)
124+
jekyll-mentions (1.4.1)
90125
html-pipeline (~> 2.3)
91126
jekyll (~> 3.0)
92-
jekyll-optional-front-matter (0.1.2)
127+
jekyll-optional-front-matter (0.3.0)
93128
jekyll (~> 3.0)
94129
jekyll-paginate (1.1.0)
95-
jekyll-readme-index (0.0.2)
130+
jekyll-readme-index (0.2.0)
96131
jekyll (~> 3.0)
97-
jekyll-redirect-from (0.11.0)
98-
jekyll (>= 2.0)
99-
jekyll-relative-links (0.2.1)
132+
jekyll-redirect-from (0.14.0)
100133
jekyll (~> 3.3)
101-
jekyll-sass-converter (1.3.0)
102-
sass (~> 3.2)
103-
jekyll-seo-tag (2.1.0)
134+
jekyll-relative-links (0.6.0)
104135
jekyll (~> 3.3)
105-
jekyll-sitemap (0.12.0)
136+
jekyll-remote-theme (0.3.1)
137+
jekyll (~> 3.5)
138+
rubyzip (>= 1.2.1, < 3.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.5.0)
106142
jekyll (~> 3.3)
107-
jekyll-swiss (0.4.0)
108-
jekyll-theme-primer (0.1.1)
143+
jekyll-sitemap (1.2.0)
109144
jekyll (~> 3.3)
110-
jekyll-titles-from-headings (0.1.2)
145+
jekyll-swiss (0.4.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.3)
174+
jekyll (~> 3.5)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.1)
111187
jekyll (~> 3.3)
112-
jekyll-watch (1.5.0)
113-
listen (~> 3.0, < 3.1)
114-
jemoji (0.7.0)
115-
activesupport (~> 4.0)
116-
gemoji (~> 2.0)
188+
jekyll-watch (2.2.1)
189+
listen (~> 3.0)
190+
jemoji (0.10.2)
191+
gemoji (~> 3.0)
117192
html-pipeline (~> 2.2)
118-
jekyll (>= 3.0)
119-
json (1.8.3)
120-
kramdown (1.11.1)
121-
liquid (3.0.6)
122-
listen (3.0.6)
123-
rb-fsevent (>= 0.9.3)
124-
rb-inotify (>= 0.9.7)
193+
jekyll (~> 3.0)
194+
kramdown (1.17.0)
195+
liquid (4.0.0)
196+
listen (3.1.5)
197+
rb-fsevent (~> 0.9, >= 0.9.4)
198+
rb-inotify (~> 0.9, >= 0.9.7)
199+
ruby_dep (~> 1.2)
125200
mercenary (0.3.6)
126-
mini_portile2 (2.1.0)
127-
minima (2.0.0)
128-
minitest (5.10.1)
129-
multipart-post (2.0.0)
130-
net-dns (0.8.0)
131-
nokogiri (1.6.8.1)
132-
mini_portile2 (~> 2.1.0)
133-
octokit (4.6.2)
201+
mini_portile2 (2.4.0)
202+
minima (2.5.0)
203+
jekyll (~> 3.5)
204+
jekyll-feed (~> 0.9)
205+
jekyll-seo-tag (~> 2.1)
206+
minitest (5.11.3)
207+
multipart-post (2.1.1)
208+
nokogiri (1.10.3)
209+
mini_portile2 (~> 2.4.0)
210+
octokit (4.14.0)
134211
sawyer (~> 0.8.0, >= 0.5.3)
135-
pathutil (0.14.0)
212+
pathutil (0.16.2)
136213
forwardable-extended (~> 2.6)
137-
public_suffix (2.0.4)
138-
rb-fsevent (0.9.8)
139-
rb-inotify (0.9.7)
140-
ffi (>= 0.5.0)
141-
rouge (1.11.1)
142-
safe_yaml (1.0.4)
143-
sass (3.4.22)
144-
sawyer (0.8.1)
145-
addressable (>= 2.3.5, < 2.6)
146-
faraday (~> 0.8, < 1.0)
147-
terminal-table (1.7.3)
148-
unicode-display_width (~> 1.1.1)
149-
thread_safe (0.3.5)
150-
typhoeus (0.8.0)
151-
ethon (>= 0.8.0)
152-
tzinfo (1.2.2)
214+
public_suffix (3.0.3)
215+
rb-fsevent (0.10.3)
216+
rb-inotify (0.10.0)
217+
ffi (~> 1.0)
218+
rouge (2.2.1)
219+
ruby-enum (0.7.2)
220+
i18n
221+
ruby_dep (1.5.0)
222+
rubyzip (1.2.2)
223+
safe_yaml (1.0.5)
224+
sass (3.7.4)
225+
sass-listen (~> 4.0.0)
226+
sass-listen (4.0.0)
227+
rb-fsevent (~> 0.9, >= 0.9.4)
228+
rb-inotify (~> 0.9, >= 0.9.7)
229+
sawyer (0.8.2)
230+
addressable (>= 2.3.5)
231+
faraday (> 0.8, < 2.0)
232+
terminal-table (1.8.0)
233+
unicode-display_width (~> 1.1, >= 1.1.1)
234+
thread_safe (0.3.6)
235+
typhoeus (1.3.1)
236+
ethon (>= 0.9.0)
237+
tzinfo (1.2.5)
153238
thread_safe (~> 0.1)
154-
unicode-display_width (1.1.2)
239+
unicode-display_width (1.6.0)
155240

156241
PLATFORMS
157242
ruby
158243

159244
DEPENDENCIES
160-
github-pages (= 108)
245+
github-pages (= 198)
246+
jekyll-paginate
161247
jemoji
162-
json
163248

164249
BUNDLED WITH
165-
1.13.6
250+
2.0.1

_config.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >
66
The goal of Rebble is to maintain and advance Pebble functionality in the absence of Pebble Technology Corp.
77
baseurl: "" # no trailing slash
88
url: "http://rebble.io" # no trailing slash
9-
excerpt_separator: <!--more->
9+
excerpt_separator: <!--more-->
1010

1111
about: >
1212
TODO
@@ -23,11 +23,21 @@ github_username: pebble-dev
2323
#soundcloud_username: TODO
2424
#miiverse_username: TODO
2525

26+
# Blog pagination settings
27+
paginate: 5
28+
paginate_path: "/blog/:num/"
29+
2630
# Build settings
2731
markdown: kramdown
2832

2933
kramdown:
3034
input: GFM
3135

32-
gems:
36+
sass:
37+
sass_dir: _scss
38+
style: compressed
39+
40+
41+
plugins:
42+
- jekyll-paginate
3343
- jemoji

_data/home.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
heading: Bring life back to your Pebble
2+
about: On December 7th, 2016, <a href="https://web.archive.org/web/20180705003113/https://blog.getpebble.com/2016/12/07/fitbit/">Pebble announced that they were ceasing operations</a>. Two days later, on December 9th, 2016, <a href="https://rebble.io/2016/12/09/rebble-pebble-reborn.html">the Rebble web site went live</a>, announcing our intention to "maintain and advance Pebble functionality, in the absence of Pebble Technology Corp." We have fulfilled much of this goal via <a href="http://rebble.io/2018/07/01/rebble-era.html">Rebble Web Services</a>, which restores most of the functionality that the Pebble community knows and loves. Read about our journey in the <a href="/blog/">blog</a>, find detailed instructions in our <a href="/howto/">HOWTO</a>, or simply...

0 commit comments

Comments
 (0)