Go to file
Parker Moore f66862c508 Install rake if the lib isn't there; upgrade to cucumber 1.3.18 2014-12-29 18:40:53 -05: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 Install rake if the lib isn't there; upgrade to cucumber 1.3.18 2014-12-29 18:40:53 -05:00
lib Merge pull request #3240 from jekyll/snake_case 2014-12-28 23:36:08 -05:00
script Install rake if the lib isn't there; upgrade to cucumber 1.3.18 2014-12-29 18:40:53 -05:00
site Separate jekyll-docs out into a separate gem & bless it 2014-12-28 14:37:02 -05:00
test Fix test use of Site#getConverterImpl. 2014-12-28 14:14:24 -05:00
.gitignore Refinements 2014-11-21 22:12:21 -08: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 #3240 [ci skip] 2014-12-28 23:36:37 -05: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 Compress SCSS when pushing to jekyllrb.com. 2014-11-26 11:32:09 -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.