On 19/10/2018 12:25, Daniel P. Berrangé wrote:
> I really don't want to use an application specific templating system.
> While we're using Jekyll for the website today, I don't think it is
> a good idea to assume that for the longer term.
> 
> Even today I can't actually run the jekyll website on my laptop because
> the qemu-web content uses templating syntax from an older version of
> Jekyll that has been deleted in the current Jekyll versions. So I have
> to hack the code to remove pieces, in order to do testing.

Note that you can use

   bundle install --path .gems
   bundle exec jekyll serve

in order to use locally-downloaded gems.

That said, we should indeed update Jekyll to a more recent version.

Paolo

Reply via email to