I can confirm that the website builds with jekyll 3.0.0 I'll try to open a pull request for the connector's documentation.
On Tue, Aug 23, 2016 at 6:19 PM, Robert Metzger <[email protected]> wrote: > Thank you for looking into it. > > Are you sure all files from your local directory are committed to the git? > Maybe it works for you because you have all the files? > (I know its unlikely, because the website is working) > > > > > On Tue, Aug 23, 2016 at 4:40 PM, Luciano Resende <[email protected]> > wrote: > >> This is what I get with Jekyll 3.0.0. Let me update later today and try >> 3.1.6. >> >> $jekyll --version >> jekyll 3.0.0 >> >> $ jekyll serve --watch >> Configuration file: >> /Users/lresende/opensource/apache/bahir/bahir-website/site/_config.yml >> Source: >> /Users/lresende/opensource/apache/bahir/bahir-website/site >> Destination: _site >> Incremental build: disabled. Enable with --incremental >> Generating... >> Build Warning: Layout 'news_item' requested in _posts/ >> 2015-09-25-release-0.1.0.md does not exist. >> Build Warning: Layout 'news_item' requested in _posts/ >> 2015-11-08-new-committers.md does not exist. >> Build Warning: Layout 'news_item' requested in _posts/ >> 2015-11-10-release-0.2.0.md does not exist. >> done in 0.445 seconds. >> Auto-regeneration: enabled for >> '/Users/lresende/opensource/apache/bahir/bahir-website/site' >> Configuration file: >> /Users/lresende/opensource/apache/bahir/bahir-website/site/_config.yml >> Server address: http://127.0.0.1:4000/ >> Server running... press ctrl-c to stop. >> >> >> On Tue, Aug 23, 2016 at 12:03 AM, Robert Metzger <[email protected]> >> wrote: >> >> > I'm using jekyll 3.1.6 >> > >> > On Tue, Aug 23, 2016 at 4:13 AM, Luciano Resende <[email protected]> >> > wrote: >> > >> > > What version of Jekyll are you using ? >> > > >> > > On Mon, Aug 22, 2016 at 4:52 AM, Robert Metzger <[email protected]> >> > > wrote: >> > > >> > > > Hi, >> > > > >> > > > I just tried building the Bahir website locally, but I could not >> get it >> > > to >> > > > work. >> > > > >> > > > After cloning the repo, I went to bahir-website/site, and executed >> > > "jekyll >> > > > serve". >> > > > I got the following output: >> > > > >> > > > Configuration file: >> > > > /home/robert/flink-workdir/bahir-website/site/_config.yml >> > > > Source: /home/robert/flink-workdir/bahir-website/site >> > > > Destination: _site >> > > > Incremental build: disabled. Enable with --incremental >> > > > Generating... >> > > > Build Warning: Layout 'news_item' requested in _posts/ >> > > > 2015-09-25-release-0.1.0.md does not exist. >> > > > Build Warning: Layout 'news_item' requested in _posts/ >> > > > 2015-11-08-new-committers.md does not exist. >> > > > Build Warning: Layout 'news_item' requested in _posts/ >> > > > 2015-11-10-release-0.2.0.md does not exist. >> > > > done in 0.468 seconds. >> > > > Auto-regeneration: enabled for >> > > > '/home/robert/flink-workdir/bahir-website/site' >> > > > Configuration file: >> > > > /home/robert/flink-workdir/bahir-website/site/_config.yml >> > > > Server address: http://127.0.0.1:4000/ >> > > > Server running... press ctrl-c to stop. >> > > > [2016-08-22 13:48:54] ERROR `/assets/themes/bootstrap/css/ >> > bootstrap.css' >> > > > not found. >> > > > [2016-08-22 13:48:54] ERROR `/assets/themes/css/style.css' not >> found. >> > > > [2016-08-22 13:48:54] ERROR `/assets/themes/css/syntax.css' not >> found. >> > > > [2016-08-22 13:48:54] ERROR `/assets/themes/jquery/jquery- >> > 2.1.1.min.js' >> > > > not >> > > > found. >> > > > [2016-08-22 13:48:54] ERROR `/assets/themes/bootstrap/js/ >> > > bootstrap.min.js' >> > > > not found. >> > > > [2016-08-22 13:48:55] ERROR `/assets/themes/jquery/jquery- >> > 2.1.1.min.js' >> > > > not >> > > > found. >> > > > [2016-08-22 13:48:55] ERROR `/assets/themes/bootstrap/js/ >> > > bootstrap.min.js' >> > > > not found. >> > > > >> > > > >> > > > And a website that looks like the css files could not be loaded ;) >> > > > >> > > > How can I fix this? >> > > > >> > > > Regards, >> > > > Robert >> > > > >> > > >> > > >> > > >> > > -- >> > > Luciano Resende >> > > http://twitter.com/lresende1975 >> > > http://lresende.blogspot.com/ >> > > >> > >> >> >> >> -- >> Luciano Resende >> http://twitter.com/lresende1975 >> http://lresende.blogspot.com/ >> > >
