mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 16:58:50 +01:00
13 lines
242 B
Ruby
13 lines
242 B
Ruby
source "https://rubygems.org"
|
|
|
|
# Run Jekyll with `bundle exec`, like so:
|
|
# bundle exec jekyll serve
|
|
gem "jekyll", "3.8.5"
|
|
|
|
gem "nokogiri"
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-asciidoc', "~> 2.1.1"
|
|
gem "jekyll-toc", "~> 0.11.0"
|
|
end
|