-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
48 lines (43 loc) · 2.09 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
source 'https://rubygems.org'
# jekyll/minima — theme
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem 'jekyll', '~> 4.3', '>= 4.3.4'
gem 'kramdown', '~> 2.4'
gem 'sassc-embedded', '~> 1.78'
gem 'rake', '~> 13.2', '>= 13.2.1'
gem 'minima', '~> 2.5', '>= 2.5.2'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll_ai_related_posts', '~> 0.1.4'
gem 'jekyll-avatar', '~> 0.8.0'
gem 'jekyll-default-layout', '~> 0.1.5'
gem 'jekyll-feed', '~> 0.17.0'
gem 'jekyll-github-metadata', '~> 2.16', '>= 2.16.1'
# gem 'jekyll-include-cache', '~> 0.2.1'
gem 'jekyll-last-modified-at', '~> 1.3', '>= 1.3.2'
gem 'jekyll-mentions', '~> 1.6'
gem 'jekyll-optional-front-matter', '~> 0.3.2'
gem 'jekyll-readme-index', '~> 0.3.0'
gem 'jekyll-relative-links', '~> 0.7.0'
gem 'jekyll-seo-tag', '~> 2.8'
gem 'jekyll-sitemap', '~> 1.4'
# gem 'jekyll-tagging', github: 'RalphHightower/jekyll-tagging', branch: 'master'
# gem 'jekyll-tagging', '~> 1.1'
gem 'jekyll-titles-from-headings', '~> 0.5.3'
# { 2024-09-29 @RalphHightower
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/jekyll-4.3.4/lib/jekyll.rb:28: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-4.3.4 to add csv into its gemspec.
gem 'csv', '~> 3.3'
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of safe_yaml-1.0.5 to add base64 into its gemspec.
gem 'base64', '~> 0.2.0'
# } 2024-09-29 @RalphHightower
# { 2024-10-29 @RalphHightower
gem 'nuggets', '~> 1.6', '>= 1.6.1'
# } 2024-10-29 @RalphHightower
end