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

Reply via email to