A fast and simple blog backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
mediocre-blog/static/Gemfile

12 lines
302 B

source "https://rubygems.org"
gem "jekyll", "3.9.0"
gem "kramdown-parser-gfm", "1.1.0"
# specify nokogiri because 1.11.1 breaks nix for some reason
gem "nokogiri", "1.10.10"
gem "jekyll-feed", "0.15.1"
gem "jekyll-seo-tag", "2.7.1"
gem "jekyll-relative-links", "0.6.1"
gem "jekyll-sitemap", "1.4.0"