Limnoria/Gemfile

9 lines
291 B
Ruby
Raw Normal View History

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