Skip to content

A Koken plugin to replace navigation links with Font Awesome icons.

Notifications You must be signed in to change notification settings

wilsonlewis/koken-font-awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A Koken plugin to replace navigation links with Font Awesome icons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages