-
Configuration will reside in _theme.yml
-
Everything was running smoothly until... I ran into this error when running the `brew upgrade vips` command:
```
bundle exec jekyll s -l
bundler: failed to load command: jekyll (/Users/gschiavon/…
-
When trying to run `jekyll serve` I'm getting:
```
cleaner.rb:76:in 'caller': stack level too deep
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-3.0.0/lib/jekyll/cleaner.rb:76:in `parent_dirs'
from…
-
Hello,
Thanks for this plugin. I saw it's possible to filter on `tag` and `category`. I wondered if that would be possible to filter on `author`? My use-case is that I want to have on the author's …
-
I've setup the layouts in _layouts and also created a portfolio page that uses the _portfolio layout. I've then added two test projects in _projects but nothing is appearing on my portfolio page. Does…
-
First off, thanks so much for making this plugin! 😃
I am migrating my blog to use jekyll, where I used pandoc previously. It supports `\nocite{xxx}`, and is helpful when I don't need to explicitly…
-
Here is the AMP discussion - http://talk.jekyllrb.com/t/how-to-use-amp-in-jekyll/1163/2
I think AMP is Possible in Jekyll. If possible then please implement in this theme.
-
This may be a bit far-fetched but was wondering if you could add a column displaying the required minimum Ruby version for each "gem" listed.
Rubygems.org listings have a field for it, so there's alr…
-
In the past, I used the setup I also described [here](https://github.com/kurtsson/jekyll-multiple-languages-plugin/issues/186):
Have a default language be put to root **and** in a separate language f…
-
When starting a `jekyll/jekyll:4.0` (and `4.2.2`) with volume `./vendor/bundle:/usr/local/bundle:Z`, installed gems don't cache locally. They install into `/usr/gem`, so starting jekyll server without…