Go to file
Parker Moore 0bf82e9cf7 Merge pull request #3258 from omegahm/symlink-local-tmp 2015-01-10 00:12:06 -08:00
benchmark Add benchmark for Jekyll.sanitized_path 2014-11-08 12:54:02 -08:00
bin Print an error message in bin/jekyll with no arguments 2014-12-28 14:37:14 -05:00
features Merge pull request #3234 from jekyll/ruby-2-2 2014-12-29 20:49:04 -05:00
lib Add support for Windows line feeds too. 2015-01-09 23:55:47 -08:00
script Merge pull request #3258 from omegahm/symlink-local-tmp 2015-01-10 00:12:06 -08:00
site Merge pull request #3271 from maban/patch-1 2015-01-10 00:04:16 -08:00
test Merge pull request #3258 from omegahm/symlink-local-tmp 2015-01-10 00:12:06 -08:00
.gitignore Add local tmp folder 2015-01-05 09:28:54 +01:00
.travis.yml Add Ruby 2.2 to Travis build matrix. 2014-12-28 23:40:32 -05:00
CONTRIBUTING.markdown Use `https` for GitHub links. 2014-06-02 10:09:08 +03:00
Gemfile Install rake if the lib isn't there; upgrade to cucumber 1.3.18 2014-12-29 18:40:53 -05:00
History.markdown Update history to reflect merge of #3279 [ci skip] 2015-01-10 00:09:18 -08:00
LICENSE Update LICENSE 2015-01-03 11:59:24 +01:00
README.markdown Switch to shields.io for the README badges. 2015-01-04 13:13:16 +02:00
Rakefile Use FileList instead of Dir.glob 2015-01-04 20:46:43 -08:00
jekyll.gemspec Put the development dependencies in the Gemfile directly. 2014-12-26 22:37:56 -05:00

README.markdown

Jekyll

Gem Version Build Status Code Climate Dependency Status Security

By Tom Preston-Werner, Nick Quaranto, Parker Moore, and many awesome contributors!

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.

Getting Started

Diving In

License

See LICENSE.