Plugins
Plugins allow you to easily extend the functionality of Grav. To install a plugin, simply type bin/gpm index to see available plugins, then bin/gpm install pluginname to install it. Read the GitHub documentation carefully to learn how to properly configure and implement the new functionality in your site.
$ bin/gpm install optimus
Image compression library utilizing https://optimus.io/en
$ bin/gpm install webmention
Implementation of the Webmention protocol (https://www.w3.org/TR/webmention/) with the Vouch extension
$ bin/gpm install lightslider
This plugin wraps the Lightslider jQuery plugin and let's you add nice content sliders.
$ bin/gpm install textformatter
This plugin is a wrapper for TextFormatter, a library that supports BBCode, HTML and other markup via plugin. It handles emoticons, censors words, automatically embeds media and more.
$ bin/gpm install featherlight
Featherlight is a simple Grav plugin that adds lightbox functionality via the jQuery plugin Featherlight.js.
$ bin/gpm install langswitcher
LangSwitcher is a Grav plugin that provides native language text links to switch between multiple languages in Grav v0.9.30 or greater.
$ bin/gpm install github
This plugin wraps the GitHub v3 API and uses the php-github-api library to add a nice GitHub touch to your Grav pages.
$ bin/gpm install archive_plus
The Archive Plus plugin is an enhanced version of the Grav Archives plugin with more configuration options and the ability to show a blogger like hierarchical archive menu for links grouped by month and/or year.
$ bin/gpm install twigcache
This plugin adds another layer of cache to specify portions your Twig output. Uses the twig-cache-extension extension.
Created your own theme or plugin? Find out how to add it to the Repository.
Found a problem? Please let us know so we can continue to make Grav even better!