mixitup
is a Grav plugin that adds a unique blog layout with filterable results based on Grav's included taxonomy tags.
It uses the jQuery plugin MixItUp, hence the name.
For use in commercial projects and products MixItUp requires that you purchase a commercial license.
For more information see mixitup.kunkalabs.com/licenses.
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 mixitup
.
You should now have all the plugin files under
/your/site/grav/user/plugins/mixitup
You can find out more about the script used in this plugin here mixitup.
Use page headers to tweak the settings that Mixitup comes with.
Use the following example as a new menu item with the Grav Skeleton Blog Site to see Mixitup in action
eg:
---
title: 'Mixitup Demo'
body_classes: 'header-image fullwidth'
menu: Mixitup
content:
items:
@taxonomy.category: [blog]
---
# Mixitup Blog Tests
## Blog articles should be sortable by tag!