source 'https://rubygems.org'

gem "jekyll", "~> 4.4.0" # installed by `gem jekyll`

# Homepage: https://github.com/paulrobertlloyd/jekyll-figure#jekyll-figure
gem 'jekyll-figure'

gem "just-the-docs", "0.12.0"

# "required" by just-the-docs
gem 'jekyll-seo-tag'
gem 'jekyll-github-metadata'
gem 'jekyll-include-cache'
gem 'jekyll-sitemap'

gem "jekyll-remote-theme"

# Added, because defualt layout with path "**/*.md" does not work at Jekyll
#   Source: https://jekyllrb.com/docs/configuration/front-matter-defaults/#glob-patterns-in-front-matter-defaults
# Homepage: https://github.com/benbalter/jekyll-default-layout#jekyll-default-layout
gem 'jekyll-default-layout'

# Somehow, "title" is set "magically" when on GitHub, but not when running locally
# Homepage: https://github.com/benbalter/jekyll-titles-from-headings#jekyll-titles-from-headings
gem 'jekyll-titles-from-headings'

# Homepage: https://github.com/benbalter/jekyll-relative-links
gem 'jekyll-relative-links'

