projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f46cc0c
)
docs: Add webrick dependancy for building site locally
author
Eric Curtin
<ecurtin@redhat.com>
Fri, 16 Feb 2024 13:00:10 +0000
(13:00 +0000)
committer
Eric Curtin
<ecurtin@redhat.com>
Fri, 16 Feb 2024 13:00:41 +0000
(13:00 +0000)
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>
docs/Gemfile
patch
|
blob
|
history
diff --git
a/docs/Gemfile
b/docs/Gemfile
index 1ffd2a0291f7931c033831081eba78a436695127..47109d93567462fcfd571fd3f85091cd880ff3bf 100644
(file)
--- 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.