Web/main/Gemfile
Ell be430fd461
All checks were successful
Web/pipeline/head This commit looks good
added an atom feed to the blog
2021-12-01 18:12:11 +01:00

10 lines
178 B
Ruby

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