Skip to content

Commit

Permalink
First test with new kabusin theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynote committed Dec 8, 2023
1 parent 1e8b21d commit e0d5ec1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e0d5ec1

Please sign in to comment.