Located here - http://ruby.hackbulgaria.com
You can do this in two simple steps:
- Add your
XY.slim
file inlectures/
whereXY
and the proper numbers - List your lecture in
_data/lectgures.yml
If you are running Jekyll on your localhost, in order to access the given lecture, you should add .html
to it:
/lectures/01
should be lectures/01.html
Install the needed gems:
$ bundle install
Afer this, you can run Jekyll:
$ bundle exec jekyll serve -w
If you want to deploy, you are going to need Capistrano:
$ bundle exec cap deploy