-
Agregar sistema de Tas al sitio para que sea mas facil buscar por tema
Talves usando este plugin
https://github.com/jekyll/jekyll-archives
-
@chikamichi Thanks again for the pushing of version `2.0.0`. Hoever, here I have a few issues:
- Why is `jekyll` a runtime dependency of this gem? I have seen plugin gems made by the `jekyll` team wit…
-
Use this plugin https://github.com/kinnetica/jekyll-plugins
-
I have tried adding this via remote-theme: midnight (i used the remote theme plugin as well) and theme: jekyll-theme-midnight. After adding the theme in either way the entire site went blank. Removing…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
I was unable to resolve a dependency error (ruby error `cannot load such file -- image-size` in my build until changing my jekyll _config.yml file from:
```yml
plugins:
- image-size
```
(per …
-
When doing a fresh install of the website and following the "Running the Website Locally" guide, the `docker compose up` step fails with the following error:
```
[+] Running 1/0
✔ Container dsai…
-
# What I did
## 1. Add ```gem 'jekyll-toc'``` to my gemfile.
My gemfile is very simple, looks like this:
```
gem "jekyll"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'jekyll-toc'
```
…
-
Hello, I'm a newbie of jekyll blog system. I created blog folder by:
`cd ~`
`jekyll new myBlog`
`bundle install`
`bundle exec jekyll serve`
So I can preview the website at `127.0.0.1:4000`
…
-
I got ``undefined method `[]' for nil:NilClass''
```
ERROR Jekyll::Img: Jekyll::Img died with a /var/lib/gems/3.0.0/gems/jekyll_plugin_support-0.7.0/lib/jekyll_plugin_support.rb:163:in `render':…