jekyll/site
Anna Debenham e7c0e313a3 Change collection documentation based on #223
Clarifying what happens if no YAML front matter exists. The current explanation says that Jekyll will generate a file without Front Matter, but it appears this isn't the case.

I'm still not sure if this is the intended behaviour, but this clarifies how it currently works.
2015-01-08 18:39:27 +00:00
..
_data Add new page 2014-06-25 16:17:42 -04:00
_docs Change collection documentation based on #223 2015-01-08 18:39:27 +00:00
_includes Change variables of Google Analytics script 2014-11-11 18:42:54 +09:00
_layouts Include anchor_links before the end closing `body` tag. 2014-05-10 21:02:45 +03:00
_posts Release 💎 2.5.3 2014-12-22 09:15:57 -05:00
_sass Update gridism. 2014-11-20 22:11:50 +02:00
css Move custom code from _font-awesome.scss to _style.scss. 2014-11-18 08:15:53 +02:00
fonts Remove the unused fontawesome-webfont.eot. 2014-09-10 13:22:02 +03:00
img Slightly compress jekyll-sticker.jpg. 2014-11-20 22:18:02 +02:00
js Update html5shiv to v3.7.2. 2014-05-06 19:35:51 +03:00
news Move news/releases/index.md to news/releases/index.html to prevent unnecessary <p> tags. #1508. 2013-09-06 23:00:36 -04:00
.gitignore Update site dir with contents of #583 at rev cb19367. 2012-12-31 12:48:04 -08:00
CNAME A better way to preview and release the Jekyll site. 2012-12-26 15:13:57 -07:00
README.md use rake instructions instead 2014-12-09 20:45:01 -05:00
_config.yml Get rid of noifniof 2014-11-11 15:14:24 -08:00
favicon.ico Slightly improve favicon.ico. 2014-04-06 09:17:14 +03:00
feed.xml Improve feed.xml. 2014-04-02 21:33:40 +03:00
freenode.txt Add freenode verification file to jekyllrb.com. 2013-06-12 21:45:52 +02:00
index.html Point Liquid links to Liquid’s Github wiki 2014-09-09 23:20:40 -07:00
latest_version.txt Release 💎 2.5.3 2014-12-22 09:15:57 -05:00

README.md

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! 😉