On Wed, Dec 10, 2014 at 8:44 PM, Robert Nelson <robertcnel...@gmail.com> wrote:
>> Here's a simple patch to avoid the bad reference to base.siteurl in
>> the home directory:
>> https://github.com/beagleboard/bone101/commit/4e9238747e864263cc0d5ebe45ee6f736206b38b
>
> Nice Jason!!
>
>> Making this work requires that you:
>> # apt-get install jekyll
>> # cd /var/lib/cloud9
>> # jekyll bone101
>>
>> I believe the jekyll line is different on Debian 7 (wheezy) than
>> Debian 8 (jessie).  For the newer jekyll, it should be something like:
>> # jekyll build --destination bone101
>
> I've been pulling jekyll from ruby:
>
> [Successfully installed jekyll-2.5.2]

Not sure where this got cut in the email, but I assume you mean:
# gem install jekyll

>
> So we get the same version in wheezy/jessie
>
>> You should also be able to launch jekyll as a process to continuously
>> monitor the files and apply the templates.
>
> I have systemd "jekyll-autorun.service"
>
> [Service]
> WorkingDirectory=/var/lib/cloud9
> ExecStart=/usr/local/bin/jekyll build --watch
> SyslogIdentifier=jekyll-autorun

You'll need to add the --destination:
See https://gist.github.com/jadonk/bc9a814b0f14d21a0dc3

>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups 
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to