Files
jekyll/site
Vitaly Repin 498ad6e83a Detailed instructions for rsync deployment method
Extended documentation on rsync-approach. It also mentions rrsync wrapper script which restricts access for rsync to the server. Based on my blog post here: http://vrepin.org/vr/JekyllDeploy/

Restored previous version of 'Rsync' section and renamed it to 'scp' to reflect the content

Misspelling corrected: authorized_keys, not auhorized_key
2015-07-31 16:44:53 +03:00
..
2014-11-20 22:18:02 +02:00
2014-05-06 19:35:51 +03:00
2015-04-28 14:03:20 -07:00
2014-04-06 09:17:14 +03:00
2014-04-02 21:33:40 +03:00
2014-12-09 20:45:01 -05:00

Jekyll docs site

This directory contains the code for the Jekyll docs site, jekyllrb.com.

Contributing

For information about contributing, see the Contributing page.

Running locally

You can preview your contributions before opening a pull request by running from within the directory:

  1. bundle install
  2. bundle exec rake site:preview

It's just a jekyll site, afterall! 😉