-
I have on GEMFILE
source 'https://rubygems.org'
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'autoprefixer-rails'
gem 'jekyll-assets'
gem 'jekyll-github-metadata'
gem 'github-…
-
# Bioinformatics and other bits - A simple image gallery in Jekyll without plugins
[https://dmnfarrell.github.io/software/jekyll-galleries](https://dmnfarrell.github.io/software/jekyll-galleries)
-
## Summary
When `github-pages` is listed under the `group :jekyll_plugins` in the Gemfile, then **on regeneration**, a site has *its **`assets/css/style.css`*** overridden by one bundled with one o…
-
Here are some ideas:
https://github.com/planetjekyll/awesome-jekyll
https://github.com/planetjekyll/awesome-jekyll-editors
https://github.com/planetjekyll/awesome-jekyll-plugins
https://github.c…
-
I'm in good faith tracking this as a CRITICAL ACCESSABILITY ISSUE for people in the development community who are visually disabled and use mermaidjs to communicate visual ideas and want to use Github…
-
Our website build process depends on the github-pages gem, which [does not support Jekyll 4](https://github.com/github/pages-gem/issues/651) so we are stuck at Jekyll 3.9, and Jekyll 3.9 does not work…
-
We hardcode jekyll verison 3.8.6 and we should be using the latest version of everything if possible.
Do not forget `jekyll-assets` when looking to upgrade plugins.
As of this edit, GitHub uses …
-
After adding this line in my Gemfile and running `bundle install`:
`gem 'jekyll-tidy', group: :jekyll_plugins`
I'm getting an error when running `bundle exec jekyll s`:
`
jekyll 3.7.4 | Error:…
-
Fresh install of github-pages. Jekyll 3.6.2 so my _config.yml says
```
plugins:
- jekyll-pug
- jekyll-minifier
```
Constantly getting
```
Dependency Error: Yikes! It looks like you don't ha…
-
Recién instalado ruby y jekyll sin errores. Parece que _posts/en/2015-09-13-cohomologia_rham.md me da un error en jekyll al llamar a
`jekyll server --trace`
Al acceder a la página error: "Firefox can…