Go to file
Frank Taillandier a37bde52b3 Dependency: Bump jekyll-watch to 2.0 (#6589)
Merge pull request 6589
2017-12-02 18:51:07 -06: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 use version-badge on an existing feature intro (#6575) 2017-11-24 07:19:08 -05: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 Merge pull request #6552 from ashmaroli/version-patch 2017-12-02 14:55:27 -05: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 PageWithoutAFile class from jekyll plugins (#6556) 2017-11-30 12:16:35 -06: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 enable `Style/UnneededCapitalW` cop (#6526) 2017-11-06 07:35:43 -05:00
.travis.yml Bump JRuby version in Travis config (#6561) 2017-11-15 14:25:16 -05:00
CODE_OF_CONDUCT.markdown Rename CODE_OF_CONDUCT to show in banner (#6325) 2017-08-19 07:19:59 -04:00
Gemfile Bump yajl-ruby (#6582) 2017-11-29 03:37:07 -05:00
History.markdown Update history to reflect merge of #6556 [ci skip] 2017-11-30 12:16:37 -06: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 Dependency: Bump jekyll-watch to 2.0 (#6589) 2017-12-02 18:51:07 -06: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.