EXPERIMENTAL accessiblity plugin for Abell
- Blurs images without alt tag in
abell serve
npm install --save-dev abell-a11y-plugin
// In abell.config.js
module.exports = {
// ...
plugins: ['abell-a11y-plugin']
}
- Fork this repository
git clone https://github.com/<your-username>/official-plugins
cd official-plugins/abell-a11y-plugin
npm install # to install dependencies
npm run dev # to run dev server
To build a production site, use npm run build