Limnoria/Gemfile

8 lines
264 B
Ruby
Raw Normal View History

2023-09-29 13:33:01 +03:00
source "https://rubygems.org"
# For now this is a GitHub Pages hosted website.
# Ref: https://github.com/Mikaela/mikaela.github.io/issues/153
2024-02-16 13:14:34 +02:00
gem 'github-pages', group: :jekyll_plugins
2024-06-03 10:30:28 +03:00
gem 'jekyll-seo-tag'
2023-09-29 13:33:01 +03:00
# Required for `bundle exec jekyll serve`
gem "webrick"