
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
jekyll-ignore-layouts
Advanced tools
In Sutty's workflow, some articles are meant to be included on other pages, so they don't require to be rendered as individual files/URLs.
With this plugin, when an article's layout is ignored, the article is available on liquid templates but doesn't get written to disk.
Add this line to your site's Gemfile:
gem 'jekyll-ignore-layouts'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-ignore-layouts
Add the plugin to your _config.yml
and configure it:
plugins:
- jekyll-ignore-layouts
ignored_layouts:
- menu
ignored_layouts
is an array of layouts that don't required to be
written to disk.
Bug reports and pull requests are welcome on 0xacab.org at https://0xacab.org/sutty/jekyll/jekyll-ignore-layouts. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Sutty code of conduct.
If you like our plugins, please consider donating!
The gem is available as free software under the terms of the GPL3 License.
Everyone interacting in the jekyll-ignore-layouts project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that jekyll-ignore-layouts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.