From 13245354b2f367521962edcaf00761512a14b466 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sat, 25 Apr 2009 17:22:01 -0700 Subject: [PATCH] update readme for new workflow --- README.textile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 5e04f316..73f09ce5 100644 --- a/README.textile +++ b/README.textile @@ -1,5 +1,9 @@ h1. Jekyll +By Tom Preston-Werner, Nick Quaranto, and many awesome contributors! + +h2. Description + 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 @@ -517,7 +521,7 @@ your changes merged back into core is as follows: # Do not change the version number, I will do that on my end # If necessary, rebase your commits into logical chunks, without errors # Push the branch up to GitHub -# Send me (mojombo) a pull request for your branch +# Create an issue on mojombo/grit with a description and link to your branch h2. License