With gem-based themes being bundled in the new site via the `Gemfile`, we should ask folks to use Bundler wherever possible. This should lead to more successful installations and getting the base site setup properly. The only trouble this introduces is it puts a dependency on Bundler. That said, I'm totally fine with requiring everyone use Bundler for this site. How could we best install bundler in these instructions? /cc @jekyll/documentation |
||
---|---|---|
.. | ||
_data | ||
_docs | ||
_includes | ||
_layouts | ||
_posts | ||
_sass | ||
community | ||
css | ||
fonts | ||
help | ||
img | ||
js | ||
news | ||
redirects | ||
.gitignore | ||
404.html | ||
CNAME | ||
README.md | ||
_config.yml | ||
favicon.ico | ||
freenode.txt | ||
index.html | ||
latest_version.txt |
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:
bundle install
bundle exec rake site:preview
It's just a jekyll site, afterall! 😉