Skip to content

Issue 217: Updated content of contributing page to point to the new jquery-wp-conte... #218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 28, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@ file.
### Design

The site's layout and design is controlled by our
[`web-base-template`](http://github.com/jquery/web-base-template), a custom
[`jquery-wp-content`](http://github.com/jquery/jquery-wp-content), a custom
[WordPress](http://wordpress.org) configuration that runs (or will run in the
near future) all of the sites run by the jQuery Foundation. The [master
theme](https://github.com/jquery/web-base-template/tree/master/themes/jquery)
theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/jquery)
controls most of the layout for all of our sites, and there is a [child
theme](https://github.com/jquery/web-base-template/tree/master/themes/learn.jquery.com)
theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/learn.jquery.com)
that controls the templates and styles specific to the learn site.

[`web-base-template`](http://github.com/jquery/web-base-template) powers our sites in
[`jquery-wp-content`](http://github.com/jquery/jquery-wp-content) powers our sites in
production and staging environments, and can set up for local development relatively easily.

### Build

The static content in the `page` directory is deployed to a
[`web-base-template`](http://github.com/jquery/web-base-template) instance
[`jquery-wp-content`](http://github.com/jquery/jquery-wp-content) instance
using [grunt](http://gruntjs.com), specifically with two grunt plugins we've created:

* [grunt-jquery-content](http://github.com/jquery/grunt-jquery-content) - pre-processes content in a variety of formats (HTML, Markdown, XML) into HTML, applying syntax highlighting and some simple partial support, preparing it for processing by
Expand Down Expand Up @@ -116,8 +116,8 @@ recommend that you set up a local development environment. You'll need
### Initial Deploy

Once you've got these major pieces in place, you'll want to get WordPress and
`web-base-template` running locally by following [these
instructions](https://github.com/jquery/web-base-template/blob/master/README.md).
`jquery-wp-content` running locally by following [these
instructions](https://github.com/jquery/jquery-wp-content/blob/master/README.md).

If you're get everything working right, you should be able navigate to
[local.learn.jquery.com](http://local.learn.jquery.com) in a browser, you
Expand Down