Skip to content

Commit 7d9248f

Browse files
committed
Revert "change theme"
This reverts commit 41ea949.
1 parent 41ea949 commit 7d9248f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Gemfile

+8-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ end
2222
# This is the default theme for new Jekyll sites. You may change this to anything you like.
2323
# gem "minima", "~> 2.5"
2424

25+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
26+
# and associated library.
27+
platforms :mingw, :x64_mingw, :mswin, :jruby do
28+
end
29+
2530
# Performance-booster for watching directories on Windows
31+
#gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2632
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
2733
gem "webrick", "~> 1.8"
28-
gem "tzinfo", "~> 2.0", :install_if => Gem.win_platform?
29-
gem "tzinfo-data", :install_if => Gem.win_platform?
34+
gem "tzinfo", "~> 2.0"
35+
gem "tzinfo-data"

_config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ twitter_username: johnazariah
2929
github_username: johnazariah
3030

3131
# Build settings
32-
#remote_theme: pages-themes/[email protected]
33-
remote_theme: pages-themes/[email protected]
32+
remote_theme: pages-themes/[email protected]
3433
plugins:
3534
- jekyll-feed
3635
- jekyll-seo-tag

0 commit comments

Comments
 (0)