Skip to content

Commit 3511590

Browse files
committed
Updated content of contributing page to point to the new jquery-wp-content repo from the old web-base-template repo, fixes jquery#217
1 parent 83a8bca commit 3511590

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ file.
6060
### Design
6161

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

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

7474
### Build
7575

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

8080
* [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
@@ -116,8 +116,8 @@ recommend that you set up a local development environment. You'll need
116116
### Initial Deploy
117117

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

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

0 commit comments

Comments
 (0)