Go to file
Frank Taillandier 4359df8e65 Docs: Style lists in tables (#6379)
Merge pull request 6379
2017-09-22 09:11:23 -04:00
.github add note to contributing docs about `script/console` (#6349) 2017-09-20 15:04:36 -04:00
benchmark Use a Schwartzian transform with custom sorting (#6342) 2017-09-02 10:38:07 -04:00
docs Docs: Style lists in tables (#6379) 2017-09-22 09:11:23 -04:00
exe Enforce Style/FrozenStringLiteralComment. (#6265) 2017-08-03 21:27:32 -04:00
features set `LiquidError#template_name` for errors in included file (#6206) 2017-08-03 22:00:24 -04:00
lib Bump rubocop to use `v0.50.x` (#6368) 2017-09-22 09:06:32 -04:00
rake Rename CODE_OF_CONDUCT to show in banner (#6325) 2017-08-19 07:19:59 -04:00
script script/backport-pr: cherry-pick the commit properly 2017-08-12 16:08:10 -04:00
test Bump rubocop to use `v0.50.x` (#6368) 2017-09-22 09:06:32 -04:00
.codeclimate.yml use latest rubocop channel on codeclimate (#6333) 2017-08-30 15:30:57 -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 Bump rubocop to use `v0.50.x` (#6368) 2017-09-22 09:06:32 -04:00
.travis.yml bump rubies on Travis (#6366) 2017-09-15 10:57:50 -04:00
CODE_OF_CONDUCT.markdown Rename CODE_OF_CONDUCT to show in banner (#6325) 2017-08-19 07:19:59 -04:00
Gemfile Bump rubocop to use `v0.50.x` (#6368) 2017-09-22 09:06:32 -04:00
History.markdown Update history to reflect merge of #6368 [ci skip] 2017-09-22 09:06:34 -04:00
LICENSE bump year 2017-01-02 23:14:27 +01:00
README.markdown Rename CODE_OF_CONDUCT to show in banner (#6325) 2017-08-19 07:19:59 -04:00
Rakefile Enforce Style/FrozenStringLiteralComment. (#6265) 2017-08-03 21:27:32 -04:00
appveyor.yml test with Ruby 2.4.1-1 on AppVeyor (#6176) 2017-06-26 02:53:33 -04:00
jekyll.gemspec Bump rubocop to use `v0.50.x` (#6368) 2017-09-22 09:06:32 -04: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.

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 a team captain know and we will address it as soon as possible.

Diving In

License

See the LICENSE file.