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>
- repo:
- Reusable plugins:
- repo:
al-<feature>or neutral name - gem/plugin id aligned with plugin namespace
- repo:
Third-party non-al-* plugins are also eligible for featuring.
Bundled plugins
| Name | Gem | Plugin ID | Compatibility | Owner | Demo | Notes |
|---|---|---|---|---|---|---|
al_folio_corehttps://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_distillhttps://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_cvhttps://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_upgradehttps://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_compathttps://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_iconshttps://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_cookiehttps://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_searchhttps://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_toolshttps://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_mathhttps://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_analyticshttps://github.com/al-org-dev/al-analytics | al_analytics | al_analytics | 1.0.0 - 1.x | al-org-dev | / | Analytics provider runtime integration. |
al_citationshttps://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_postshttps://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_chartshttps://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_commentshttps://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_newsletterhttps://github.com/al-org-dev/al-newsletter | al_newsletter | al_newsletter | 1.0.0 - 1.x | al-org-dev | / | Newsletter runtime integration. |
Featured-only plugins
There are no featured-only entries yet. Open a Plugin Feature Proposal issue if you want your plugin considered.
Proposing a plugin for featuring
- Open a Plugin Feature Proposal issue in this repo.
- Provide plugin metadata (repo URL, gem name, plugin id, compatibility, demo path, maintainer contact).
- Open a PR updating
_data/featured_plugins.yml. - If requesting default starter bundling, include
Gemfileand_config.ymlwiring updates in the same PR.
Featuring and bundling are separate maintainer decisions.