TinyLifeWeb/web/Gemfile
2024-05-17 21:51:50 +02:00

10 lines
187 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "jekyll"
gem "jekyll-postfiles"
gem "jekyll-feed"