OLD | NEW |
---|---|
1 The dartlang.org site. Built with Jekyll (https://github.com/mojombo/jekyll) | 1 The dartlang.org site. Built with Jekyll (https://github.com/mojombo/jekyll) |
2 and hosted on App Engine. | 2 and hosted on App Engine. |
3 | 3 |
4 File issues and bugs here: http://dartbug.com/new | 4 File issues and bugs here: http://dartbug.com/new |
5 | 5 |
6 Fork and submit patches here: https://github.com/dart-lang/dartlang.org | 6 Fork and submit patches here: https://github.com/dart-lang/dartlang.org |
7 | 7 |
8 ORIENTATION | 8 ORIENTATION |
9 | 9 |
10 * ./src | 10 * ./src |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
49 * Edit, create docs as normal. | 49 * Edit, create docs as normal. |
50 | 50 |
51 DEPLOYMENT | 51 DEPLOYMENT |
52 | 52 |
53 * run 'make clean && make deploy' | 53 * run 'make clean && make deploy' |
54 * this builds the site and places everything into 'build' | 54 * this builds the site and places everything into 'build' |
55 * this command also uses the current branch for the app engine version name | 55 * this command also uses the current branch for the app engine version name |
56 * this command will then deploy the site | 56 * this command will then deploy the site |
57 * You will probably need to grab a unique password from your Google Account sett ings. | 57 * You will probably need to grab a unique password from your Google Account sett ings. |
58 * Save this into the App Engine Launcher during the first deployment. | 58 * Save this into the App Engine Launcher during the first deployment. |
59 | |
60 REGENERATING DARTISANS PLAYLISTS | |
61 | |
62 Did you just run a Dartisans? Good for you! Here's what you need to do: | |
63 | |
64 1. Ensure the episode is added to the Dartisans playlist, owned by | |
Kathy Walrath
2012/12/13 21:34:37
Maybe add a step for fixing up the description (if
sethladd
2012/12/14 05:28:03
Done.
| |
65 Google Developers channel. | |
66 1. Sort the playlist by date. | |
67 1. Ensure your episode explicitly sets a Recorded On date. | |
68 1. Format your episode's title like this: "Dartisans ep. XX: Subtitle" | |
Kathy Walrath
2012/12/13 21:34:37
Subtitle -> Subtitle Here
(a hint to use title ca
sethladd
2012/12/14 05:28:03
Done.
| |
69 1. Pick a great image thumbnail. | |
70 1. Now run `make dartisansplaylist` | |
71 1. Test it, commit, and go! | |
OLD | NEW |