mirror of
https://github.com/lanedirt/AliasVault.git
synced 2025-12-05 19:07:26 -06:00
13 lines
320 B
Ruby
13 lines
320 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# gem "jekyll", "~> 4.3.2"
|
|
gem "just-the-docs"
|
|
|
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
group :jekyll_plugins do
|
|
gem "jekyll-sitemap"
|
|
end
|