plugins

featured and bundled plugin ecosystem catalog for al-folio v1.x

al-folio v1.x is a starter with plugin-owned runtime features. This page lists plugins recognized in the ecosystem catalog (_data/featured_plugins.yml).

Naming convention

  • Theme-coupled plugins:
    • repo: al-folio-<feature>
    • gem/plugin id: al_folio_<feature>
  • Reusable plugins:
    • repo: al-<feature> or neutral name
    • gem/plugin id aligned with plugin namespace

Third-party non-al-* plugins are also eligible for featuring.

Bundled plugins

Name Gem Plugin ID Compatibility Owner Demo Notes
al_folio_core
https://github.com/al-org-dev/al-folio-core
al_folio_core al_folio_core 1.0.0 - 1.x al-org-dev /about/ Core runtime primitives and starter contracts.
al_folio_distill
https://github.com/al-org-dev/al-folio-distill
al_folio_distill al_folio_distill 1.0.0 - 1.x al-org-dev /blog/2018/distill/ Distill layout/runtime ownership.
al_folio_cv
https://github.com/al-org-dev/al-folio-cv
al_folio_cv al_folio_cv 1.0.0 - 1.x al-org-dev /cv/ CV layouts, includes, and rendering behavior.
al_folio_upgrade
https://github.com/al-org-dev/al-folio-upgrade
al_folio_upgrade al_folio_upgrade 1.0.0 - 1.x al-org-dev / Upgrade audit/codemod/report CLI.
al_folio_bootstrap_compat
https://github.com/al-org-dev/al-folio-bootstrap-compat
al_folio_bootstrap_compat al_folio_bootstrap_compat 1.0.0 - 1.2.x al-org-dev /blog/2023/tables/ Transitional compatibility for legacy Bootstrap-marked content.
al_icons
https://github.com/al-org-dev/al-icons
al_icons al_icons 1.0.0 - 1.x al-org-dev /about/ Icon runtime loading (Font Awesome, Academicons, Scholar Icons).
al_cookie
https://github.com/al-org-dev/al-cookie
al_cookie al_cookie 1.0.0 - 1.x al-org-dev / Cookie consent runtime and consent-aware analytics gating.
al_search
https://github.com/al-org-dev/al-search
al_search al_search 1.0.0 - 1.x al-org-dev / Search runtime payload and keyboard/modal setup.
al_img_tools
https://github.com/al-org-dev/al-img-tools
al_img_tools al_img_tools 1.0.0 - 1.x al-org-dev /blog/2024/photo-gallery/ Image tooling, gallery, and lightbox behavior.
al_math
https://github.com/al-org-dev/al-math
al_math al_math 1.0.0 - 1.x al-org-dev /blog/2023/tikzjax/ Math and TikZ runtime integration.
al_analytics
https://github.com/al-org-dev/al-analytics
al_analytics al_analytics 1.0.0 - 1.x al-org-dev / Analytics provider runtime integration.
al_citations
https://github.com/al-org-dev/al-citations
al_citations al_citations 1.0.0 - 1.x al-org-dev /publications/ Bibliography rendering and publication runtime behavior.
al_ext_posts
https://github.com/al-org-dev/al-ext-posts
al_ext_posts al_ext_posts 1.0.0 - 1.x al-org-dev /blog/ External posts ingestion helpers.
al_charts
https://github.com/al-org-dev/al-charts
al_charts al_charts 1.0.0 - 1.x al-org-dev /blog/2023/charts/ Chart runtime integrations.
al_comments
https://github.com/al-org-dev/al-comments
al_comments al_comments 1.0.0 - 1.x al-org-dev /blog/ Comments providers and comment runtime glue.
al_newsletter
https://github.com/al-org-dev/al-newsletter
al_newsletter al_newsletter 1.0.0 - 1.x al-org-dev / Newsletter runtime integration.

There are no featured-only entries yet. Open a Plugin Feature Proposal issue if you want your plugin considered.

Proposing a plugin for featuring

  1. Open a Plugin Feature Proposal issue in this repo.
  2. Provide plugin metadata (repo URL, gem name, plugin id, compatibility, demo path, maintainer contact).
  3. Open a PR updating _data/featured_plugins.yml.
  4. If requesting default starter bundling, include Gemfile and _config.yml wiring updates in the same PR.

Featuring and bundling are separate maintainer decisions.