Project

al_search

0.0
A long-lived project that still receives updates
Jekyll plugin extracted from al-folio that renders ninja-keys search assets and generates search data payloads.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 2.0, < 3.0
~> 13.0

Runtime

>= 3.9, < 5.0
>= 4.0, < 6.0
 Project Readme

al-search

al_search provides the search experience for al-folio v1.x.

What it owns

  • Search runtime payload and setup logic
  • Keyboard shortcut and navbar modal open behavior
  • Search asset packaging (plugin-owned, not al_folio_core)

Installation

gem 'al_search'
plugins:
  - al_search

Usage

Render assets where your layout expects search runtime:

{% al_search_assets %}

Ecosystem context

  • Starter wiring/integration tests live in al-folio.
  • Search runtime behavior and component correctness tests live in this plugin.

Contributing

Search behavior and runtime asset updates should be proposed in this repository.