Go to file
Nate Berkopec 559cd6c7e7 Future should be set to false in the default config 2015-08-16 13:11:08 -04:00
benchmark Add benchmark for end_with? vs regexp 2015-02-25 11:57:49 -08:00
bin Liquid profiler 2015-06-07 16:38:05 +00:00
features Future should be set to false in the default config 2015-08-16 13:11:08 -04:00
lib Future should be set to false in the default config 2015-08-16 13:11:08 -04:00
script Updated the scripts shebang for portability 2015-07-18 22:23:56 -04:00
site Future should be set to false in the default config 2015-08-16 13:11:08 -04:00
test typofix in test/test_regenerator.rb 2015-08-08 21:28:36 +01:00
.gitignore DRY up the StaticFile tests a bit. #3633. 2015-04-10 16:24:45 -04:00
.jrubyrc Add support for JRuby, it was easier than assumed. 2015-05-15 07:10:22 -05:00
.travis.yml Update to JRuby 9K 2015-07-24 23:43:55 -05:00
CONTRIBUTING.markdown update contributing documentation to reflect workflow updates 2015-08-05 14:30:35 -07:00
Gemfile Try to organize dependencies into dev and test groups. 2015-07-16 16:31:30 -05:00
History.markdown Update history.markdown to reflect the merger of #3897. 2015-08-08 17:39:26 -05:00
LICENSE Update LICENSE to 2015. 2015-02-17 22:17:25 +01:00
README.markdown Jekyll Talk instead of plain URL + "official" 2015-05-12 14:24:40 +02:00
Rakefile Release jekyllrb.com as a locally-compiled site. 2015-02-07 22:09:43 -08:00
jekyll.gemspec Move previous runtime dependencies to development dependencies. 2015-01-31 13:53:17 -08: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.