521ffc2398
Unfortunately my first attempt inf14b6ea
broke the evaluation and was therefore reverted in4419a31
. I couldn't reproduce the error locally but as @grahamc noted I shouldn't have imported from a derivation. Thanks @joachifm and @grahamc for spotting the evaluation error and revertingf14b6ea
.
10 lines
232 B
Ruby
10 lines
232 B
Ruby
source "https://rubygems.org"
|
|
gem "jekyll"
|
|
# jekyll alone might be enough for most use-cases
|
|
gem "rouge"
|
|
gem "activesupport", "~> 4.2"
|
|
gem "jekyll-avatar"
|
|
gem "jekyll-mentions"
|
|
gem "jekyll-seo-tag"
|
|
gem "jekyll-sitemap"
|
|
gem "jemoji"
|