From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E67DA158086 for ; Thu, 28 Oct 2021 13:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE08DE0887; Thu, 28 Oct 2021 13:43:06 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42681E087A for ; Thu, 28 Oct 2021 13:43:05 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 693EB5C00DD for ; Thu, 28 Oct 2021 09:43:05 -0400 (EDT) Received: from imap41 ([10.202.2.91]) by compute5.internal (MEProxy); Thu, 28 Oct 2021 09:43:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=uXPTcx 7nCPhlCAAmKpsU1xNlylVbBNdJzuyjzKqsT0k=; b=mZMB0/VDIYbgkL8epeQVIn iRHonXuSn2vqqlYglSdRrpbnB4Bl5LsuBqI2cjOHEwUmfchiFKz74kutogiUPnU9 JEobFlON5/AScSD3iMukyxskYCUzvmS4lk/culf4nmjx0dUIQROsDxLkSi+VEV5c wWFl2dKEuhaGT3eT35JTUSl6+ll+hQ0BCx1yhAc8jCvoN2kunDEBYOFxOt7Ar6E6 gbx4ZgavdgZrOEZscMcf1DUF9YBD5Yzbi4/pzv/VSdshZECfhFwFKEwIgWddCNF3 vT++hOl8YTAXn3U6ZR4XxDj6nmGYUcZ3XIFgZg1pURrtmHoGS6WsvDdWkc4IGi5g == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdegvddgheelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedftehlvggtucfvvghnucfjrghrmhhsvghlfdcuoegrlhgv tgesrghlvggtthgvnhhhrghrmhhsvghlrdgtohhmqeenucggtffrrghtthgvrhhnpeelgf evleetveejheeutddvtdegteffffekjedvhedtvdeivdefleekteevvdffueenucevlhhu shhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegrlhgvtgesrghlvg gtthgvnhhhrghrmhhsvghlrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id B8DE13C0146; Thu, 28 Oct 2021 09:43:04 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-1369-gd055fb5e7c-fm-20211018.002-gd055fb5e Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 Message-Id: <08e9dfd7-5f8b-4aec-9521-ddb9559b1e82@www.fastmail.com> In-Reply-To: <3163589.aeNJFYEL58@wstn> References: <11877561.O9o76ZdvQC@wstn> <5761143.lOV4Wx5bFT@wstn> <66b22cbb-ca4f-4728-8da7-4a0c6692192f@www.fastmail.com> <3163589.aeNJFYEL58@wstn> Date: Thu, 28 Oct 2021 09:42:44 -0400 From: "Alec Ten Harmsel" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Anyone using www-apps/jekyll? Content-Type: text/plain X-Archives-Salt: f7b8cb74-f6db-49c6-a085-6ce4a7391e8a X-Archives-Hash: f74e75ce47ff9b4eb1cd076f6364bc50 On Thu, Oct 28, 2021, at 09:25, Peter Humphrey wrote: > On Thursday, 28 October 2021 13:34:49 BST Alec Ten Harmsel wrote: > >> I got jekyll installed via portage by adding: >> >> dev-ruby/* ~amd64 >> www-apps/jekyll ~amd64 >> www-apps/jekyll-* ~amd64 >> >> to package.accept_keywords, and then running `emerge www-apps/jekyll'. >> This is on stable, with a tree that is a couple weeks old for what it's >> worth. > > This system is ~amd64, so I didn't have to do that. > >> Then `jekyll new testsite && bundle exec jekyll serve' works for me. > > $ jekyll new myblog && bundle exec jekyll serve > ... > [A number of Bundler: Using... messages] > ... > New jekyll site installed in /home/prh/myblog. > Could not locate Gemfile or .bundle/ directory > Oops, I missed a step: `jekyll new myblog && cd $_ && bundle exec jekyll serve'. You'll have to change into the `myblog' directory. Alec