Files
jekyll/site
Parker Moore 84cfc1ceff Merge branch 'majioa-devel'
* majioa-devel:
  Ensure Post#excerpt_separator always returns a string.
  get procedure for default excerpt separator for both cases site and page was moved to the post's specific method :excerpt_separator.
  Added per post excerpt_separator functionality, so you are able to specify :excerpt_separator (as well as just :excerpt) key direct inside the post YAML, to make an excerpt based on the value in the post. Tests were also added.
2015-01-17 15:01:20 -08:00
..
2014-06-25 16:17:42 -04:00
2015-01-17 15:01:20 -08:00
2014-12-22 09:15:57 -05:00
2015-01-15 22:04:00 +01:00
2014-11-20 22:18:02 +02:00
2014-05-06 19:35:51 +03:00
2014-11-11 15:14:24 -08:00
2014-04-06 09:17:14 +03:00
2014-04-02 21:33:40 +03:00
2014-12-22 09:15:57 -05: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! 😉