diff --git a/Gemfile b/Gemfile index f5163fe..9dff101 100644 --- a/Gemfile +++ b/Gemfile @@ -32,3 +32,4 @@ end gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +gem "minima-dark", path:"/minima-dark" diff --git a/Gemfile.lock b/Gemfile.lock index f5569f1..7a702ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +PATH + remote: /minima-dark + specs: + minima-dark (0.1.0) + jekyll (~> 4.2) + GEM remote: https://rubygems.org/ specs: @@ -78,6 +84,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap minima (~> 2.5) + minima-dark! tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1)