Table of Contents

Icons

Mikio Template

Users can also add their own icon sets to the template. Supported icon sets can either be webfonts or individual files (such as a SVG library). Instructions can be found in the /icons/icons.php file.

Icons

https://github.com/nomadjimbob/mikioplugin/wiki/Icons

Add icons from an icon library.

By default, the following icon libraries are installed within the Mikio Plugin:

with only the FontAwesome 4 enabled.

To enable the other libraries, you are required to uncomment the appropriate lines within:

๐Ÿ“ mikioplugin
๐Ÿ“ icons
๐Ÿ“„ icons.php

Example Syntax (FontAwesome 4)

<icon fa address-book>

https://fontawesome.com/v4/icons/

Adding an Icon library

You can add your own Icon library or change Mikio Plugin to instead use a CDN by editing the mikioplugin/icons/icons.php file. Instructions are included in the file itself.