Go to file
Parker Moore b70ee10198 Add benchmarks for Page#dir 2016-01-27 08:28:41 -08:00
benchmark Add benchmarks for Page#dir 2016-01-27 08:28:41 -08:00
bin If the subcommand cannot be found, suggest the installation of a gem. 2016-01-04 16:17:48 -08:00
features Merge pull request #4195 from jekyll/pull/cleanup-document__post_read 2016-01-22 13:13:18 -08:00
lib Page#dir: ensure it ends in a slash 2016-01-26 16:44:30 -08:00
rake Remove rake analysis, use bundle exec rubocop now. 2016-01-05 12:30:23 -06:00
script Try to cleanup the Gemfile... again. 2016-01-12 06:54:45 -06:00
site Site: make github-pages project page url structure refer to site.github.url 2016-01-25 14:09:22 -08:00
test Renderer#output_ext: honor folders when looking for ext 2016-01-25 15:32:44 -08:00
.codeclimate.yml Expand the file extensions we ignore. 2016-01-10 10:45:52 -06:00
.gitignore Add byebug for debugging purposes. 2016-01-15 11:23:09 -08:00
.jrubyrc Cleanup .jrubyrc 2016-01-10 14:55:35 -06:00
.rubocop.yml Expand the file extensions we ignore. 2016-01-10 10:45:52 -06:00
.travis.yml Make our .travis.yml a little easier to maintain. 2016-01-24 09:50:02 -06:00
CONDUCT.md Update the Code of Conduct to the latest version 2016-01-25 18:40:16 -08:00
CONTRIBUTING.markdown update contributing documentation to reflect workflow updates 2015-08-05 14:30:35 -07:00
Gemfile Switch to pry-byebug so everybody gets the benefit. 2016-01-20 13:30:56 -06:00
History.markdown Update history.markdown to reflect the merger of #4402 2016-01-26 06:55:55 -06:00
LICENSE Update copyright notices to 2016 [ci skip] 2016-01-03 17:04:41 +05:30
README.markdown Re-add Gem version after accidental removal. 2016-01-20 07:04:22 -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 Test Coverage 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.