Go to file
jekyllbot 8c0a250da4 Update history to reflect merge of #7428 [ci skip] 2018-12-17 11:25:00 -05:00
.github Update issue templates 2018-12-05 20:43:36 +01:00
benchmark Refactoring: Fix benchmark code smell (#7211) 2018-09-02 14:01:11 -04:00
docs zlib is missing (#7428) 2018-12-17 11:24:58 -05:00
exe Enforce Style/FrozenStringLiteralComment. (#6265) 2017-08-03 21:27:32 -04:00
features Incorporate `relative_url` filter in `link` tag (#6727) 2018-11-04 14:03:18 -05:00
lib Reduce array traversal in Jekyll::Reader (#7157) 2018-12-16 11:14:32 -05: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 Add a custom inspect string for StaticFile objects (#7422) 2018-12-16 01:16:24 -05:00
.codeclimate.yml Upgrade to Code Climate config v2 2018-12-10 18:16:02 +05:30
.editorconfig Add .editorconfig 2016-09-24 23:21:33 +02:00
.gitignore update .gitignore 2018-08-16 18:06:56 +02:00
.jrubyrc Cleanup .jrubyrc 2016-01-10 14:55:35 -06:00
.rubocop.yml Bump Rubocop to v0.59.0 (#7237) 2018-09-09 18:14:46 -04:00
.travis.yml CI: Build stable branches during backport 2018-12-14 23:58:58 +05:30
CODE_OF_CONDUCT.markdown docs: update CoC to 1.4.1 2018-11-19 22:52:24 +01:00
Gemfile Theme gems: ensure directories aren't symlinks (#7419) 2018-12-14 10:08:41 -05:00
History.markdown Update history to reflect merge of #7428 [ci skip] 2018-12-17 11:25:00 -05:00
LICENSE Update license year 2018-01-01 00:59:11 +01:00
README.markdown link site to sponsor listing in readme (#7405) 2018-12-06 11:53:29 -05:00
Rakefile enable 'Lint/RescueWithoutErrorClass' Cop (#6482) 2017-10-28 11:24:41 -04:00
appveyor.yml CI: Build stable branches during backport 2018-12-14 23:58:58 +05:30
jekyll.gemspec Incorporate `relative_url` filter in `link` tag (#6727) 2018-11-04 14:03:18 -05: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

Getting Started

Diving In

Need help?

If you don't find the answer to your problem in our docs, or in the troubleshooting section, ask the community for help.

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.

Credits

Sponsors

Support this project by becoming a sponsor. Your logo will show up in this README with a link to your website. Become a sponsor!

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 Become a backer

License

See the LICENSE file.