Plugins not working!

Thanks a lot for your interest, @MichaelCurrin.

  1. This is my Gemfile:

    source "https://rubygems.org"
    
    gem "jekyll"
    
    group :jekyll_plugins do
        gem "jekyll-feed"
        gem "jekyll-seo-tag"
        gem "jekyll-sitemap"
        gem "jekyll-last-modified-at"
        gem "jekyll-redirect-from"
        gem "jekyll-target-blank"
    end
    
    install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
        gem "tzinfo"
        gem "tzinfo-data"
    end
    
  2. Plugins don’t work neither locally or online (I use Netlify to deploy the website).

  3. When I build, there are no errors. This is what I get when I run bundle exec jekyll or jekyll serve:

        Configuration file: /Users/xplosionmind/programming/xplosionmind/_config.yml
                Source: /Users/xplosionmind/programming/xplosionmind
           Destination: /Users/xplosionmind/programming/xplosionmind/_site
     Incremental build: disabled. Enable with --incremental
          Generating...
           Jekyll Feed: Generating feed for posts
    
                        done in 10.609 seconds.
     Auto-regeneration: enabled for '/Users/xplosionmind/programming/xplosionmind'
    LiveReload address: http://127.0.0.1:35729
        Server address: http://127.0.0.1:4000//
      Server running... press ctrl-c to stop.
    
  4. And this is what I get when typing bundle list:

    Gems included by the bundle:
      * addressable (2.7.0)
      * colorator (1.1.0)
      * concurrent-ruby (1.1.7)
      * em-websocket (0.5.1)
      * eventmachine (1.2.7)
      * ffi (1.13.1)
      * forwardable-extended (2.6.0)
      * http_parser.rb (0.6.0)
      * i18n (1.8.5)
      * jekyll (4.1.1)
      * jekyll-feed (0.15.0)
      * jekyll-last-modified-at (1.3.0)
      * jekyll-redirect-from (0.16.0)
      * jekyll-sass-converter (2.1.0)
      * jekyll-seo-tag (2.6.1)
      * jekyll-sitemap (1.4.0)
      * jekyll-target-blank (2.0.0)
      * jekyll-watch (2.2.1)
      * kramdown (2.3.0)
      * kramdown-parser-gfm (1.1.0)
      * liquid (4.0.3)
      * listen (3.2.1)
      * mercenary (0.4.0)
      * mini_portile2 (2.4.0)
      * nokogiri (1.10.10)
      * pathutil (0.16.2)
      * posix-spawn (0.3.15)
      * public_suffix (4.0.5)
      * rb-fsevent (0.10.4)
      * rb-inotify (0.10.1)
      * rexml (3.2.4)
      * rouge (3.22.0)
      * safe_yaml (1.0.5)
      * sassc (2.4.0)
      * terminal-table (1.8.0)
      * unicode-display_width (1.7.0)
    Use `bundle info` to print more detailed information about a gem