Skip to content

Commit 01a1313

Browse files
committed
Add jekyll fa gem
1 parent df7d7bb commit 01a1313

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
1919
gem 'jekyll-tagging'
2020
gem 'jekyll-paginate-v2', '~> 3.0'
21+
gem 'jekyll-font-awesome-sass'
2122
end
2223

2324
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ plugins:
1212
- jekyll-feed
1313
- jekyll/tagging
1414
- jekyll-paginate-v2
15+
- jekyll-font-awesome-sass
1516

1617
defaults:
1718
-

assets/css/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
---
33
@import "dash";
4-
4+
$fa-font-path: "fonts/font-awesome/";
5+
@import 'font-awesome';
56

67

78
// Colors

0 commit comments

Comments
 (0)