Go to file
mrHoliday a559dfaa6e Update fmt (#6514)
Merge pull request 6514
2017-11-04 10:50:30 -04:00
.github Update first-timers-issue-template.md (#6472) 2017-10-23 04:27:36 -04:00
benchmark Use a Schwartzian transform with custom sorting (#6342) 2017-09-02 10:38:07 -04:00
docs Add latin mode to slugify (#6509) 2017-11-02 23:07:25 -04:00
exe Enforce Style/FrozenStringLiteralComment. (#6265) 2017-08-03 21:27:32 -04:00
features Revert "Added direct collection access to future collection item feature test (#6151)" 2017-10-28 23:33:27 -05:00
lib Style: Remove line after magic comment 2017-11-03 09:13:09 +01:00
rake Link to Support (#6415) 2017-10-08 09:50:09 -04:00
script Update fmt (#6514) 2017-11-04 10:50:30 -04:00
test Add latin mode to slugify (#6509) 2017-11-02 23:07:25 -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 clean up Rubocop config (#6495) 2017-10-29 11:02:45 -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 Update Rubocop to 0.51.0 (#6444) 2017-10-19 14:22:36 -04:00
History.markdown Update history to reflect merge of #6513 [ci skip] 2017-11-03 04:10:08 -04:00
LICENSE bump year 2017-01-02 23:14:27 +01:00
README.markdown Docs: Contacts for CoC violation (#6429) 2017-10-15 20:51:05 -04:00
Rakefile enable 'Lint/RescueWithoutErrorClass' Cop (#6482) 2017-10-28 11:24:41 -04:00
appveyor.yml test with Ruby 2.4.1-1 on AppVeyor (#6176) 2017-06-26 02:53:33 -04:00
jekyll.gemspec Add latin mode to slugify (#6509) 2017-11-02 23:07:25 -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 one of our core team members Olivia, Pat, Matt or Parker know and we will address it as soon as possible.

Diving In

License

See the LICENSE file.