Skip to content

Sathimantha/rukrakaganno.org

Repository files navigation

These are the source files of rukrakaganno.org

github source link

First installation

Make sure to install the prerequisits as instructed here

After first install

bundle init
bundle add jekyll
gem install jekyll bundler
bundle exec jekyll serve --livereload

Offline editing and live reloading

bundle exec jekyll serve --watch

or

bundle exec jekyll serve --livereload