1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-02-11 12:00:53 +01:00
cv/Gemfile

16 lines
398 B
Ruby
Raw Normal View History

2022-05-01 21:40:11 +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-05-27 13:40:56 +03: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"
2024-06-02 21:06:47 +03:00
gem "jekyll-seo-tag"
# Required for `bundle exec jekyll serve`
gem "webrick"