Jekyll Search

screenshot of Jekyll Search

Basic jekyll setup with search via json

Overview

The Jekyll search is a basic setup that allows for search functionality via JSON. It is a tool that can be integrated into an existing Jekyll installation.

Features

  • Support for collections
  • Built-in jsonify filter for version 0.2.1
  • Built-in ruby JSON for version 0.2
  • Ability to omit pages or posts from search using YAML Front Matter

Summary

The Jekyll search is a tool that allows for search functionality in a Jekyll installation. It has features such as support for collections, built-in filtering and parsing options, and the ability to omit specific pages or posts from the search results. The installation process involves adding the necessary directories to the Jekyll installation and making some configurations in the _config.yml file.