Skip to content

Commit 37ccc2d

Browse files
author
Isaac Ullah
committed
trying to remote theme
1 parent 7355c0a commit 37ccc2d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
source "https://rubygems.org"
2-
gemspec
2+
3+
gem "github-pages", group: :jekyll_plugins
4+
gem "jekyll-include-cache", group: :jekyll_plugins

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
1212

1313
# theme : "minimal-mistakes-jekyll"
14-
# remote_theme : "mmistakes/minimal-mistakes"
14+
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
1515
minimal_mistakes_skin : "dirt" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
1616

1717
# Site Settings

0 commit comments

Comments
 (0)