🌐 Jekyll is a blog-aware, static site generator in Ruby
Ruby Gherkin HTML Shell CSS CoffeeScript
Switch branches/tags
Latest commit 709a344 Aug 23, 2017 @parkr parkr Release 💎 3.6.0.pre.beta1
Permalink
Failed to load latest commit information.
.github Rename CODE_OF_CONDUCT to show in banner (#6325) Aug 19, 2017
benchmark Switch to `https` when possible. Nov 29, 2016
docs document application of page.id (#6329) Aug 22, 2017
exe Enforce Style/FrozenStringLiteralComment. (#6265) Aug 4, 2017
features set `LiquidError#template_name` for errors in included file (#6206) Aug 4, 2017
lib Release 💎 3.6.0.pre.beta1 Aug 23, 2017
rake Rename CODE_OF_CONDUCT to show in banner (#6325) Aug 19, 2017
script script/backport-pr: cherry-pick the commit properly Aug 12, 2017
test Allow `yield` to logger methods & bail early on no-op messages (#6315) Aug 18, 2017
.codeclimate.yml update excluded paths Jan 20, 2017
.editorconfig Add .editorconfig Sep 24, 2016
.gitignore Move bin/jekyll to exe/jekyll to prevent collision with binstubs Jun 15, 2016
.jrubyrc Cleanup .jrubyrc Jan 10, 2016
.rubocop.yml Enforce Style/FrozenStringLiteralComment. (#6265) Aug 4, 2017
.travis.yml [WIP] Add shim that works for both Rouge 1 and Rouge 2 (#5919) Aug 17, 2017
CODE_OF_CONDUCT.markdown Rename CODE_OF_CONDUCT to show in banner (#6325) Aug 19, 2017
Gemfile [WIP] Add shim that works for both Rouge 1 and Rouge 2 (#5919) Aug 17, 2017
History.markdown Update history to reflect merge of #6329 [ci skip] Aug 22, 2017
LICENSE bump year Jan 2, 2017
README.markdown Rename CODE_OF_CONDUCT to show in banner (#6325) Aug 19, 2017
Rakefile Enforce Style/FrozenStringLiteralComment. (#6265) Aug 4, 2017
appveyor.yml test with Ruby 2.4.1-1 on AppVeyor (#6176) Jun 26, 2017
jekyll.gemspec [WIP] Add shim that works for both Rouge 1 and Rouge 2 (#5919) Aug 17, 2017

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.