Skip to content

Commit 60366dd

Browse files
committed
Taking into account GitHub comments
1 parent 52c5fa8 commit 60366dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ source "https://rubygems.org"
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
1010

11-
gem "jekyll"
11+
# Jekyll is included via github-pages gem, so we don't need a standalone jekyll gem
1212
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1313
#gem "minima", "~> 2.5"
1414
gem "jekyll-theme-cayman"
1515
gem "github-pages", group: :jekyll_plugins
16+
gem "faraday-retry"
1617

1718
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1819
#gem "minima", "~> 2.5"
1920

20-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
21-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
22-
# gem "github-pages", group: :jekyll_plugins
21+
# GitHub Pages is already configured above. To upgrade, run `bundle update github-pages`.
2322
# If you have any plugins, put them here!
2423
group :jekyll_plugins do
2524
gem "jekyll-feed", "~> 0.12"

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
theme: jekyll-theme-cayman
22
url: https://datatalks.club
33
name: DataTalks.Club
4+
title: DataTalks.Club
45
twitter: '@DataTalksClub'
56
permalink: /blog/:title.html
67

0 commit comments

Comments
 (0)