Go to file
Alfred Xing 02f281eef3 Add unit and cucumber tests 2014-11-26 21:15:53 -08:00
benchmark Add benchmark for Jekyll.sanitized_path 2014-11-08 12:54:02 -08:00
bin Require plugins from Gemfile :jekyll_plugins group. 2014-11-05 18:50:38 -08:00
features Add unit and cucumber tests 2014-11-26 21:15:53 -08:00
lib Add unit and cucumber tests 2014-11-26 21:15:53 -08:00
script Only re-run the stackprof if I delete the prof output file. 2014-10-12 15:11:53 -07:00
site Refinements 2014-11-21 22:12:21 -08:00
test Add unit and cucumber tests 2014-11-26 21:15:53 -08:00
.gitignore Refinements 2014-11-21 22:12:21 -08:00
.travis.yml Add Slack build notifications. 2014-11-20 20:50:47 -08:00
CONTRIBUTING.markdown Use `https` for GitHub links. 2014-06-02 10:09:08 +03:00
Gemfile Add rbtrace and stackprof and a script/benchmark script. 2014-10-12 02:02:42 -07:00
History.markdown Update history to reflect merge of #3136 [ci skip] 2014-11-21 10:09:54 -08:00
LICENSE Update license with all years since 2008. 2014-02-17 12:17:25 -05:00
README.markdown Update README.markdown 2014-09-26 08:45:12 -06:00
Rakefile Documentation for Bundler group. 2014-11-05 21:53:48 -08:00
jekyll.gemspec Add development dependencies for Cygwin 2014-11-06 09:28:52 +00: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.