Skip to content

Commit 09bb584

Browse files
committed
README: Cleanup
1 parent adddd5d commit 09bb584

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# The jQuery Learning Site
22

3-
* Primary Domain: [http://learn.jquery.com](http://learn.jquery.com)
4-
* Staging Domain: [http://stage.learn.jquery.com](http://stage.learn.jquery.com)
5-
63
## About
74

85
The goal of this site is twofold:
@@ -17,6 +14,7 @@ Much of the initial content - and spirit - comes from [jQuery Fundamentals](http
1714

1815
This site's core content consists of [Markdown](http://daringfireball.net/projects/markdown/) files. The template that controls the site's appearance is a [child theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/learn.jquery.com) of [jquery-wp-content](https://github.com/jquery/jquery-wp-content), and any issues with the presentation should be directed to [that repository](https://github.com/jquery/jquery-wp-content).
1916

17+
2018
### Site Organization
2119

2220
All of the content lives inside of the subdirectories of the `page` directory. Each of these subdirectories is considered a **chapter**, and contains one or more **articles**, and there is also a top level file that corresponds to each chapter, which contains the chapter's human-readable title and an overview, which will appear on the chapter's landing page.
@@ -37,14 +35,10 @@ Each of the articles on the site has some JSON "Front Matter" that contains meta
3735
`"level": "advanced"`
3836

3937

40-
## Building & Working Locally
38+
## Building and Deploying
4139

42-
As this site is part of the jQuery network of sites, its presentation is controlled by [jquery-wp-content](https://github.com/jquery/jquery-wp-content). To preview the site locally, first follow the [instructions there](https://github.com/jquery/jquery-wp-content) to set up a local version of the jQuery WordPress network. Then, clone this repo and run the following steps (node.js required).
40+
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
4341

44-
1. `npm install`
45-
2. `cp config-sample.json config.json`
46-
3. Edit config.json to use the username and password for your local WordPress network
47-
4. `grunt`
4842

4943
## How Can I Help?
5044

0 commit comments

Comments
 (0)