Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 204ab82

Browse files
committedJul 7, 2020
Updated documentation.
1 parent 07b8c9a commit 204ab82

File tree

3 files changed

+209
-144
lines changed

3 files changed

+209
-144
lines changed
 

‎CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
Below is a detailed change-log, along with specific tasks completed, for each
44
version released to date for the Jekyll Heroku Starter Kit.
55

6+
## Version 1.3.0 (07/07/2020)
7+
8+
- [#bugfix](#bugfix)
9+
- Fixed OS Command Injection in Rake [CVE-2020-8130](https://github.com/advisories/GHSA-jppv-gw3r-w3q8).
10+
- Fixed Percent-encoded cookies can be used to overwrite existing prefixed cookie names [CVE-2020-8184](https://github.com/advisories/GHSA-j6w9-fv6q-3q52).
11+
- [#enhancement](#enhancement)
12+
- Updated `jekyll` to `3.7.8`.
13+
- Updated `bundler` to `1.17.2`.
14+
- Updated `ruby` to `2.6.3`.
15+
- Updated `README.md` and `index.md`.
16+
617
## Version 1.2.0 (27/05/2018)
718

819
- [#new](#new)

‎README.md

Lines changed: 99 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -200,107 +200,134 @@ $ git push heroku master
200200
This will generate a build log that should resemble the below success.
201201

202202
```console
203-
Counting objects: 6, done.
204-
Delta compression using up to 4 threads.
205-
Compressing objects: 100% (6/6), done.
206-
Writing objects: 100% (6/6), 5.06 KiB | 647.00 KiB/s, done.
207-
Total 6 (delta 3), reused 0 (delta 0)
203+
Enumerating objects: 18, done.
204+
Counting objects: 100% (18/18), done.
205+
Delta compression using up to 4 threads
206+
Compressing objects: 100% (10/10), done.
207+
Writing objects: 100% (10/10), 153.31 KiB | 10.95 MiB/s, done.
208+
Total 10 (delta 7), reused 0 (delta 0)
208209
remote: Compressing source files... done.
209210
remote: Building source:
210211
remote:
211212
remote: -----> Ruby app detected
213+
remote: -----> Installing bundler 1.17.3
214+
remote: -----> Removing BUNDLED WITH version in the Gemfile.lock
212215
remote: -----> Compiling Ruby/Rack
213-
remote: -----> Using Ruby version: ruby-2.3.3
214-
remote: -----> Installing dependencies using bundler 1.15.2
216+
remote: -----> Using Ruby version: ruby-2.6.3
217+
remote: -----> Installing dependencies using bundler 1.17.3
215218
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
216-
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
217-
remote: Fetching gem metadata from https://rubygems.org/..........
218-
remote: Fetching version metadata from https://rubygems.org/..
219-
remote: Fetching dependency metadata from https://rubygems.org/.
220-
remote: Using rake 12.3.1
221-
remote: Using public_suffix 3.0.2
222-
remote: Using bundler 1.15.2
223-
remote: Using colorator 1.1.0
224-
remote: Using concurrent-ruby 1.0.5
225-
remote: Using eventmachine 1.2.7
226-
remote: Using http_parser.rb 0.6.0
227-
remote: Using ffi 1.9.23
228-
remote: Using forwardable-extended 2.6.0
229-
remote: Using rb-fsevent 0.10.3
230-
remote: Using ruby_dep 1.5.0
231-
remote: Using kramdown 1.16.2
232-
remote: Using liquid 4.0.0
233-
remote: Using mercenary 0.3.6
234-
remote: Using rouge 3.1.1
235-
remote: Using safe_yaml 1.0.4
236-
remote: Fetching posix-spawn 0.3.13
237-
remote: Using rack 1.6.10
238-
remote: Using i18n 0.9.5
239-
remote: Using addressable 2.5.2
240-
remote: Using rb-inotify 0.9.10
241-
remote: Using em-websocket 0.5.1
242-
remote: Using pathutil 0.16.1
243-
remote: Using sass-listen 4.0.0
244-
remote: Using listen 3.1.5
245-
remote: Using sass 3.5.6
246-
remote: Using jekyll-watch 2.0.0
247-
remote: Using jekyll-sass-converter 1.5.2
248-
remote: Using jekyll 3.8.2
249-
remote: Fetching jekyll-feed 0.9.3
250-
remote: Fetching jekyll-include-cache 0.1.0
251-
remote: Installing posix-spawn 0.3.13 with native extensions
252-
remote: Installing jekyll-include-cache 0.1.0
253-
remote: Installing jekyll-feed 0.9.3
254-
remote: Fetching jekyll-paginate-v2 1.9.4
255-
remote: Using jekyll-redirect-from 0.13.0
256-
remote: Using jekyll-seo-tag 2.5.0
257-
remote: Fetching jekyll-sitemap 1.2.0
258-
remote: Installing jekyll-paginate-v2 1.9.4
259-
remote: Installing jekyll-sitemap 1.2.0
260-
remote: Using rack-jekyll 0.5.0
261-
remote: Using jekyll-theme-minimal 0.1.1
262-
remote: Fetching jekyll-last-modified-at 1.0.1
263-
remote: Installing jekyll-last-modified-at 1.0.1
264-
remote: Bundle complete! 12 Gemfile dependencies, 38 gems now installed.
219+
remote: Fetching gem metadata from https://rubygems.org/.........
220+
remote: Fetching rake 13.0.1
221+
remote: Installing rake 13.0.1
222+
remote: Fetching public_suffix 4.0.5
223+
remote: Using bundler 1.17.3
224+
remote: Fetching colorator 1.1.0
225+
remote: Fetching concurrent-ruby 1.1.6
226+
remote: Installing public_suffix 4.0.5
227+
remote: Installing colorator 1.1.0
228+
remote: Fetching eventmachine 1.2.7
229+
remote: Installing concurrent-ruby 1.1.6
230+
remote: Installing eventmachine 1.2.7 with native extensions
231+
remote: Fetching http_parser.rb 0.6.0
232+
remote: Installing http_parser.rb 0.6.0 with native extensions
233+
remote: Fetching ffi 1.13.1
234+
remote: Installing ffi 1.13.1 with native extensions
235+
remote: Fetching forwardable-extended 2.6.0
236+
remote: Installing forwardable-extended 2.6.0
237+
remote: Fetching rb-fsevent 0.10.4
238+
remote: Installing rb-fsevent 0.10.4
239+
remote: Fetching kramdown 1.17.0
240+
remote: Installing kramdown 1.17.0
241+
remote: Fetching liquid 4.0.3
242+
remote: Installing liquid 4.0.3
243+
remote: Fetching mercenary 0.3.6
244+
remote: Installing mercenary 0.3.6
245+
remote: Fetching rouge 3.20.0
246+
remote: Installing rouge 3.20.0
247+
remote: Fetching safe_yaml 1.0.5
248+
remote: Installing safe_yaml 1.0.5
249+
remote: Fetching posix-spawn 0.3.14
250+
remote: Installing posix-spawn 0.3.14 with native extensions
251+
remote: Fetching rack 1.6.13
252+
remote: Installing rack 1.6.13
253+
remote: Fetching addressable 2.7.0
254+
remote: Installing addressable 2.7.0
255+
remote: Fetching i18n 0.9.5
256+
remote: Installing i18n 0.9.5
257+
remote: Fetching pathutil 0.16.2
258+
remote: Fetching rb-inotify 0.10.1
259+
remote: Installing pathutil 0.16.2
260+
remote: Installing rb-inotify 0.10.1
261+
remote: Fetching sass-listen 4.0.0
262+
remote: Fetching listen 3.2.1
263+
remote: Installing listen 3.2.1
264+
remote: Installing sass-listen 4.0.0
265+
remote: Fetching jekyll-watch 2.2.1
266+
remote: Fetching sass 3.7.4
267+
remote: Installing jekyll-watch 2.2.1
268+
remote: Installing sass 3.7.4
269+
remote: Fetching jekyll-sass-converter 1.5.2
270+
remote: Installing jekyll-sass-converter 1.5.2
271+
remote: Fetching em-websocket 0.5.1
272+
remote: Installing em-websocket 0.5.1
273+
remote: Fetching jekyll 3.8.7
274+
remote: Installing jekyll 3.8.7
275+
remote: Fetching jekyll-feed 0.14.0
276+
remote: Fetching jekyll-include-cache 0.2.0
277+
remote: Fetching jekyll-last-modified-at 1.3.0
278+
remote: Installing jekyll-include-cache 0.2.0
279+
remote: Installing jekyll-feed 0.14.0
280+
remote: Installing jekyll-last-modified-at 1.3.0
281+
remote: Fetching jekyll-redirect-from 0.16.0
282+
remote: Fetching jekyll-paginate-v2 3.0.0
283+
remote: Fetching jekyll-seo-tag 2.6.1
284+
remote: Installing jekyll-paginate-v2 3.0.0
285+
remote: Installing jekyll-redirect-from 0.16.0
286+
remote: Installing jekyll-seo-tag 2.6.1
287+
remote: Fetching jekyll-sitemap 1.4.0
288+
remote: Fetching rack-jekyll 0.5.0
289+
remote: Installing jekyll-sitemap 1.4.0
290+
remote: Fetching jekyll-theme-minimal 0.1.1
291+
remote: Installing rack-jekyll 0.5.0
292+
remote: Installing jekyll-theme-minimal 0.1.1
293+
remote: Bundle complete! 12 Gemfile dependencies, 37 gems now installed.
265294
remote: Gems in the groups development and test were not installed.
266-
remote: Bundled gems are installed into ./vendor/bundle.
267-
remote: Bundle completed (4.39s)
295+
remote: Bundled gems are installed into `./vendor/bundle`
296+
remote: Bundle completed (23.64s)
268297
remote: Cleaning up the bundler cache.
269-
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
270-
remote: The latest bundler is 1.16.2, but you are currently running 1.15.2.
271-
remote: To update, run `gem install bundler`
298+
remote: -----> Writing config/database.yml to read from DATABASE_URL
272299
remote: -----> Detecting rake tasks
273300
remote: -----> Precompiling assets
274301
remote: Running: rake assets:precompile
275-
remote: Configuration file: /tmp/build_02fecdee16af99fdfb60e024ca330ed4/_config.yml
276-
remote: Invalid theme folder: _includes
277-
remote: Source: /tmp/build_02fecdee16af99fdfb60e024ca330ed4
278-
remote: Destination: /tmp/build_02fecdee16af99fdfb60e024ca330ed4/_site
302+
remote: Configuration file: /tmp/build_7c043d4debd1a9e02e7244a541fc709d/_config.yml
303+
remote: Source: /tmp/build_7c043d4debd1a9e02e7244a541fc709d
304+
remote: Destination: /tmp/build_7c043d4debd1a9e02e7244a541fc709d/_site
279305
remote: Incremental build: disabled. Enable with --incremental
280306
remote: Generating...
307+
remote: Jekyll Feed: Generating feed for posts
281308
remote: AutoPages: Disabled/Not configured in site.config.
282309
remote: Pagination: Disabled in site.config.
283-
remote: done in 0.556 seconds.
310+
remote: done in 0.483 seconds.
284311
remote: Auto-regeneration: disabled. Use --watch to enable.
285-
remote: Asset precompilation completed (1.28s)
312+
remote: Asset precompilation completed (1.37s)
286313
remote:
287314
remote: -----> Static HTML app detected
288315
remote: % Total % Received % Xferd Average Speed Time Time Time Current
289316
remote: Dload Upload Total Spent Left Speed
290-
remote: 100 838k 100 838k 0 0 6185k 0 --:--:-- --:--:-- --:--:-- 6212k
317+
remote: 100 838k 100 838k 0 0 8360k 0 --:--:-- --:--:-- --:--:-- 8386k
291318
remote: -----> Installed directory to /app/bin
292319
remote: -----> Discovering process types
293-
remote: Procfile declares types -> web
320+
remote: Procfile declares types -> LANG, RACK_ENV, addons, console, rake, web
294321
remote:
295322
remote: -----> Compressing...
296-
remote: Done: 25M
323+
remote: Done: 21.2M
297324
remote: -----> Launching...
298-
remote: Released v12
325+
remote: Released v29
299326
remote: https://jekyll-heroku-starter-kit.herokuapp.com/ deployed to Heroku
300327
remote:
301328
remote: Verifying deploy... done.
302329
To https://git.heroku.com/jekyll-heroku-starter-kit.git
303-
4c1eff6..65eeca2 master -> master
330+
fa218a6..07b8c9a master -> master
304331
```
305332

306333
Visit your Heroku URL (e.g. [https://jekyll-heroku-starter-kit.herokuapp.com][example])

‎index.md

Lines changed: 99 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -203,107 +203,134 @@ $ git push heroku master
203203
This will generate a build log that should resemble the below success.
204204

205205
```console
206-
Counting objects: 6, done.
207-
Delta compression using up to 4 threads.
208-
Compressing objects: 100% (6/6), done.
209-
Writing objects: 100% (6/6), 5.06 KiB | 647.00 KiB/s, done.
210-
Total 6 (delta 3), reused 0 (delta 0)
206+
Enumerating objects: 18, done.
207+
Counting objects: 100% (18/18), done.
208+
Delta compression using up to 4 threads
209+
Compressing objects: 100% (10/10), done.
210+
Writing objects: 100% (10/10), 153.31 KiB | 10.95 MiB/s, done.
211+
Total 10 (delta 7), reused 0 (delta 0)
211212
remote: Compressing source files... done.
212213
remote: Building source:
213214
remote:
214215
remote: -----> Ruby app detected
216+
remote: -----> Installing bundler 1.17.3
217+
remote: -----> Removing BUNDLED WITH version in the Gemfile.lock
215218
remote: -----> Compiling Ruby/Rack
216-
remote: -----> Using Ruby version: ruby-2.3.3
217-
remote: -----> Installing dependencies using bundler 1.15.2
219+
remote: -----> Using Ruby version: ruby-2.6.3
220+
remote: -----> Installing dependencies using bundler 1.17.3
218221
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
219-
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
220-
remote: Fetching gem metadata from https://rubygems.org/..........
221-
remote: Fetching version metadata from https://rubygems.org/..
222-
remote: Fetching dependency metadata from https://rubygems.org/.
223-
remote: Using rake 12.3.1
224-
remote: Using public_suffix 3.0.2
225-
remote: Using bundler 1.15.2
226-
remote: Using colorator 1.1.0
227-
remote: Using concurrent-ruby 1.0.5
228-
remote: Using eventmachine 1.2.7
229-
remote: Using http_parser.rb 0.6.0
230-
remote: Using ffi 1.9.23
231-
remote: Using forwardable-extended 2.6.0
232-
remote: Using rb-fsevent 0.10.3
233-
remote: Using ruby_dep 1.5.0
234-
remote: Using kramdown 1.16.2
235-
remote: Using liquid 4.0.0
236-
remote: Using mercenary 0.3.6
237-
remote: Using rouge 3.1.1
238-
remote: Using safe_yaml 1.0.4
239-
remote: Fetching posix-spawn 0.3.13
240-
remote: Using rack 1.6.10
241-
remote: Using i18n 0.9.5
242-
remote: Using addressable 2.5.2
243-
remote: Using rb-inotify 0.9.10
244-
remote: Using em-websocket 0.5.1
245-
remote: Using pathutil 0.16.1
246-
remote: Using sass-listen 4.0.0
247-
remote: Using listen 3.1.5
248-
remote: Using sass 3.5.6
249-
remote: Using jekyll-watch 2.0.0
250-
remote: Using jekyll-sass-converter 1.5.2
251-
remote: Using jekyll 3.8.2
252-
remote: Fetching jekyll-feed 0.9.3
253-
remote: Fetching jekyll-include-cache 0.1.0
254-
remote: Installing posix-spawn 0.3.13 with native extensions
255-
remote: Installing jekyll-include-cache 0.1.0
256-
remote: Installing jekyll-feed 0.9.3
257-
remote: Fetching jekyll-paginate-v2 1.9.4
258-
remote: Using jekyll-redirect-from 0.13.0
259-
remote: Using jekyll-seo-tag 2.5.0
260-
remote: Fetching jekyll-sitemap 1.2.0
261-
remote: Installing jekyll-paginate-v2 1.9.4
262-
remote: Installing jekyll-sitemap 1.2.0
263-
remote: Using rack-jekyll 0.5.0
264-
remote: Using jekyll-theme-minimal 0.1.1
265-
remote: Fetching jekyll-last-modified-at 1.0.1
266-
remote: Installing jekyll-last-modified-at 1.0.1
267-
remote: Bundle complete! 12 Gemfile dependencies, 38 gems now installed.
222+
remote: Fetching gem metadata from https://rubygems.org/.........
223+
remote: Fetching rake 13.0.1
224+
remote: Installing rake 13.0.1
225+
remote: Fetching public_suffix 4.0.5
226+
remote: Using bundler 1.17.3
227+
remote: Fetching colorator 1.1.0
228+
remote: Fetching concurrent-ruby 1.1.6
229+
remote: Installing public_suffix 4.0.5
230+
remote: Installing colorator 1.1.0
231+
remote: Fetching eventmachine 1.2.7
232+
remote: Installing concurrent-ruby 1.1.6
233+
remote: Installing eventmachine 1.2.7 with native extensions
234+
remote: Fetching http_parser.rb 0.6.0
235+
remote: Installing http_parser.rb 0.6.0 with native extensions
236+
remote: Fetching ffi 1.13.1
237+
remote: Installing ffi 1.13.1 with native extensions
238+
remote: Fetching forwardable-extended 2.6.0
239+
remote: Installing forwardable-extended 2.6.0
240+
remote: Fetching rb-fsevent 0.10.4
241+
remote: Installing rb-fsevent 0.10.4
242+
remote: Fetching kramdown 1.17.0
243+
remote: Installing kramdown 1.17.0
244+
remote: Fetching liquid 4.0.3
245+
remote: Installing liquid 4.0.3
246+
remote: Fetching mercenary 0.3.6
247+
remote: Installing mercenary 0.3.6
248+
remote: Fetching rouge 3.20.0
249+
remote: Installing rouge 3.20.0
250+
remote: Fetching safe_yaml 1.0.5
251+
remote: Installing safe_yaml 1.0.5
252+
remote: Fetching posix-spawn 0.3.14
253+
remote: Installing posix-spawn 0.3.14 with native extensions
254+
remote: Fetching rack 1.6.13
255+
remote: Installing rack 1.6.13
256+
remote: Fetching addressable 2.7.0
257+
remote: Installing addressable 2.7.0
258+
remote: Fetching i18n 0.9.5
259+
remote: Installing i18n 0.9.5
260+
remote: Fetching pathutil 0.16.2
261+
remote: Fetching rb-inotify 0.10.1
262+
remote: Installing pathutil 0.16.2
263+
remote: Installing rb-inotify 0.10.1
264+
remote: Fetching sass-listen 4.0.0
265+
remote: Fetching listen 3.2.1
266+
remote: Installing listen 3.2.1
267+
remote: Installing sass-listen 4.0.0
268+
remote: Fetching jekyll-watch 2.2.1
269+
remote: Fetching sass 3.7.4
270+
remote: Installing jekyll-watch 2.2.1
271+
remote: Installing sass 3.7.4
272+
remote: Fetching jekyll-sass-converter 1.5.2
273+
remote: Installing jekyll-sass-converter 1.5.2
274+
remote: Fetching em-websocket 0.5.1
275+
remote: Installing em-websocket 0.5.1
276+
remote: Fetching jekyll 3.8.7
277+
remote: Installing jekyll 3.8.7
278+
remote: Fetching jekyll-feed 0.14.0
279+
remote: Fetching jekyll-include-cache 0.2.0
280+
remote: Fetching jekyll-last-modified-at 1.3.0
281+
remote: Installing jekyll-include-cache 0.2.0
282+
remote: Installing jekyll-feed 0.14.0
283+
remote: Installing jekyll-last-modified-at 1.3.0
284+
remote: Fetching jekyll-redirect-from 0.16.0
285+
remote: Fetching jekyll-paginate-v2 3.0.0
286+
remote: Fetching jekyll-seo-tag 2.6.1
287+
remote: Installing jekyll-paginate-v2 3.0.0
288+
remote: Installing jekyll-redirect-from 0.16.0
289+
remote: Installing jekyll-seo-tag 2.6.1
290+
remote: Fetching jekyll-sitemap 1.4.0
291+
remote: Fetching rack-jekyll 0.5.0
292+
remote: Installing jekyll-sitemap 1.4.0
293+
remote: Fetching jekyll-theme-minimal 0.1.1
294+
remote: Installing rack-jekyll 0.5.0
295+
remote: Installing jekyll-theme-minimal 0.1.1
296+
remote: Bundle complete! 12 Gemfile dependencies, 37 gems now installed.
268297
remote: Gems in the groups development and test were not installed.
269-
remote: Bundled gems are installed into ./vendor/bundle.
270-
remote: Bundle completed (4.39s)
298+
remote: Bundled gems are installed into `./vendor/bundle`
299+
remote: Bundle completed (23.64s)
271300
remote: Cleaning up the bundler cache.
272-
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
273-
remote: The latest bundler is 1.16.2, but you are currently running 1.15.2.
274-
remote: To update, run `gem install bundler`
301+
remote: -----> Writing config/database.yml to read from DATABASE_URL
275302
remote: -----> Detecting rake tasks
276303
remote: -----> Precompiling assets
277304
remote: Running: rake assets:precompile
278-
remote: Configuration file: /tmp/build_02fecdee16af99fdfb60e024ca330ed4/_config.yml
279-
remote: Invalid theme folder: _includes
280-
remote: Source: /tmp/build_02fecdee16af99fdfb60e024ca330ed4
281-
remote: Destination: /tmp/build_02fecdee16af99fdfb60e024ca330ed4/_site
305+
remote: Configuration file: /tmp/build_7c043d4debd1a9e02e7244a541fc709d/_config.yml
306+
remote: Source: /tmp/build_7c043d4debd1a9e02e7244a541fc709d
307+
remote: Destination: /tmp/build_7c043d4debd1a9e02e7244a541fc709d/_site
282308
remote: Incremental build: disabled. Enable with --incremental
283309
remote: Generating...
310+
remote: Jekyll Feed: Generating feed for posts
284311
remote: AutoPages: Disabled/Not configured in site.config.
285312
remote: Pagination: Disabled in site.config.
286-
remote: done in 0.556 seconds.
313+
remote: done in 0.483 seconds.
287314
remote: Auto-regeneration: disabled. Use --watch to enable.
288-
remote: Asset precompilation completed (1.28s)
315+
remote: Asset precompilation completed (1.37s)
289316
remote:
290317
remote: -----> Static HTML app detected
291318
remote: % Total % Received % Xferd Average Speed Time Time Time Current
292319
remote: Dload Upload Total Spent Left Speed
293-
remote: 100 838k 100 838k 0 0 6185k 0 --:--:-- --:--:-- --:--:-- 6212k
320+
remote: 100 838k 100 838k 0 0 8360k 0 --:--:-- --:--:-- --:--:-- 8386k
294321
remote: -----> Installed directory to /app/bin
295322
remote: -----> Discovering process types
296-
remote: Procfile declares types -> web
323+
remote: Procfile declares types -> LANG, RACK_ENV, addons, console, rake, web
297324
remote:
298325
remote: -----> Compressing...
299-
remote: Done: 25M
326+
remote: Done: 21.2M
300327
remote: -----> Launching...
301-
remote: Released v12
328+
remote: Released v29
302329
remote: https://jekyll-heroku-starter-kit.herokuapp.com/ deployed to Heroku
303330
remote:
304331
remote: Verifying deploy... done.
305332
To https://git.heroku.com/jekyll-heroku-starter-kit.git
306-
4c1eff6..65eeca2 master -> master
333+
fa218a6..07b8c9a master -> master
307334
```
308335

309336
Visit your Heroku URL (e.g. [https://jekyll-heroku-starter-kit.herokuapp.com][example])

0 commit comments

Comments
 (0)
Please sign in to comment.