Go to file
ashmaroli 017f032b4c Do not hardcode locale unless certainly necessary (#6791)
Merge pull request 6791
2018-02-25 06:09:44 -05:00
.github Fix typos (#6764) 2018-02-10 21:58:13 -05:00
benchmark Replace simple regex with equivalent Ruby methods (#6736) 2018-02-20 09:36:34 -05:00
docs fix broken link in maintainer blog post 2018-02-20 20:03:58 +01:00
exe Enforce Style/FrozenStringLiteralComment. (#6265) 2017-08-03 21:27:32 -04:00
features Fix theme gem feature (#6784) 2018-02-18 10:47:31 -05:00
lib Do not hardcode locale unless certainly necessary (#6791) 2018-02-25 06:09:44 -05:00
rake Update version in `config.yml` via YAML load / dump (#6677) 2018-01-06 11:10:31 -05:00
rubocop Write a Rubocop Cop to ensure no `#p` or `#puts` calls get committed to master. (#6615) 2018-01-20 17:04:52 -05:00
script Update fmt (#6514) 2017-11-04 10:50:30 -04:00
test Excerpt relative-path should match its path (#6597) 2018-02-20 10:58:50 -05:00
.codeclimate.yml codeclimate: exclude livereload.js (#6776) 2018-02-15 06:05:27 -05: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 Write a Rubocop Cop to ensure no `#p` or `#puts` calls get committed to master. (#6615) 2018-01-20 17:04:52 -05:00
.travis.yml CI: Test against Ruby 2.5.0 (#6664) 2018-01-05 09:27:08 -05:00
CODE_OF_CONDUCT.markdown Rename CODE_OF_CONDUCT to show in banner (#6325) 2017-08-19 07:19:59 -04:00
Gemfile Remove redgreen gem as reflect of #204, 093a5ef (#6720) 2018-01-25 10:42:50 -05:00
History.markdown Update history to reflect merge of #6597 [ci skip] 2018-02-20 10:58:52 -05:00
LICENSE Update license year 2018-01-01 00:59:11 +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 against Ruby 2.5 on AppVeyor (#6668) 2018-02-14 08:13:57 -05:00
jekyll.gemspec Write a Rubocop Cop to ensure no `#p` or `#puts` calls get committed to master. (#6615) 2018-01-20 17:04:52 -05: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.