Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

muflone/grav-plugin-blockquotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grav Blockquotes Plugin

Blockquotes is a Grav Plugin that allows to transform nested blockquotes into funny boxes for info, tips, warning or errors.

Installation

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 blockquotes.

You should now have all the plugin files under

/your/site/grav/user/plugins/blockquotes

Usage for content authors

To use this plugin insert in any page the following blockquotes:

>>> This is a warning with three blockquotes

Warning

>>>> This is an error with four blockquotes

Error

>>>>> This is a note with five blockquotes

Note

>>>>>> This is a tip with six blockquotes

Tip