From 0c6a3bbd4f78d5294af5b315dc922effcc51e902 Mon Sep 17 00:00:00 2001 From: vcncolin Date: Mon, 1 Jul 2024 13:33:58 +0200 Subject: [PATCH] posts --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dec04bb..2889bc2 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ source "https://rubygems.org" gem "github-pages", "~> 231", group: :jekyll_plugins # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.5" -gem 'jekyll-theme-slate', '~> 0.2.0' +gem 'jekyll-theme-cayman', '~> 0.2.0' # 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