docs: Add webrick dependancy for building site locally

This mimics the GitHub Pages environment so that you can build and serve
the site locally for testing. It requires webrick these days.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
This commit is contained in:
Eric Curtin 2024-02-16 13:00:10 +00:00
parent f46cc0cd85
commit 1aec4deb86

View File

@ -8,6 +8,7 @@ source "https://rubygems.org"
group :jekyll_plugins do
gem "github-pages"
gem "jekyll-remote-theme"
gem "webrick"
end
# Prefer the GitHub flavored markdown version of kramdown.