Web/Gemfile

10 lines
187 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
2021-09-02 16:16:50 +02:00
gem "jekyll"
2022-09-10 17:47:57 +02:00
gem "jekyll-feed"
gem "jekyll-postfiles"