Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.86 KB

readme.md

File metadata and controls

57 lines (36 loc) · 1.86 KB

Koken + Font Awesome

About

A Koken plugin to easily add Font Awesome icons to any page.

  • Koken is a CMS focused on photography
  • Font Awesome is a library of common internet icons

Installation

Koken does not have a store for 3rd party plugins, so we need to install it manually.

  • Install Koken

  • Navigate to the plugins folder:

      cd /storage/plugins
    
  • Git clone or download and unzip this package:

      git clone https://github.com/wilsonlewis/koken-font-awesome.git
    
  • Open a new browser window to login to your admin plugins section:

      http://yoursite.com/admin/#/settings/plugins
    
  • Click the Enable button next to this plugin to enable

Navigation links

Adding an icon as a navigation link is easy! Just set the title to any Font Awesome identifier.

Markup

You can also add icons directly in markup. Just make sure the Font Awesome identifier is in it's own tag:

    <a href="">fa-instagram</a>

    <div>
        fa-instagram
    </div>

License

This plugin is open-sourced software licensed under the MIT license.