Open baardev opened 11 months ago
I had to add jekyll-inline-svg
to the plugins:
key in my config.
# _config.yml
url: ""
baseurl: ""
title: ""
plugins:
- jekyll-inline-svg
gems:
- jekyll-inline-svg
I'm not a Ruby developer and I don't know much about it. But for me, adding jekyll-inline-svg
to gems
as the README suggests, leads to a broken page rendering. However, adding jekyll-inline-svg
only to plugins
works well. This happen in a fresh and blank Jekyll project.
I have installed via gem, updated by _config.yml, and cleared the jekyll cache, but when I run
jekyll serve
I getIs there some step I have missed?
I confirmed they are installed with