Go to file
Pat Hawks c6b890698c Add configuration for first-timers bot (#6431)
Merge pull request 6431
2017-10-17 20:36:16 -04:00
.github Add configuration for first-timers bot (#6431) 2017-10-17 20:36:16 -04:00
benchmark Use a Schwartzian transform with custom sorting (#6342) 2017-09-02 10:38:07 -04:00
docs Added github-cards to the list of plugins (#6425) 2017-10-12 03:51:52 -04:00
exe Enforce Style/FrozenStringLiteralComment. (#6265) 2017-08-03 21:27:32 -04:00
features Upgrade to Cucumber 3.0 (#6395) 2017-09-29 03:39:19 -04:00
lib Scope path glob (#6268) 2017-10-09 06:52:19 -04:00
rake Link to Support (#6415) 2017-10-08 09:50:09 -04:00
script Upgrade to Cucumber 3.0 (#6395) 2017-09-29 03:39:19 -04:00
test Scope path glob (#6268) 2017-10-09 06:52:19 -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 Upgrade to Cucumber 3.0 (#6395) 2017-09-29 03:39:19 -04:00
History.markdown Update history to reflect merge of #6339 [ci skip] 2017-10-17 17:14:05 -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 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 Rouge (#6381) 2017-09-23 16:11:17 -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.