Skip to content

Commit c7cf1d6

Browse files
committed
Replace github-pages gem with jekyll
1 parent 3f0edf2 commit c7cf1d6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: Gemfile

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
source "https://rubygems.org"
22

3-
gem 'github-pages', group: :jekyll_plugins
3+
gem 'jekyll'
44
gem 'html-proofer'
55
gem 'rack-contrib'
66
gem 'rake'
7-
gem 'jekyll-octicons'
7+
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

Diff for: _config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ sass:
7676
- assets/_scss
7777
- node_modules
7878
style: compressed
79+
implementation: sass-embedded
7980

8081
# Custom site configuration
8182
lang: en

0 commit comments

Comments
 (0)