[neomutt-devel] Distro Pages

Alex Pearce alex at alexpearce.me
Thu Nov 10 09:58:11 CET 2016


Ah yes, now I remember having that same problem before and coming to the
same conclusion. My solution then was to add the vendor directory to the
exclude list in the _config.yml file.

Cheers,
Alex

On 09/11/16 at 10:30, Clemens Lang <cal at macports.org> wrote:
> Hi,
> 
> On Wed, Nov 09, 2016 at 02:05:27PM +0100, Alex Pearce wrote:
> > I tried to compile the site locally but didn't manage it. I guessed
> > what the install instructions are.
> > 
> >     $ bundle install github-pages --path=vendor/bundle
> >     $ bundle exec jekyll serve --watch
> > 
> > I get an error about invalid date format. I think this is because the
> > version of Jekyll github-pages installs is too new.
> 
> Last time I tried this (for a different project) the problem was that
> installing into vendor/bundle puts a jekyll default site into the jekyll
> gem, which is then found by jekyll serve because it recurses into all
> subdirectories.
> 
> $ bundle install github-pages --path=../vendor/bundle
> $ bundle exec jekyll serve --watch
> 
> worked for me.
> 
> -- 
> Clemens


More information about the neomutt-devel mailing list