> 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] 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 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
