This admin plugin for Grav is an HTML user interface that provides a convenient way to configure Grav and easily create and modify pages. This will remain a totally optional plugin, and is not in any way required or needed to use Grav effectively. In fact, the admin provides an intentionally limited view to ensure it remains easy to use and not overwhelming. I'm sure power users will still prefer to work with the configuration files directly. We have tested internally, but we hope to use this public beta phase to identify, isolate, and fix issues related to the plugin to ensure it is as solid and reliable as possible.
grav grav-plugin admin admin-dashboard administration cms content content-management website website-builder website-generation user-interface es6 es6-javascript markdown markdown-editor markdown-to-htmlFacebook is a simple [Grav][grav] Plugin that includes your Facebook page content to your Grav website. Plugin can be used to get any public Facebook page content. Installing the Facebook plugin can be done in one of two ways. Using GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.
grav facebook-plugin feed grav-plugin facebook-post facebook-albumRun composer update to install the testing dependencies. Then run composer test in the root folder Then, run composer update --no-dev to uninstall the testing dependencies.
grav grav-plugin shopping-cart shop cart online-shop online-shop-engine shopping-cart-solution woocommerce shopify ecommerce e-commerce ecommerce-platform ecommerce-framework stripe paypal paypal-ipn paypal-express-checkout stripe-checkoutAdvancedPageCache is a powerful static page cache type plugin that caches the entire page output to the Grav cache and reuses this when the URL path is requested again. This can dramatically increase the performance of a Grav site. Due to the static nature of this cache, if enabled, you will need to manually clear the cache if you make any page modifications. This cache plugin (by default) will cache pages that have URLs that contain either querystring or grav-paramater style values, you may want to disable this behavior. This plugin can provide dramatic performance boosts and is an ideal solution for sites with many pages and predominantely static content.
grav grav-plugin cache performance cachinganchors is a Grav plugin that provides automatic header anchors via the anchorjs Vanilla JS plugin. If for some reason you can't use GPM you can manually install this plugin. Download the zip version of this repository and unzip it under /your/site/grav/user/plugins. Then, rename the folder to anchors.
grav grav-plugin anchors anchorArchives is a Grav plugin that automatically appends a month_year taxonomy to all pages. It then provides a partials\archives.html.twig template which you can include in a blog sidebar, that then is able to create links that will display pages from that month/year. This is a very handy feature to have for blogs. Installing the Archives plugin can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.
grav grav-plugin archives archive taxonomyassets is a Grav plugin that provides a convenient way to add CSS and JS assets directly from your pages. Installing the Assets plugin can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.
grav grav-plugin assets assets-managementThe Auto Date Plugin is designed for Grav CMS and automatically adds the current date to frontmatter when createing a new page via the Admin plugin. There's not much to this plugin, simply install it and whenever you create a new page via the admin plugin, the current date will be inserted in the frontmatter of the page and show up in the Options -> Publishing Tab. The format of the date is dependent upon the value set in system.yaml under pages: dateformat: default and if not set will use H:i d-m-Y as the date format.
grav grav-plugin date dates grav-adminbootstrapper is a Grav plugin that can be used as a dependency for other themes and plugins to load Bootstrap Framework assets. The main purpose of this plugins is to allow the Boostrap theme to depend on the bootstrap CSS/JS and allow the plugin to be updated independently of the theme itself. If for some reason you can't use GPM you can manually install this plugin. Download the zip version of this repository and unzip it under /your/site/grav/user/plugins. Then, rename the folder to bootstrapper.
grav grav-plugin bootstrapBreadcrumbs is a Grav plugin that adds links to the previous pages (following the hierarchical structure). It is particularly useful if you are using Grav to run a blog. Installing the Breadcrumbs plugin can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.
grav grav-plugin breadcrumbsThis is a simple Grav plugin that takes provides a simple way to integrate a Pull Zone CDN service (such as MaxCDN) with minimal fuss. Installing the CDN plugin can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.
grav grav-plugin cdn content-delivery optimization speedThe Comments Plugin for Grav adds the ability to add comments to pages, and moderate them. The Comments plugin is easy to install with GPM.
grav grav-plugin comment comments comment-viewer recaptcha discussionThe Custom CSS Plugin for the Grav CMS allows to add additional CSS to your site, without editing the theme or having to create a plugin for the simple task of adding some custom lines of sylesheets. Adds some custom CSS to your Grav site.
grav grav-plugin css custom-cssThe Data Manager Plugin for Grav adds the ability to visualize data. This is particularly useful for the admin and form plugins. Additional plugins may store data content, and the Data plugin - properly configured - is able to show their data too. | IMPORTANT!!! This plugin is currently in development as is to be considered a beta release. As such, use this in a production environment at your own risk!. More features will be added in the future.
grav grav-plugin data data-visualizationThe devtools is a Grav Plugin that lets you quickly create a scaffolding for your new plugins and themes. The plugin provides CLI commands that allow for the quick and easy deployment of a sample scaffolding for your new plugin. If for some reason you can't use GPM you can manually install this plugin. Download the zip version of this repository and unzip it under /your/site/grav/user/plugins. Then, rename the folder to devtools.
grav grav-plugin devtools developer-toolsThe Editor Buttons Plugin for Grav adds additional buttons to the Grav Admin Editor. The Data plugin is easy to install with GPM.
grav grav-plugin grav-adminPagination is a Grav Plugin that allows to divide articles into discrete pages. To install this plugin, just download the zip version of this repository and unzip it under /your/site/grav/user/plugins. Then, rename the folder to pagination.
grav grav-plugin pagination pagination-supportReadingTime is a Grav plugin which allows Grav to display the reading time of a page's content. This is especially useful for blogs and other sites as it gives the reader a quick idea of how much time they will need to set aside to read the page in full. Enabling the plugin is very simple. Just install the plugin folder to /user/plugins/ in your Grav install. By default, the plugin is enabled.
grav grav-plugin readingtimeRelated Pages is a Grav plugin that calculates related pages for the current page. It uses a highly configurable set of options to determine a score for each page you configure it to look at and compare. Installing the Related Pages plugin can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.
grav grav-pluginThe Shortcode Core plugin allow for the development of simple yet powerful shortcode plugins that utilize the common format utilized by WordPress and BBCode. The core plugin loads the libraries required and fires a new event that other plugins can use. It also provides a mechanism for adding CSS/JS assets that are cached so that shortcodes can work effectively even when the processed page content is cached. This ensures that shortcodes are only processed once and will not impact performance by doing unnecessary work on every page. This plugin uses the Thunderer Advanced shortcode engine. For more information please check out that repo on GitHub.
grav grav-plugin shortcode shortcodes shortcode-engine
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.