@ffesti Thanks, that's a great start!

For completeness it might also need to mention that the extra packages (listed 
in `docs/_config.yml`, namely `jekyll-titles-from-headings` and 
`jekyll-relative-links`) also need to be installed, in order to to launch 
`jekyll`.

It might be possible to include a `Gemfile` of all the necessary packages 
(including `jekyll` and `webrick`) in the repo, so that the whole suite can be 
installed with `bundle install`. (Like with a `pip install -r requirements.txt` 
for Python packages, or an `npm install` with a `package.json` file present.)

I'm a bit wary, though, because I've had difficulties with `bundle install` in 
the past. At least on Fedora, it always seems to want to install into `/usr/` 
by default. There might be a way around that by also including a 
`.bundle/config` with the right settings, though?


-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2259#issuecomment-1776388303
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2259/1776388...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to