Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
blob: 7f80b5d31d726e7a44b5b98ca9f5357ec5a25b5d (plain) (blame)
1
2
3
4
5
6
7
8
9
source 'https://rubygems.org'
gem 'jekyll', '~> 3'

gem 'jekyll-github-metadata'
gem 'jekyll-paginate'
gem 'jekyll-remote-theme'
# Why is this not a dependency of Jekyll? Considering that without
# kramdown-parser-gfm, Jekyll will error out.
gem 'kramdown-parser-gfm'