Go to file
Jordon Bedwell b7d5a26d53 Move around CodeClimate so people can do `bundle exec rubocop`.
/cc @pathawks -- This is why you were not getting the custom settings we had
made and some things were showing up as broken when they weren't.  Sorry.
2016-01-03 02:21:21 -06:00
benchmark Add benchmark for end_with? vs regexp 2015-02-25 11:57:49 -08:00
bin Merge branch 'master' of https://github.com/jekyll/jekyll into _includes 2015-08-09 16:22:33 +01:00
features features/post_data: Fix undefined feature step. 2015-12-22 22:44:56 -05:00
lib Move require "jekyll/drops/drop" to "jekyll.rb" 2015-12-27 12:48:21 -06:00
rake Slightly restructure rake helper files 2015-12-26 12:53:30 -05:00
script script/stackprof: allow CLI to set stackprof mode [ci skip] 2015-12-13 12:21:32 -08:00
site Merge pull request #4293 from alfredxing/incremental-docs 2015-12-30 10:42:34 -08:00
test utils/drops: update Drop to support Utils.deep_merge_hashes 2015-12-27 08:06:37 -05:00
.codeclimate.yml Move around CodeClimate so people can do `bundle exec rubocop`. 2016-01-03 02:21:21 -06:00
.gitignore Fix: #4219: Add CodeClimate Platform. 2015-12-04 11:42:52 -06:00
.jrubyrc Add support for JRuby, it was easier than assumed. 2015-05-15 07:10:22 -05:00
.rubocop.yml Move around CodeClimate so people can do `bundle exec rubocop`. 2016-01-03 02:21:21 -06:00
.travis.yml E-Mail on test failure since I'm not often in IRC. 2015-12-10 15:02:24 -06:00
CONDUCT.md Add a Code of Conduct. 2015-08-20 10:17:37 -07:00
CONTRIBUTING.markdown update contributing documentation to reflect workflow updates 2015-08-05 14:30:35 -07:00
Gemfile Move around CodeClimate so people can do `bundle exec rubocop`. 2016-01-03 02:21:21 -06:00
History.markdown Update history to reflect merge of #4293 2015-12-30 10:43:01 -08:00
LICENSE Update LICENSE to 2015. 2015-02-17 22:17:25 +01:00
README.markdown [CI:SKIP] Update Gemnasium URL. 2015-12-07 11:37:37 -06:00
Rakefile Slightly restructure rake helper files 2015-12-26 12:53:30 -05:00
jekyll-docs.gemspec jekyll-docs gem should be easily integrated with jekyll's site. 2015-11-17 22:39:55 -08:00
jekyll.gemspec Move previous runtime dependencies to development dependencies. 2015-01-31 13:53:17 -08:00

README.markdown

Jekyll

Gem Version Build Status Code Climate Dependency Status Security

By Tom Preston-Werner, Nick Quaranto, Parker Moore, and many awesome contributors!

Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories.

Philosophy

Jekyll does what you tell it to do — no more, no less. It doesn't try to outsmart users by making bold assumptions, nor does it burden them with needless complexity and configuration. Put simply, Jekyll gets out of your way and allows you to concentrate on what truly matters: your content.

Having trouble with OS X El Capitan?

See: http://jekyllrb.com/docs/troubleshooting/#jekyll-amp-mac-os-x-1011

Getting Started

Code of Conduct

In order to have a more open and welcoming community, Jekyll adheres to a code of conduct adapted from the Ruby on Rails code of conduct.

Please adhere to this code of conduct in any interactions you have in the Jekyll community. It is strictly enforced on all official Jekyll repositories, websites, and resources. If you encounter someone violating these terms, please let a maintainer (@parkr, @envygeeks, or @mattr-) know and we will address it as soon as possible.

Diving In

License

See LICENSE.