From a76fa13a6c5abbf757b6a76d1fb6993df828dd86 Mon Sep 17 00:00:00 2001 From: Huy-Ngo Date: Sun, 10 Jan 2021 17:25:30 +0700 Subject: Update to dark theme --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 6d5ab76..2d8b58c 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 4.2.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +gem "minima", git: "https://github.com/jekyll/minima" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins -- cgit 1.4.1