Closed dpeukert closed 10 years ago
Just did it yesterday on ubuntu 14.04. See http://jekyllrb.com's install page.
It first needed sudo apt-get install ruby1.9.1-dev
, See How to install jekyll?. Then:
$ gem install jekyll
~ $ jekyll new my-awesome-site
~ $ cd my-awesome-site
~/my-awesome-site $ jekyll serve
# => Now browse to http://localhost:400
Hope it helps. (Know there are other issues on this task)
Even easier in Codio.. You can just do
gem install jekyll
jekyll new my-awesome-site
cd my-awesome-site
jekyll serve
and then access your site from the BoxURL preview item
It would be awesome to have the ability to build Jekyll sites.