On Tue, 2023-08-29 at 15:31 +0100, Peter Humphrey wrote: > Hello list, > > I'm trying to set a container up to run jekyll to build a blog, following a > suggestion at the bottom of https://github.com/gentoo-ev/www.gentoo.de. > This is my first foray into containers.
The containers don't add anything of value here (or in most places people use them). You can look at the Dockerfile in the github repo to see what commands it uses to build the site. All you should have to do is mimic that: emerge jekyll, and run "jekyll build" in the repo. It builds a static site so you can open the resulting HTML right in your browser without setting up a whole ass web server.