Go to file
Phil Nash 42a65a57e6 Makes uri_escape template docs more specific.
I didn't know the difference between cgi_escape and uri_escape until it bit me when I had a colon in a title I used uri_escape on. Addressable::URI.encode (from addressable 2.4.0 and later) thought it was a URI and raised an error. I should have been using cgi_escape, which is for strings that will be added to URIs and not uri_escape, which is for encoding strings that are already in a URI.

This commit borrows from the addressable docs to make it more specific so that readers choose uri_escape when they already have a URI and cgi_escape when they are just escaping a plain string.
2017-02-17 02:16:37 +00:00
.github move changes to /.github/ and regenerate site 2016-12-18 07:45:08 +05:30
benchmark Switch to `https` when possible. 2016-11-29 23:39:23 +02:00
docs Makes uri_escape template docs more specific. 2017-02-17 02:16:37 +00:00
exe Appease Rubocop 2016-09-19 13:15:02 -05:00
features test overriding default excludes 2017-02-05 01:56:49 +05:30
lib Convertible#validate_permalink!: ensure the return value of data["permalink"] is a string before asking if it is empty 2017-02-10 21:56:43 -05:00
rake appease rubocop 2017-01-14 20:11:30 +01:00
script bump htmlproofer 2017-01-17 02:34:15 +01:00
test Fix missing trailing comma to alleviate fmt errors 2017-02-10 21:16:25 -05:00
.codeclimate.yml update excluded paths 2017-01-20 09:59:06 +01:00
.editorconfig Add .editorconfig 2016-09-24 23:21:33 +02:00
.gitignore Move bin/jekyll to exe/jekyll to prevent collision with binstubs 2016-06-15 11:11:22 -07:00
.jrubyrc Cleanup .jrubyrc 2016-01-10 14:55:35 -06:00
.rubocop.yml Add security rules 2017-01-16 10:43:07 +01:00
.travis.yml Bump Ruby 2.1 testing up to Ruby 2.1.10 2017-02-10 21:14:07 -05:00
CONDUCT.markdown better file copying 2016-02-27 14:07:35 -05:00
Gemfile Merge pull request #5798 from DirtyF/bump-codeclimate-test-reporter 2017-01-26 15:53:44 -05:00
History.markdown Update history to reflect merge of #5882 [ci skip] 2017-02-14 02:34:16 -05:00
LICENSE bump year 2017-01-02 23:14:27 +01:00
README.markdown Update Core team list in README 2016-12-08 23:08:43 +11:00
Rakefile Merge pull request #5744 from DirtyF/pull/docs-use-defaults 2017-01-11 09:13:38 -08:00
appveyor.yml Update AppVeyor config. 2016-08-27 08:34:20 +03:00
jekyll.gemspec Merge branch 'master' into liquid-4 2017-01-10 20:01:04 +01:00

README.markdown

Jekyll

Gem Version Linux Build Status Windows Build status Test Coverage Code Climate Dependency Status Security

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: https://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, @mattr-, or @alfredxing) know and we will address it as soon as possible.

Diving In

License

See the LICENSE file.