Skip to content
forked from jekyll/jekyll

Jekyll is a blog-aware, static site generator in Ruby, and this is yet another fork to change the way post generation works

License

Notifications You must be signed in to change notification settings

belkadan/jekyll

 
 

Repository files navigation

Jekyll

By Tom Preston-Werner, Nick Quaranto, and many awesome contributors! Forked by Jordy Rose.

Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

If you’ve stumbled upon this page from outside, you probably want the source repository.

This fork

The main purpose of this fork is to add a dependency-based form of incremental generation, to avoid regenerating pages that haven’t changed. Other changes, even some rather drastic ones, are realized as plug-ins in the Shadowbox theme, which should work with any vanilla Jekyll installation, and with other themes (possibly with some slight modifications).

About

Jekyll is a blog-aware, static site generator in Ruby, and this is yet another fork to change the way post generation works

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.4%
  • Perl 0.6%