-
# A Beginner's Guide to SEO optimization in a Jekyll static website · Juliette Sinibardy
Optimizing Jekyll for SEO is easy! 🚀 Here are a few plugins and best practices you can use.
[https://jsinibar…
-
When I use the sitemap generator plugin found here:
https://github.com/kinnetica/jekyll-plugins
I get this error:
`jekyll serve --trace
/Users/erik/.rvm/gems/ruby-head/gems/liquid-2.6.1/lib/liquid/ht…
-
Hi @untra ,
We're using the jekyll_picture_tag plugin to generate webp images for our sites. With the addition of `jekyll-polyglot` this has broken. Jekyll_picture_tag places the generated images i…
-
As per chat, chose to disable this.
Currently, dweb publishing seems to require relative urls in posts, using plugins like this: https://0xacab.org/sutty/jekyll/jekyll-relative-urls/-/tree/master/l…
-
Hello 😃
I have Jekyll 3.7.2 installed and I'm trying to get started with multiple languages plugin, but after doing
```
gem install jekyll-multiple-languages-plugin
```
When I try to do,
…
-
So I did a recent export of my WordPress content to markdown using https://github.com/thomasf/exitwp, and after fixing up the formatting I get the below error when trying to run 'rake generate':
```
…
-
Trying to run Jekyll, I get this error:
```
/usr/lib/ruby/gems/1.9.1/gems/ffi-1.0.11/lib/ffi/library.rb:121:in `block in ffi_lib': Could not open library 'lib.so': lib.so: cannot open shared objec…
-
Issue: Unable to render image in md file that are in _posts
However, if the md file place in root directory, not issue to render image
-
``` ruby
➜ project-website git:(qa) jekyll
Configuration from /Users/krosenberg/Desktop/Projects/website/_config.yml
Building site: ./src -> ./public
/Users/krosenberg/Desktop/Projects/website/_plugi…
-
I see several other bugs here mentioning [jekyll-last-modified-at](https://github.com/gjtorikian/jekyll-last-modified-at) as the source of truth for modification dates, but that plugin is not mentione…