1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 08:29:24 +01:00
cv/Gemfile

15 lines
377 B
Ruby
Raw 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-05-27 12:40:56 +02:00
#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"
# Required for `bundle exec jekyll serve`
gem "webrick"