cv/Gemfile

7 lines
243 B
Ruby
Raw Permalink Normal View History

2022-05-01 20:40:11 +02: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 12:14:21 +01:00
gem 'github-pages', group: :jekyll_plugins
# Required for `bundle exec jekyll serve`
gem "webrick"