Bachir Soussi Chiadmi 2abb12981c first round of dev | 9 yıl önce | |
---|---|---|
.. | ||
assets | 9 yıl önce | |
classes | 9 yıl önce | |
templates | 9 yıl önce | |
CHANGELOG.md | 9 yıl önce | |
LICENSE | 9 yıl önce | |
README.md | 9 yıl önce | |
blueprints.yaml | 9 yıl önce | |
hebe.json | 9 yıl önce | |
taxonomylist.php | 9 yıl önce | |
taxonomylist.yaml | 9 yıl önce |
Taxonomylist
is a Grav plugin that generates a list of linked tags collected throughout the site.
Installing the Taxonomy List 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.
The simplest way to install this plugin is via the Grav Package Manager (GPM) through your system's Terminal (also called the command line). From the root of your Grav install type:
bin/gpm install taxonomylist
This will install the Taxonomy List plugin into your /user/plugins
directory within Grav. Its files can be found under /your/site/grav/user/plugins/taxonomylist
.
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 taxonomylist
. You can find these files either on GitHub or via GetGrav.org.
You should now have all the plugin files under
/your/site/grav/user/plugins/taxonomylist
NOTE: This plugin is a modular component for Grav which requires Grav, the Error and Problems plugins, and a theme to be installed in order to operate.
To use taxonomylist
you need to set your pages header with a taxonomy category and tag:
taxonomy:
category: blog
tag: [tag1, tag2]
NOTE: If you want to see this plugin in action, have a look at our Blog Site Skeleton
route: '/blog'