[Rpm-maint] [rpm-software-management/rpm] Document and/or implement the rpm.org content generation process (Issue #2259)

Frank Dana notifications at github.com
Tue Oct 24 02:11:41 UTC 2023


@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/1776388303 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20231023/1b45c34b/attachment.html>


More information about the Rpm-maint mailing list