Go to file
Stephen Crosby 245d9677d7 Refine hook implementation
- hooks are registered to symbol owners rather than classes directly
- during registration, add the ability to specify owner as an array to
  register the same hook to multiple owners
- add optional priority during registration as a symbol (:low, :normal,
  :high)
- implement hooks for collections as they are in octopress-hooks, aside
  from post_init
2015-05-01 19:00:37 -07:00
benchmark Add benchmark for end_with? vs regexp 2015-02-25 11:57:49 -08:00
bin bin/jekyll: with no args, exit with exit code 1 2015-03-25 19:03:14 -07:00
features Refine hook implementation 2015-05-01 19:00:37 -07:00
lib Refine hook implementation 2015-05-01 19:00:37 -07:00
script added the --profile flag to make use of the minitest-profile tool 2015-03-30 17:53:40 +02:00
site Refine hook implementation 2015-05-01 19:00:37 -07:00
test remove non-essential with() statement 2015-04-18 23:36:12 -07:00
.gitignore DRY up the StaticFile tests a bit. #3633. 2015-04-10 16:24:45 -04:00
.travis.yml Fix bad tabbing. 2015-01-14 05:45:49 -06:00
CONTRIBUTING.markdown Point to the right path for the docs folder. 2015-03-20 10:14:59 -05:00
Gemfile Merge pull request #3658 from jekyll/fix-jekyll-minitest-rspec-mocks 2015-04-14 15:15:02 -05:00
History.markdown Update history to reflect merge of #3683 [ci skip] 2015-05-01 09:31:14 -07:00
LICENSE Update LICENSE to 2015. 2015-02-17 22:17:25 +01:00
README.markdown Removed inconsistency with period 2015-04-04 14:08:28 -07:00
Rakefile Release jekyllrb.com as a locally-compiled site. 2015-02-07 22:09:43 -08:00
circle.yml Don't duplicate work. 2015-02-07 23:52:00 -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.