jekyll/site
Robert 26144645d8 Remove Glynn as deployment option
Remove Glynn as deployment option since that gem is no longer actively maintained. See notes on readme in repository: https://github.com/dmathieu/glynn and https://github.com/dmathieu/glynn/issues/67
2016-10-29 14:45:18 +01:00
..
_data Whitespace cleanup. 2016-07-18 21:31:17 +03:00
_docs Remove Glynn as deployment option 2016-10-29 14:45:18 +01:00
_includes On the site documentation section, links to documentation items point to the "jekyllrb.com" website, this means that users testing changes might get confused because they will see the official external website instead of their local website upon clicking those links. 2016-08-23 21:48:35 -03:00
_layouts Create error template that has no main nav or footer. 2016-07-27 19:08:37 -04:00
_posts Release 💎 3.3.0 2016-10-06 11:12:15 -07:00
_sass Update normalize.css to v5.0.0 2016-10-09 11:36:04 -04:00
community Whitespace cleanup. 2016-07-18 21:31:17 +03:00
css Move custom code from _font-awesome.scss to _style.scss. 2014-11-18 08:15:53 +02:00
fonts Update Font Awesome to v4.4.0. 2015-10-30 22:04:04 +02:00
help Set protocol of Stack Overflow to HTTPS 2016-03-12 12:46:59 +01:00
img Slightly, improve PNG compression. 2016-07-18 19:45:53 +03: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
redirects Add some redirects. 2016-02-16 12:54:41 -08:00
.gitignore Update site dir with contents of #583 at rev cb19367. 2012-12-31 12:48:04 -08:00
404.html Centre align text and use nav styles on helpful links. 2016-07-27 19:54:07 -04:00
CNAME A better way to preview and release the Jekyll site. 2012-12-26 15:13:57 -07:00
README.md Many of the gems installed bu just running `bundle install` are not necessary to test the Jekyll site. Changed the install command to avoid installing unecessary gems. 2016-08-22 16:13:00 -03:00
_config.yml Bugfix on logo in JSON-LD 2016-09-27 15:38:25 +08:00
favicon.ico Slightly improve favicon.ico. 2014-04-06 09:17:14 +03:00
freenode.txt Add freenode verification file to jekyllrb.com. 2013-06-12 21:45:52 +02:00
index.html document automatic bundle install 2016-09-29 08:47:26 +05:30
latest_version.txt Release 💎 3.3.0 2016-10-06 11:12:15 -07: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 --without test test_legacy benchmark
  2. bundle exec rake site:preview

It's just a jekyll site, afterall! 😉