-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
26 lines (23 loc) · 712 Bytes
/
Gemfile
File metadata and controls
26 lines (23 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# https://talk.jekyllrb.com/t/jekyll-3-x-with-github-pages/1832/2
source "https://rubygems.org"
# gem 'github-pages'
gem "github-pages", github: "github/pages-gem", branch: "jekyll-3" # jekyll 3 version
# gem "github-pages", github: "github/pages-gem", branch: "master" # jekyll 3 version
# gem "pygments.rb"
# Jekyll 3
# # https://talk.jekyllrb.com/t/jekyll-3-0-deprecation-a-call-to-post-url/1420/6
# source "https://rubygems.org"
# # gemspec :name => "jekyll"
gem "wdm"
# gem "org-ruby"
# # gem 'github-pages'
# # gem 'classifier-reborn'
# gem 'kramdown'
# # gem 'jekyll-assets'
# gem 'json'
# gem 'redcarpet'
# gem 'pygments.rb'
# gem 'jekyll-watch'
# gem 'jekyll-paginate'
# gem 'org-ruby'
# gem 'rouge'