
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Kontekt Jekyll is utilizing Kentico Kontent, headless CMS, as a content repository and integrates it with Jekyll static site generator. You can generate posts, pages, collections and data items.
For a working example see this project.
Add this to your gem's Jekyll plugins:
source 'https://rubygems.org'
group :jekyll_plugins do
gem 'kontent-jekyll'
end
And then execute bundle install
Run bundle exec jekyll build
as you would normally build your Jekyll site.
You can also run bundle exec jekyll serve
to run the built site.
To configure the extension, add the following configuration block to Jekyll's _config.yml
:
For full configuration see wiki.
plugins:
- kontent-jekyll
kentico:
project_id: 2dd742d6-107b-48b0-8335-6674c76c9b93
posts:
type: blog_post
Check out the contributing page to see the best places to file issues, start discussions, and begin contributing.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Kontent-Jekyll project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that kontent-jekyll 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.