Skip to content

julien-gargot/kirby-plugin-fontawesome-icon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Kirby plugins

Fontawesome Icons plugin

In the context of Kirbytext, the plugin simply allows you to add Font Awesome icons from a kirbytag:

(icon: fa fa-camera-retro)

or simply:

(icon: camera-retro)

If you want to use “Stacked Icons”:

(icon: fa fa-camera-retro stack: fa fa-circle-thin)

or simply:

(icon: camera-retro stack: circle-thin)

If you want linked icons, you can use the default (link:…) kirbytag with extra(s) attribute(s). All standard kirbytags links attribute are working.

(link: https://example.com icon: camera-retro)

and even:

(link: https://example.com icon: camera-retro stack: circle-thin)

You can write with or without fa class and fa- prefix.

Use https://fontawesome.com/v4.7.0/ to choose icons you want.

Installation

Download or clone the repository in /site/plugins.

Make sure you have Font Awesome v4.7.0. loaded. It’s not include in the plugin.

About

Add Font Awesome icon to kirbytext.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages