Go to file
jess 5c41eb743f
Update README.markdown
Hi, I'm making updates for Open Collective. Either you or a supporter signed this repo up for Open Collective. This pull request adds backers and sponsors from your Open Collective https://opencollective.com/jekyll❤️

It adds two badges at the top to show the latest number of backers and sponsors. It also adds placeholders so that the avatar/logo of new backers/sponsors can automatically be shown without having to update your README.md. [more info](https://github.com/opencollective/opencollective/wiki/Github-banner). See how it looks on this [repo](https://github.com/apex/apex#backers).

You can also add a postinstall script to let people know after npm|yarn install that you are welcoming donations (optional). [More info](https://github.com/OpenCollective/opencollective-cli)
You can also add a "Donate" button to your website and automatically show your backers and sponsors there with our widgets. Have a look here: https://opencollective.com/widgets

P.S: As with any pull request, feel free to comment or suggest changes. The only thing "required" are the placeholders on the README because we believe it's important to acknowledge the people in your community that are contributing (financially or with code!).

Thank you for your great contribution to the open source community. You are awesome! 🙌
And welcome to the open collective community! 😊

Come chat with us in the #opensource channel on https://slack.opencollective.com - great place to ask questions and share best practices with other open source sustainers!
2018-07-16 13:06:18 -07:00
.github Fix typos (#6764) 2018-02-10 21:58:13 -05:00
benchmark Optimize loading library into memory (#6910) 2018-04-10 11:00:12 -04:00
docs Initialize upgrading doc for v4.0 (#7140) 2018-07-16 15:04:19 -04:00
exe Enforce Style/FrozenStringLiteralComment. (#6265) 2017-08-03 21:27:32 -04:00
features Disable Liquid via front matter (#6824) 2018-07-13 12:12:49 -04:00
lib Update docs about post creation (#7138) 2018-07-15 18:18:43 -04:00
rake Remember to release docs gem (#7066) 2018-06-17 11:36:54 -04:00
rubocop Write a Rubocop Cop to ensure no `#p` or `#puts` calls get committed to master. (#6615) 2018-01-20 17:04:52 -05:00
script Change regex to sanitize and normalize filenames passed to LiquidRenderer (#6610) 2018-03-09 21:09:55 -05:00
test fix incorrectly passed arguments to assert_equal (#7134) 2018-07-15 16:11:45 -04:00
.codeclimate.yml Bump to Rubocop 0.55 (#6929) 2018-04-16 10:24:07 -04: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 Fix Rubocop offences in test files (#7128) 2018-07-12 10:21:23 -04:00
.travis.yml Drop support for older versions of Rouge (#6978) 2018-05-03 10:03:55 -04:00
CODE_OF_CONDUCT.markdown Updates to v1.4 (#7105) 2018-07-08 14:04:41 -04:00
Gemfile Update rubocop version to 0.57.x (#7078) 2018-06-25 21:43:33 -04:00
History.markdown Update history to reflect merge of #7140 [ci skip] 2018-07-16 15:04:22 -04:00
LICENSE Update license year 2018-01-01 00:59:11 +01:00
README.markdown Update README.markdown 2018-07-16 13:06:18 -07:00
Rakefile enable 'Lint/RescueWithoutErrorClass' Cop (#6482) 2017-10-28 11:24:41 -04:00
appveyor.yml Drop support for Ruby 2.1 and 2.2 (#6560) 2018-04-30 11:44:48 -04:00
jekyll.gemspec Allow i18n v0.9.5 and higher (#7044) 2018-05-31 12:13:45 -04:00

README.markdown

Jekyll

Gem Version Linux Build Status Windows Build status Maintainability Test Coverage Security Backers on Open Collective Sponsors on Open Collective

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.

See: https://jekyllrb.com/philosophy

Having trouble?

See: https://jekyllrb.com/docs/troubleshooting/

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 one of our core team members know and we will address it as soon as possible.

Diving In

Credits

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

<img src="https://opencollective.com/jekyll/backers.svg?width=890”>

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

See the LICENSE file.