Files
jekyll/site
Mike Kasberg e080c7f1ce Fix a link in deployment-methods.md
The link to the scp deploy script was broken - it appears someone
changed the link text and did not update the matching link text in the
markdown footer.

Because the script is really simple, and the script originally linked
includes some unnecessary scss commands, let's just inline the script.
2016-08-15 15:01:59 -06:00
..
2016-07-18 21:31:17 +03:00
2016-08-15 15:01:59 -06:00
2016-07-19 09:11:15 +03:00
2016-07-18 21:31:17 +03:00
2015-10-30 22:04:04 +02:00
2016-07-18 19:45:53 +03:00
2014-05-06 19:35:51 +03:00
2016-02-16 12:54:41 -08:00
2016-07-28 09:52:30 -04:00
2014-04-06 09:17:14 +03:00
2016-08-03 14:00:53 +02:00
2016-08-02 16:17:28 -07:00
2015-08-30 15:48:02 +02: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! 😉