Skip to content

Commit f638589

Browse files
committed
add remote theme
1 parent f86d9f2 commit f638589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ gem "jekyll", "~> 4.4.1"
1111

1212
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1313
gem "minima", "~> 2.5"
14-
gem "minimal-mistakes-jekyll"
1514

1615
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1716
# uncomment the line below. To upgrade, run `bundle update github-pages`.

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ twitter_username: jekyllrb
3030
github_username: jekyll
3131

3232
# Build settings
33-
theme: minimal-mistakes-jekyll
33+
remote_theme: pages-themes/[email protected]
34+
theme: jekyll-remote-theme
3435
plugins:
3536
- jekyll-feed
3637

0 commit comments

Comments
 (0)