Go to file
jekyllbot c2b240e9b5 Update history to reflect merge of #5760 [ci skip] 2017-07-18 08:06:07 -04:00
.github run `jekyll doctor` to check the config (#6169) 2017-06-24 12:31:58 -04:00
benchmark Switch to `https` when possible. 2016-11-29 23:39:23 +02:00
docs Release 💎 3.5.1 2017-07-17 13:14:00 -04:00
exe Specify version constraint in subcommand error message. (#5974) 2017-03-31 01:30:59 -04:00
features Bump Rubocop to 0.49.1 (#6093) 2017-06-15 08:29:35 -04:00
lib Add URL checks to Doctor (#5760) 2017-07-18 08:06:05 -04:00
rake Compress Website Sass output (#6009) 2017-04-25 11:40:13 -04:00
script Make stackprof a ruby script [ci skip] 2017-03-31 00:50:00 -04:00
test Ignore final newline in folded YAML string (#6054) 2017-07-18 03:29:33 -04:00
.codeclimate.yml update excluded paths 2017-01-20 09:59:06 +01: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 0.49.1 (#6093) 2017-06-15 08:29:35 -04:00
.travis.yml Allow you to specify the rouge version via an environemnt variable for testing (#6138) 2017-06-15 08:29:02 -04:00
CONDUCT.markdown better file copying 2016-02-27 14:07:35 -05:00
Gemfile set minimum requirement for jekyll-feed (#6184) 2017-06-26 19:51:09 -04:00
History.markdown Update history to reflect merge of #5760 [ci skip] 2017-07-18 08:06:07 -04:00
LICENSE bump year 2017-01-02 23:14:27 +01:00
README.markdown Update reference to trouble with OS X/macOS (#6139) 2017-06-19 07:52:58 -04:00
Rakefile Bump Rubocop to v0.48 (#5997) 2017-04-09 07:24:45 -04:00
appveyor.yml test with Ruby 2.4.1-1 on AppVeyor (#6176) 2017-06-26 02:53:33 -04:00
jekyll.gemspec Allow you to specify the rouge version via an environemnt variable for testing (#6138) 2017-06-15 08:29:02 -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.

Having trouble with OS X/macOS?

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 a maintainer (@parkr, @envygeeks, @mattr-, or @alfredxing) know and we will address it as soon as possible.

Diving In

License

See the LICENSE file.