jekyll
jekyll copied to clipboard
:globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
This is a ๐ feature or enhancement. ## Summary ## Context Resolves #9827 ### Performance | Case | Without Cache | With Cache | |------------|---------------|----------------| | **Best** | O(n ยท...
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.3') s.add_dependency("csv", "~> 3.0") endThanks for fixing this warning! @jekyllbot: merge +dev _Originally posted by @mattr- in https://github.com/jekyll/jekyll/pull/9522#pullrequestreview-1813692793_
use of @import has been depricated and changed to @use. warning: "Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0." is removed when...
This is a ๐ฆ documentation change. ## Summary Add description for _plugins directory in Jekyll structure docs ## Context Since it is a relevant component of the directory structure, it...
## Motivation The `_plugins` directory has a special meaning in Jekyll, therefore it should be documented in the "Directory Structure" page. ## Suggestion Add a row to the table explaining...
### Motivation Hi, I would like to remove my site from the [wiki](https://github.com/jekyll/jekyll/wiki/sites) as I am no longer using Jekyll. However, since we are no longer able to edit the...
This is a ๐ bug fix. ## Summary Fix livereload when using IPv6 host. ## Context Currently, when using an IPv6 address in `host`, livereload does not work. ### How...
This is a ๐ฆ documentation change. ## Summary Windows Directory Monitor (WDM) is a library to monitor directories on Windows. It's mostly implemented in C. However, WDM 0.1.1 can no...
### Operating System Windows ### Ruby Version ruby 3.4.7 (2025-10-08 revision 7a5688e2a2) +PRISM [x64-mingw-ucrt] ### Jekyll Version jekyll 4.4.1 ### GitHub Pages Version n/a ### Expected Behavior n/a ### Current...
This is a ๐ฆ documentation change. ## Summary This PR adds official Ruby website to `showcase.yml`. ## Context Resolves #9891