Go to file
Ashwin Maroli 48e6cb18d7
Improve path normalization in liquid_renderer (#8075)
Merge pull request 8075
2020-05-09 07:29:13 -04:00
.devcontainer Add Visual Studio Code Development Container (#8016) 2020-02-20 12:46:16 -05:00
.github Update FUNDING.yml 2020-04-17 10:40:03 +02:00
benchmark Refactoring: Fix benchmark code smell (#7211) 2018-09-02 14:01:11 -04:00
docs chore: use native lazy loading and fixed img 2020-05-09 13:07:02 +02:00
exe Enforce Style/FrozenStringLiteralComment. (#6265) 2017-08-03 21:27:32 -04:00
features Allow disabling import of theme configuration (#8131) 2020-05-06 15:56:56 -04:00
lib Improve path normalization in liquid_renderer (#8075) 2020-05-09 07:29:13 -04:00
rake Normalize paths in reports from `memory_profiler` 2019-06-28 09:01:06 +05:30
rubocop Scan `assert_equal` methods and rectify any offenses with a custom Rubocop cop (#7130) 2019-03-15 15:12:09 -04:00
script Use bash executable consistently (#7909) 2019-11-30 10:50:36 -05:00
test Improve path normalization in liquid_renderer (#8075) 2020-05-09 07:29:13 -04: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
.gitattributes Ci/GitHub actions (#7822) 2019-09-26 13:32:59 -04:00
.gitignore Gitignore all folder names with `-cache` [skip ci] 2019-09-15 12:43:35 +05:30
.jrubyrc Cleanup .jrubyrc 2016-01-10 14:55:35 -06:00
.rubocop.yml Bump RuboCop to v0.82.x 2020-04-16 19:40:10 +05:30
.rubocop_todo.yml chore(deps): rubocop 0.80.0 (#8012) 2020-02-19 01:48:26 -05:00
.travis.yml Bump Ruby versions on Travis builds (#8088) 2020-04-03 09:47:27 -04:00
CODE_OF_CONDUCT.markdown docs: update CoC to 1.4.1 2018-11-19 22:52:24 +01:00
Gemfile Use platforms instead of install_if (#8140) 2020-04-27 08:20:52 -04:00
History.markdown Update history to reflect merge of #8162 [ci skip] 2020-05-07 01:47:01 -04:00
LICENSE Update LICENSE 2019-01-09 20:53:38 +01:00
README.markdown Fix Wiki link in README.markdown (#7549) 2019-02-26 22:55:27 +05:30
Rakefile enable 'Lint/RescueWithoutErrorClass' Cop (#6482) 2017-10-28 11:24:41 -04:00
appveyor.yml chore(ci): Ruby 2.4 EOL 2020-04-26 06:42:28 +02:00
jekyll.gemspec Use Ruby's English module in gemspec 2020-04-13 19:56:59 +05:30

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.