codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

Jekyll #181

Closed dpeukert closed 10 years ago

dpeukert commented 10 years ago

It would be awesome to have the ability to build Jekyll sites.

hugolpz commented 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)

ijobling commented 10 years ago

Even easier in Codio.. You can just do

and then access your site from the BoxURL preview item