Skip to content

Commit

Permalink
Revert "change theme"
Browse files Browse the repository at this point in the history
This reverts commit 41ea949.
  • Loading branch information
johnazariah committed Dec 11, 2023
1 parent 41ea949 commit 7d9248f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ end
# This is the default theme for new Jekyll sites. You may change this to anything you like.
# gem "minima", "~> 2.5"

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
end

# Performance-booster for watching directories on Windows
#gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
gem "webrick", "~> 1.8"
gem "tzinfo", "~> 2.0", :install_if => Gem.win_platform?
gem "tzinfo-data", :install_if => Gem.win_platform?
gem "tzinfo", "~> 2.0"
gem "tzinfo-data"
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ twitter_username: johnazariah
github_username: johnazariah

# Build settings
#remote_theme: pages-themes/architect@v0.2.0
remote_theme: pages-themes/minimal@v0.2.0
remote_theme: pages-themes/architect@v0.2.0
plugins:
- jekyll-feed
- jekyll-seo-tag
Expand Down

0 comments on commit 7d9248f

Please sign in to comment.