From: Eric Curtin Date: Fri, 16 Feb 2024 13:00:10 +0000 (+0000) Subject: docs: Add webrick dependancy for building site locally X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~4^2~11^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1aec4deb86dbd14b2d63dc61b25d4b4964708a36;p=ostree.git 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 --- diff --git a/docs/Gemfile b/docs/Gemfile index 1ffd2a02..47109d93 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -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.