Go to file
Parker Moore 63792ad322 Always do a full rebuild. 2015-01-31 12:46:52 -08:00
benchmark Fix weird spacing 2015-01-15 22:04:00 +01:00
bin Print an error message in bin/jekyll with no arguments 2014-12-28 14:37:14 -05:00
features Merge pull request #3319 from jekyll/split-off-textile 2015-01-17 17:08:15 -08:00
lib Merge branch 'jekyll-gjtorikian-patch-1' 2015-01-31 00:12:33 -08:00
script Always do a full rebuild. 2015-01-31 12:46:52 -08:00
site Remove extra spaces 2015-01-31 12:27:28 -05:00
test Merge branch 'jekyll-gjtorikian-patch-1' 2015-01-31 00:12:33 -08:00
.gitignore Merge branch 'majioa-devel' 2015-01-17 15:01:20 -08:00
.travis.yml Fix bad tabbing. 2015-01-14 05:45:49 -06:00
CONTRIBUTING.markdown Fix weird spacing 2015-01-15 22:04:00 +01:00
Gemfile Remove direct baked-in support for Textile. 2015-01-17 16:51:28 -08:00
History.markdown Update history to reflect merge of #3388 [ci skip] 2015-01-31 11:26:43 -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 Only write the latest_version.txt file if it's non-beta/alpha/rc. 2015-01-25 19:10:28 -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.