From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-201636-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0977C15800A for <garchives@archives.gentoo.org>; Thu, 31 Aug 2023 13:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBB792BC02A; Thu, 31 Aug 2023 13:23:55 +0000 (UTC) Received: from smarthost01a.sbp.mail.zen.net.uk (smarthost01a.sbp.mail.zen.net.uk [212.23.1.1]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 804E92BC015 for <gentoo-user@lists.gentoo.org>; Thu, 31 Aug 2023 13:23:55 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01a.sbp.mail.zen.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <peter@prh.myzen.co.uk>) id 1qbheL-0007eM-SP for gentoo-user@lists.gentoo.org; Thu, 31 Aug 2023 13:23:53 +0000 From: Peter Humphrey <peter@prh.myzen.co.uk> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Jekyll on Gentoo using containers Date: Thu, 31 Aug 2023 14:23:53 +0100 Message-ID: <2702306.mvXUDI8C0e@wstn> In-Reply-To: <8388495a0799c74335a8af8ad8e1f3744d1a2c72.camel@gentoo.org> References: <1864242.tdWV9SEqCh@wstn> <5710601.DvuYhMxLoT@wstn> <8388495a0799c74335a8af8ad8e1f3744d1a2c72.camel@gentoo.org> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01a-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: a320752a-1abf-49b2-bf0b-b159c2cb8d2a X-Archives-Hash: 987bce3d19f62b984b355d44286c25dc I remember replying to this, but I can't find the reply anywhere. Did it get to the list? On Wednesday, 30 August 2023 14:59:17 BST Michael Orlitzky wrote: > On Wed, 2023-08-30 at 11:51 +0100, Peter Humphrey wrote: > > Can you point me to that file (privately if you prefer)? I've had a look > > around and it doesn't reveal itself. > > https://github.com/gentoo-ev/www.gentoo.de/blob/master/Dockerfile > > > > It builds a static site so you can open the resulting HTML right in > > > your browser without setting up a whole ass web server. > > > > That's the attraction of Jekyll. The snag is that I can't install a Jekyll > > theme without giving myself wholesale privileges over the Gentoo > > installation of Ruby. > > After you've installed jekyll, you should have rubygems available on > your system. Running > > gem install <theme> > > will install <theme> to your /.local/share/gem/ruby directory and make > it available to whatever version of ruby you ran the command with. I > tried it with "jekyll-theme-minimal" and it looks like it worked, but I > didn't go so far as to build a website with it. -- Regards, Peter.