We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github-pages
jekyll
1 parent 3f0edf2 commit c7cf1d6Copy full SHA for c7cf1d6
Gemfile
@@ -1,7 +1,18 @@
1
source "https://rubygems.org"
2
3
-gem 'github-pages', group: :jekyll_plugins
+gem 'jekyll'
4
gem 'html-proofer'
5
gem 'rack-contrib'
6
gem 'rake'
7
-gem 'jekyll-octicons'
+
8
+group :jekyll_plugins do
9
+ gem 'jekyll-sass-converter', github: 'jekyll/jekyll-sass-converter'
10
+ gem 'sass-embedded'
11
+ gem 'jekyll-paginate'
12
+ gem 'jekyll-sitemap'
13
+ gem 'jekyll-gist'
14
+ gem 'jekyll-feed'
15
+ gem 'jemoji'
16
+ gem 'jekyll-redirect-from'
17
+ gem 'jekyll-octicons'
18
+end
_config.yml
@@ -76,6 +76,7 @@ sass:
76
- assets/_scss
77
- node_modules
78
style: compressed
79
+ implementation: sass-embedded
80
81
# Custom site configuration
82
lang: en
0 commit comments