Skip to content

Commit

Permalink
Merge pull request #8 from RalphHightower/RalphHightower-patch-6
Browse files Browse the repository at this point in the history
[info](build): Update [_config.yml | Gemfile](add everything)
  • Loading branch information
RalphHightower authored Oct 3, 2024
2 parents 06cca68 + ffb6234 commit 232442a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ gem 'minima', '~> 2.5', '>= 2.5.2'
# If you have any plugins, put them here!
group :jekyll_plugins do

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-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-titles-from-headings', '~> 0.5.3'

# { 2024-09-29 @RalphHightower
# /home/runner/work/blog434/blog434/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'
Expand Down
15 changes: 11 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ theme: minima
# add a line comment on "theme: minima" above.
#remote_theme: jekyll/minima

# plugins:
# - jekyll
# - jekyll-feed
# - jekyll-seo-tag
plugins:
- jekyll-feed
- jekyll-github-metadata
# - jekyll-include-cache
- jekyll-mentions
- jekyll-optional-front-matter
- jekyll-readme-index
# - jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-titles-from-headings

# Theme-specific settings

Expand Down

0 comments on commit 232442a

Please sign in to comment.