🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

kontent-jekyll

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kontent-jekyll

1.0.0
Rubygems
Version published
Maintainers
1
Created
Source

Build Status Join the chat at https://kentico-community.slack.com Stack Overflow Version

Kontent Jekyll

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.

Examples

For a working example see this project.

Installation

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

Usage

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.

Configuration

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                                           

Feedback & Contributing

Check out the contributing page to see the best places to file issues, start discussions, and begin contributing.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Kontent-Jekyll project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Analytics

FAQs

Package last updated on 05 Jun 2020

Did you know?

Socket

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.

Install

Related posts