Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
recurser committed Dec 8, 2010
1 parent 2c55c2b commit fe73230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ More information on the Jekyll plugin architecture is available from the "Jekyll

h1. generate_projects.rb

A generator that creates project pages for Jekyll sites from github repositories.
A generator that creates project pages for Jekyll sites from git repositories.

This was inspired by the project pages on GitHub, which use the project _README_ file as the index page. It takes git repositories, and automatically builds project pages for them using the _README_ file, along with downloadable zipped copies of the projects themselves (for example, the project page for this "plugin repository":http://recursive-design.com/projects/jekyll-plugins/ is auto-generated with this plugin).

Expand All @@ -40,7 +40,7 @@ published: true

h2. How it works

When you compile your Jekyll site, the plugin will download the git repository of each project in your <em>_projects</em> folder, create an index page from the _README_ file (using the specified layout), and create a downloadable _.zip_ file of the project. The goal is to automate the construction of online project pages, keep them in sync with README documentation, and provide an up-to-date zip archive for download.
When you compile your Jekyll site, the plugin will download the git repository of each project in your <em>_projects</em> folder, create an index page from the _README_ file (using the specified layout), and create a downloadable _.zip_ file of the project. The goal is to automate the construction of online project pages, keep them in sync with _README_ documentation, and provide an up-to-date zip archive for download.

h2. Required files

Expand Down
2 changes: 1 addition & 1 deletion generate_projects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Copyright (c) 2010 Dave Perrett, http://recursive-design.com/
# Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
#
# Generator that creates project pages for jekyll sites from github repositories.
# Generator that creates project pages for jekyll sites from git repositories.
#
# This was inspired by the project pages on GitHub, which use the project README file as the index
# page. It takes git repositories, and automatically builds project pages for them using the README
Expand Down

0 comments on commit fe73230

Please sign in to comment.