From e0d5ec117afd3e890dda6226a7c1dc786993aca5 Mon Sep 17 00:00:00 2001 From: Fanny Cheung Date: Sat, 9 Dec 2023 00:23:21 +0100 Subject: [PATCH] First test with new kabusin theme --- Gemfile | 3 ++- Gemfile.lock | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f875cf4..24da2c1 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,9 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3.2" -# Jekyll theme for Scribouilli +# Jekyll themes for Scribouilli gem "mimoza", git: "https://github.com/Scribouilli/mimoza.git", branch: "main" +gem "kabusin", git: "https://github.com/Scribouilli/kabusin.git", branch: "add-gemspec" group :jekyll_plugins do # Handle redirections diff --git a/Gemfile.lock b/Gemfile.lock index 18939ba..ecdbf76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,19 @@ +GIT + remote: https://github.com/Scribouilli/kabusin.git + revision: 9ea8fb6fae845abe5f3dacafb2a23861cff39fd9 + branch: add-gemspec + specs: + kabusin (1.0.0) + jekyll (~> 4.3.2) + jekyll-default-layout (~> 0.1.5) + jekyll-feed (~> 0.17) + jekyll-optional-front-matter (~> 0.3) + jekyll-paginate-v2 (~> 3.0) + jekyll-redirect-from (~> 0.16) + jekyll-seo-tag (~> 2.8) + jekyll-sitemap (~> 1.4) + jekyll-titles-from-headings (~> 0.5.3) + GIT remote: https://github.com/Scribouilli/mimoza.git revision: 11029ac8dcc929d0cd609babacbe61d3fdc96637 @@ -121,6 +137,7 @@ DEPENDENCIES jekyll-seo-tag (~> 2.8) jekyll-sitemap (~> 1.4) jekyll-titles-from-headings (~> 0.5.3) + kabusin! mimoza! rspec webrick (~> 1.7)