Commit 2bbc6627 authored by Murukesh Mohanan's avatar Murukesh Mohanan

simplified Gemfile, redux

parent 40c53e1a
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'kramdown', group: [:jekyll_plugins] gem 'jekyll'
gem 'jemoji', group: [:jekyll_plugins] group :jekyll_plugins do
gem 'jekyll-feed', group: [:jekyll_plugins] gem 'kramdown'
gem 'jekyll-paginate', group: [:jekyll_plugins] gem 'jemoji'
gem 'jekyll-sitemap', group: [:jekyll_plugins] gem 'jekyll-feed'
gem 'rouge', group: [:jekyll_plugins] gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'rouge'
end
...@@ -4,8 +4,6 @@ pagestyle: contact ...@@ -4,8 +4,6 @@ pagestyle: contact
permalink: /contact/ permalink: /contact/
--- ---
<!-- section -->
Email me at: Email me at:
- murukesh.mohanan<span class="domain">gmail.com</span> - murukesh.mohanan<span class="domain">gmail.com</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment