-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
19 lines (16 loc) · 794 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source "https://rubygems.org"
# The following it to use UTF-8 as encoding
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
#gem "jekyll" # For generating the static blog
gem "github-pages", "227", group: :jekyll_plugins
# gem "html-proofer" # For testing the static pages
# gem "jekyll-paginate" # For Pagination in jekyll
# gem "jekyll-gist" # For gist integration with jekyll
# gem "mdl" # For linting markdown
# gem "rogue" # For syntax highlighting support
# gem "jekyll-feed" # For RSS integration
# gem 'jekyll-seo-tag' # For search engines
# gem 'jekyll-sitemap' # For adding sitemap for search engines
# gem 'jekyll-scholar' # For better support for citations and references
gem "webrick", "~> 1.7"