Skip to content

Commit

Permalink
Jekyll is now compatible with ruby3
Browse files Browse the repository at this point in the history
  • Loading branch information
assaron committed Jul 16, 2024
1 parent 18622b4 commit f318b8b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
21 changes: 11 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,27 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.8.3"
#gem "jekyll", "~> 3.8.3"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"

gem "jekyll-remote-theme"
# gem "minima", "~> 2.0"
#
# gem "jekyll-remote-theme"
gem "just-the-docs"

#
gem "webrick"
gem "github-pages"
gem "rexml"
gem "jekyll-spaceship"
# gem "github-pages"
# gem "rexml"
# gem "jekyll-spaceship"

# 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
gem "github-pages"

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
# gem "jekyll-feed", "~> 0.6"
gem "jekyll-spaceship"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
10 changes: 7 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
title: Phantasus
repository: ctlab/phantasus

plugins:
- jekyll-remote-theme
#- jekyll-remote-theme
- jekyll-spaceship
remote_theme:
just-the-docs/just-the-docs@main

# remote_theme:
# just-the-docs/just-the-docs@main

theme: just-the-docs

kramdown:
toc_levels: "1,2,3"
Expand Down

0 comments on commit f318b8b

Please sign in to comment.