Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jekyll-stork

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll-stork

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

jekyll-stork

An almost zero configuration plugin for Stork Search.

Installation

Add this line to your site's Gemfile:

gem 'jekyll-stork'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-stork

Usage

Add the plugin to your _config.yml:

plugins:
- jekyll-stork
locale: es
lang: es

And that's it. If you're writing in other languages supported by Stork, set the locale or lang variable to a 2-letter ISO code in your _config.yml.

The frontend part needs to be added separately into your theme by following the quick start guide.

Compression

If you want to compress the index, you can use jekyll-gzip and jekyll-brotli.

Example configuration:

---
plugins:
- jekyll-gzip
- jekyll-brotli
brotli:
  extensions:
  - '.st'
gzip:
  extensions:
  - '.st'

TODO

  • Support several languages at the same time.
  • Index source files instead of pages?

Contributing

Bug reports and pull requests are welcome on 0xacab.org at https://0xacab.org/sutty/jekyll/jekyll-stork. 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!

License

The gem is available as free software under the terms of the GPL3 License.

Code of Conduct

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

FAQs

Package last updated on 30 Mar 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc