github / pages-gem

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
http://pages.github.com
MIT License
1.82k stars 350 forks source link

Octicons are inconsistent #709

Closed cloewen8 closed 3 years ago

cloewen8 commented 3 years ago

Before submitting an issue, please be sure to

This issue affects

The GitHub Pages Gem is intended to help users replicate the GitHub Pages build environment locally. If your issue affects both the hosted version and the version previewed locally, you may be better suited reporting seeking support in other forums.

What did you do (e.g., steps to reproduce)

Used jekyll-octicons in a navigation menu.

What did you expect to happen?

GitHub's current icons from the Octicons plugin (as observed locally).

image

What happened instead?

An older or different version of the icons.

image

It is especially apparent in the house icon doorway.

Additional information

Gemfile:

source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins

gem 'jekyll-octicons'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
cloewen8 commented 3 years ago

It has been a few months now. Any updates on this?

parkr commented 3 years ago

Perhaps check your version of jekyll-octicons against https://pages.github.com/versions/ ? That page will tell you if there's a different version. If so, then it's possible to have different SVG's for new designs.

cloewen8 commented 3 years ago

Perhaps check your version of jekyll-octicons against https://pages.github.com/versions/ ? That page will tell you if there's a different version. If so, then it's possible to have different SVG's for new designs.

Octicons is not listed there. I suspect since it is not included by default (only whitelisted). The version I have installed locally is 11.2.0. I can't verify if it is a version difference or not. But I doubt it's anything else. Why would Octicons have different designs in the same version?

cloewen8 commented 3 years ago

It appears this has been resolved!

Not sure which commit resolved this. Would love to know if anyone spots it. Regardless, thank you!