🌐 Jekyll is a blog-aware, static site generator in Ruby
Ruby Gherkin JavaScript HTML Shell CSS
Switch branches/tags
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= .github Fix typos (#6764) Feb 11, 2018
carview.php?tsp= benchmark Optimize loading library into memory (#6910) Apr 10, 2018
carview.php?tsp= docs Listed the keyll-target-blank plugin in plugins list. (#7046) Jun 2, 2018
carview.php?tsp= exe Enforce Style/FrozenStringLiteralComment. (#6265) Aug 4, 2017
carview.php?tsp= features Fix --unpublished not affecting collection documents (#7027) May 20, 2018
carview.php?tsp= lib Update Rubocop's config (#7050) Jun 2, 2018
carview.php?tsp= rake Update instructions for releasing docs Gem (#6975) May 2, 2018
carview.php?tsp= rubocop Write a Rubocop Cop to ensure no `#p` or `#puts` calls get committed … Jan 20, 2018
carview.php?tsp= script Change regex to sanitize and normalize filenames passed to LiquidRend… Mar 10, 2018
carview.php?tsp= test Add whitespace control to LIQUID_TAG_REGEX (#7015) May 17, 2018
carview.php?tsp= .codeclimate.yml Bump to Rubocop 0.55 (#6929) Apr 16, 2018
carview.php?tsp= .editorconfig Add .editorconfig Sep 24, 2016
carview.php?tsp= .gitignore Move bin/jekyll to exe/jekyll to prevent collision with binstubs Jun 15, 2016
carview.php?tsp= .jrubyrc Cleanup .jrubyrc Jan 10, 2016
carview.php?tsp= .rubocop.yml Update Rubocop's config (#7050) Jun 2, 2018
carview.php?tsp= .travis.yml Drop support for older versions of Rouge (#6978) May 3, 2018
carview.php?tsp= CODE_OF_CONDUCT.markdown Rename CODE_OF_CONDUCT to show in banner (#6325) Aug 19, 2017
carview.php?tsp= Gemfile Update rubocop version (#7016) May 15, 2018
carview.php?tsp= History.markdown Update history to reflect merge of #7046 [ci skip] Jun 2, 2018
carview.php?tsp= LICENSE Update license year Dec 31, 2017
carview.php?tsp= README.markdown Replace individual core team emails May 7, 2018
carview.php?tsp= Rakefile enable 'Lint/RescueWithoutErrorClass' Cop (#6482) Oct 28, 2017
carview.php?tsp= appveyor.yml Drop support for Ruby 2.1 and 2.2 (#6560) Apr 30, 2018
carview.php?tsp= jekyll.gemspec Allow i18n v0.9.5 and higher (#7044) May 31, 2018

README.markdown

Jekyll

Gem Version Linux Build Status Windows Build status Maintainability Test Coverage 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 one of our core team members know and we will address it as soon as possible.

Diving In

License

See the LICENSE file.