Template mmistakes / mm-github-pages-starter - Warning: Using the last argument as keyword parameters is deprecated

Local Server

I’m use a fork:

git clone https://github.com/stevengghp/mm-github-pages-starter.git

cd mm-github-pages-starter
mm-github-pages-starter$ bundle exec jekyll serve --open-url --livereload
Configuration file: /home/steveng/mm-github-pages-starter/_config.yml
            Source: /home/steveng/mm-github-pages-starter
       Destination: /home/steveng/mm-github-pages-starter/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
      Remote Theme: Using theme mmistakes/minimal-mistakes
       Jekyll Feed: Generating feed for posts
   GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
                    done in 23.457 seconds.
/home/steveng/gems/gems/pathutil-0.16.2/lib/pathutil.rb:502: warning: Using the last argument as keyword parameters is deprecated
 Auto-regeneration: enabled for '/home/steveng/mm-github-pages-starter'
LiveReload address: http://127.0.0.1:35729
    Server address: http://127.0.0.1:4000

warning: Using the last argument as keyword parameters is deprecated

Hello, how can i solved the problem?

Start again, now:

mm-github-pages-starter$ bundle exec jekyll serve --open-url --livereload
Configuration file: /home/steveng/mm-github-pages-starter/_config.yml
            Source: /home/steveng/mm-github-pages-starter
       Destination: /home/steveng/mm-github-pages-starter/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
      Remote Theme: Using theme mmistakes/minimal-mistakes
       Jekyll Feed: Generating feed for posts
   GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
                    done in 22.897 seconds.
/home/steveng/gems/gems/pathutil-0.16.2/lib/pathutil.rb:502: warning: Using the last argument as keyword parameters is deprecated
 Auto-regeneration: enabled for '/home/steveng/mm-github-pages-starter'
LiveReload address: http://127.0.0.1:35729
    Server address: http://127.0.0.1:4000
  Server running... press ctrl-c to stop.
        LiveReload: Browser connected
[2022-03-29 18:42:17] ERROR `/favicon.ico' not found.

Now another problem:

What should i do?

Hello @mmistakes , did you have input for me?

Thank you

steveng

This issue has been fixed in Jekyll-3.9.2.
Now, just hope GitHub Pages bumps to that version soon.

See this thread. It’s a warning you get when building locally if some keys aren’t present in your _config.yml.

I wouldn’t worry too much about it as GitHub adds these values when you push the repo up and they build/host the site. It’s only really a concern when building locally to test.

1 Like

Hello @mmistakes ,

why did you use gem “jekyll-paginate and not jekyll-paginate-v2” ?

OT
https://mademistakes.com/ (created by Gatsby)
Nice site, why didn’t use Jekyll for this site?

Greets
steveng

Because v2 isn’t supported on GitHub Pages and I wanted the theme to have compatibility with it.

Ok, thank you

https://pages.github.com/versions/

jekyll-paginate 1.1.0

@mmistakes
Did you have input in this thread for me?