mikaela.github.io/Gemfile

17 lines
423 B
Ruby
Raw Normal View History

source "https://rubygems.org"
2024-07-06 12:35:48 +02:00
ruby file: ".ruby-version"
# For now this is a GitHub Pages hosted website.
# Ref: https://github.com/Mikaela/mikaela.github.io/issues/153
#gem "github-pages"
gem "jekyll"
# The default theme
gem "minima"
# Extensions enabled
gem "jekyll-feed"
gem "jekyll-mentions"
gem "jekyll-redirect-from"
gem "jekyll-sitemap"
2024-06-02 19:32:07 +02:00
gem "jekyll-seo-tag"
# Required for `bundle exec jekyll serve`
gem "webrick"