Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Alec Ten Harmsel
t was setting package.env etc to pull >> in ruby26 as well as the currently installed ruby30). >> >> Does anyone have experience with this builder? I'd like to find out where >> I'm going wrong first. > > I'm still not getting through the installation

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Peter Humphrey
On Thursday, 28 October 2021 14:42:44 BST Alec Ten Harmsel wrote: > 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/* ~amd

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Alec Ten Harmsel
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-* ~amd

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Peter Humphrey
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&

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-27 Thread Peter Humphrey
d ruby30). > > Does anyone have experience with this builder? I'd like to find out where > I'm going wrong first. I'm still not getting through the installation of jekyll. The website[1] says to follow the instructions for Ubuntu, but something's lacking. For one thin

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-30 Thread Peter Humphrey
at 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. Can you point me to that file (privately if you prefer)? I've had a look around and it doesn't reveal itself. > It builds a static site

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-30 Thread Michael Orlitzky
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 installatio

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Peter Humphrey
On Wednesday, 27 October 2021 14:59:13 BST Peter Humphrey wrote: > One possibility occurred to me: is having two ruby versions installed at > once the problem? I already had 3.0 installed, the current Gentoo version, > but jekyll needs 2.6. To test this idea, I'd have to downg

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-31 Thread Peter Humphrey
'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 serv

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Michael Orlitzky
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

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Peter Humphrey
On Wednesday, 27 October 2021 17:25:55 BST Jack wrote: > On 2021.10.27 09:59, Peter Humphrey wrote: > > One possibility occurred to me: is having two ruby versions installed > > at once the problem? I already had 3.0 installed, the current Gentoo > > version, but jekyll ne

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-31 Thread Peter Humphrey
om/gentoo-ev/www.gentoo.de/blob/master/Dockerfile Ah. I'd never have found that - thanks! ...>8 > After you've installed jekyll, you should have rubygems available on > your system. Running > > gem install > > will install to your /.local/share/gem/ruby directo

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-27 Thread Peter Humphrey
problem? I already had 3.0 installed, the current Gentoo version, but jekyll needs 2.6. To test this idea, I'd have to downgrade the whole system to 2.6; I don't know whether that's even feasible now. -- Regards, Peter.

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Peter Humphrey
On Thursday, 28 October 2021 12:08:01 BST Dr Rainer Woitok wrote: > I faintly remember ... long time ago, when I had to use some Ruby gems > under both, Ubuntu and Gentoo I think I did something along the lines of > >$ gem install $pkg --user-install Er... $ gem install je

[gentoo-user] Permissions problem

2023-08-15 Thread Peter Humphrey
Hello list, I'd like to develop a blog using www-apps/jekyll, which makes extensive use of ruby gems, of which I have no experience. On trying to install a new default theme I get copious permission errors. The ruby gems live in /usr/lib64/ruby/gems/3.1.0/gems, and to install anything in

[gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Peter Humphrey
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. So far I've installed lxc and followed https://wiki.gentoo.org/wiki/LXC as far as I ca

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-27 Thread Jack
s having two ruby versions installed at once the problem? I already had 3.0 installed, the current Gentoo version, but jekyll needs 2.6. To test this idea, I'd have to downgrade the whole system to 2.6; I don't know whether that's even feasible now. Ruby is slotted, so you can

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-27 Thread Peter Humphrey
On Wednesday, 27 October 2021 14:31:28 BST Peter Humphrey wrote: Sorry: The site is https://jekyllrb.com/docs/ -- Regards, Peter.

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-31 Thread Michael Orlitzky
On Thu, 2023-08-31 at 14:23 +0100, Peter Humphrey wrote: > I remember replying to this, but I can't find the reply anywhere. Did it get > to > the list? I don't think so.

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Dr Rainer Woitok
o version, > > but jekyll needs 2.6. To test this idea, I'd have to downgrade the whole > > system to 2.6; I don't know whether that's even feasible now. > > The more I think about it, the more I suspect my path setting. In Ubuntu, > apparently, there's a ~/ge

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-11-01 Thread Peter Humphrey
on that page says that > using ruby 3.0.0 or higher add a requirement for webrick, but that is > available in portage, and could be handled in the ebuild. I can't see any future in trying to get Jekyll going on Gentoo, so I'm trying another tack: Kubuntu. Now I'm falling foul of VirtualBox, in particular its guest additions, which won't compile. Bug 814197 refers. So maybe it's time to try dual-boot. -- Regards, Peter.

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-27 Thread Pascal Schorde
Hi Peter, did you have dev-ruby/rubygems installed? See https://jekyllrb.com/docs/#prerequisites Cheers Peter Humphrey schrieb am Mi., 27. Okt. 2021, 15:36: > On Wednesday, 27 October 2021 14:31:28 BST Peter Humphrey wrote: > > Sorry: The site is https://jekyllrb.com/docs/ > > -- > Regards, >

[gentoo-user] Gui frontend on github

2016-04-05 Thread James
Hello, Well for a while now, I have been looking for a smart way to add some UI (gui) front to a github presence. Has anyone tried gitlab+github using www-apps/jekyll, a simple blog aware, static site generator ? [1,2]? If so, I'd appreciate some feedback on what you tried, how you li

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-31 Thread Peter Humphrey
On Thursday, 31 August 2023 14:39:19 BST Michael Orlitzky wrote: > On Thu, 2023-08-31 at 14:23 +0100, Peter Humphrey wrote: > > I remember replying to this, but I can't find the reply anywhere. Did it > > get to the list? > > I don't think so. Soon corrected. I don't know what happened there. --

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-17 Thread Alec Ten Harmsel
to have 'variable not found' or type errors; all of the things that compilers do really well[1]. One of the things that results from this (IMO) is that they bundle deps/enforce strict versions on stuff because they have to just to run stuff. For example, a while ago www-apps/jekyll was bro

[gentoo-user] Anyone using www-apps/jekyll?

2021-10-21 Thread Peter Humphrey
Hello list, I wanted to try this package to create a small site for myself, but I'm falling at the second hurdle (the first was setting package.env etc to pull in ruby26 as well as the currently installed ruby30). Does anyone have experience with this builder? I'd like to find out where I'm go

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-22 Thread Peter Humphrey
On Thursday, 21 October 2021 21:22:58 BST Andreas K. Huettel wrote: > Am Donnerstag, 21. Oktober 2021, 18:11:27 CEST schrieb Peter Humphrey: > > Hello list, > > > > I wanted to try this package to create a small site for myself, but I'm > > falling at the second hurdle (the first was setting packa

Re: [gentoo-user] {OT} Why RAID1?

2008-12-17 Thread Iain Buchanan
Biblical flood... That scares me. Mine are only 60 miles away. Maybe I should search a friend in Australia ... no good. We're expecting a cyclone up north, and down south they're so dry it'll probably catch fire... -- Iain Buchanan Dr. Jekyll had something to Hyde.

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-21 Thread Andreas K. Huettel
Am Donnerstag, 21. Oktober 2021, 18:11:27 CEST schrieb Peter Humphrey: > Hello list, > > I wanted to try this package to create a small site for myself, but I'm > falling at the second hurdle (the first was setting package.env etc to pull > in > ruby26 as well as the currently installed ruby30)

Re: [gentoo-user] Permissions problem

2023-08-15 Thread Stefan Schmiedl
Dienstag, 15. August 2023 16:55: > Hello list, > I'd like to develop a blog using www-apps/jekyll, which makes extensive use > of > ruby gems, of which I have no experience. On trying to install a new default > theme I get copious permission errors. > The ruby

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Peter Humphrey
On Tuesday, 29 August 2023 15:57:42 BST Matt Connell wrote: > Let's start at the top. > > When you built docker, did you get any feedback from Portage about > missing or incorrectly set kernel configuration options? Not that I remember, no. > Docker has a strict list of things that it expects t

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Peter Humphrey
On Tuesday, 29 August 2023 16:56:42 BST I wrote: > On Tuesday, 29 August 2023 15:57:42 BST Matt Connell wrote: > > Let's start at the top. > > > > When you built docker, did you get any feedback from Portage about > > missing or incorrectly set kernel configuration options? > > Not that I remembe

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-29 Thread Peter Humphrey
On Thursday, 28 October 2021 21:54:50 BST Jack wrote: > I just noticed something which may or may not help. The jekyllrb.com > docs page, under Prerequisites, says Ruby version 2.5.0 or higher. Why > does the ebuild insist on 2.5 (no longer even in the tree) or 2.6. If > I were going to install

Re: [gentoo-user] Anyone using www-apps/jekyll?

2021-10-28 Thread Jack
On Thursday, 21 October 2021 17:11:27 BST Peter Humphrey wrote: > Hello list, > > I wanted to try this package to create a small site for myself, but I'm > falling at the second hurdle (the first was setting package.env etc to pull > in ruby26 as well as the currently installed ruby30). > > D

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Matt Connell
On Tue, 2023-08-29 at 15:31 +0100, Peter Humphrey wrote: > > $ cat /var/log/docker.log | cut -d \ -f 2- [to omit date & time] > level=info msg="Starting up" > level=error msg="failed to mount overlay: no such device" > storage-driver=overlay2 > level=error msg="exec: \"fuse-overlayfs\": execut

Re: [gentoo-user] Getting started with a web server

2024-06-01 Thread George Kettleborough
ith server you can use one of the super simple servers designed for testing. There is one built in to Python. Simply run "python -m http.server" in your project directory. You could also consider using a static site builder like Hugo or Jekyll which can build your site using templates. These