Gentoo Archives: gentoo-user

From: Alec Ten Harmsel <alec@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anyone using www-apps/jekyll?
Date: Thu, 28 Oct 2021 13:43:13
Message-Id: 08e9dfd7-5f8b-4aec-9521-ddb9559b1e82@www.fastmail.com
In Reply to: Re: [gentoo-user] Anyone using www-apps/jekyll? by Peter Humphrey
1 On Thu, Oct 28, 2021, at 09:25, Peter Humphrey wrote:
2 > On Thursday, 28 October 2021 13:34:49 BST Alec Ten Harmsel wrote:
3 >
4 >> I got jekyll installed via portage by adding:
5 >>
6 >> dev-ruby/* ~amd64
7 >> www-apps/jekyll ~amd64
8 >> www-apps/jekyll-* ~amd64
9 >>
10 >> to package.accept_keywords, and then running `emerge www-apps/jekyll'.
11 >> This is on stable, with a tree that is a couple weeks old for what it's
12 >> worth.
13 >
14 > This system is ~amd64, so I didn't have to do that.
15 >
16 >> Then `jekyll new testsite && bundle exec jekyll serve' works for me.
17 >
18 > $ jekyll new myblog && bundle exec jekyll serve
19 > ...
20 > [A number of Bundler: Using... messages]
21 > ...
22 > New jekyll site installed in /home/prh/myblog.
23 > Could not locate Gemfile or .bundle/ directory
24 >
25
26 Oops, I missed a step: `jekyll new myblog && cd $_ && bundle exec jekyll serve'. You'll have to change into the `myblog' directory.
27
28 Alec

Replies

Subject Author
Re: [gentoo-user] Anyone using www-apps/jekyll? Peter Humphrey <peter@××××××××××××.uk>