Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jekyll-fa-icons

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll-fa-icons

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Jekyll Font Awesome Icons

This Jekyll pluging provides a tag that takes a Font Awesome code and puts the according <i> tag.

It has been implemented to ease my life in decorating http://storage-chaos.io/

Installation

Add this line to your Gemfile:

group :jekyll_plugins do
  gem "jekyll-fa-icons"
end

And then execute:

$ bundle

Alternatively install the gem yourself as:

$ gem install jekyll-fa-icons

and put this in your _config.yml

plugins: [jekyll-fa-icons]
 # This will require each of these gems automatically.

Usage

  • {% fai %} ; will display <i class="fab fa-github"></i>
  • {% fai k8s %} or any other shortcut from DEFAULT_ICONS ; will display <i class="fas fa-dharmachakra"</i> or the related icon
  • {% fai fab fa-500px %} or any other code from https://fontawesome.com/icons?d=gallery ; will display <i class="fab fa-500px"></i> or the refered code

FAQs

Package last updated on 03 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc