- removed duplicate `<!DOCTYPE html>` and `<html lang="en">` - added missing source line and github-pages gem in Gemfile
8 lines
116 B
Ruby
8 lines
116 B
Ruby
source 'https://rubygems.org'
|
|
gem "rouge"
|
|
|
|
group :jekyll_plugins do
|
|
gem "github-pages"
|
|
gem "jekyll-seo-tag"
|
|
end
|