| OLD | NEW |
| 1 safe: false | 1 safe: false |
| 2 port: 8081 | 2 port: 8081 |
| 3 source: . | 3 source: . |
| 4 destination: ../../build/static | 4 destination: ../../build/static |
| 5 markdown: kramdown | 5 markdown: kramdown |
| 6 permalink: /news/:year/:month/:day/:title.html | 6 permalink: /news/:year/:month/:day/:title.html |
| 7 pygments: false | 7 pygments: false |
| 8 custom: | 8 custom: |
| 9 downloads: | 9 downloads: |
| 10 dartarchive-be-url-prefix: "http://storage.googleapis.com/dart-archive/chann
els/be/raw" | 10 dartarchive-be-url-prefix: "http://storage.googleapis.com/dart-archive/chann
els/be/raw" |
| 11 dartarchive-dev-url-prefix: "http://storage.googleapis.com/dart-archive/chan
nels/dev/release" | 11 dartarchive-dev-url-prefix: "http://storage.googleapis.com/dart-archive/chan
nels/dev/release" |
| 12 dartarchive-stable-url-prefix: "http://storage.googleapis.com/dart-archive/c
hannels/stable/release" | 12 dartarchive-stable-url-prefix: "http://storage.googleapis.com/dart-archive/c
hannels/stable/release" |
| 13 binaries: | 13 binaries: |
| 14 - os: windows | 14 - os: windows |
| 15 name: Windows | 15 name: Windows |
| 16 ext: zip | 16 ext: zip |
| 17 editor-ext: zip | 17 editor-ext: zip |
| 18 - os: macos | 18 - os: macos |
| 19 name: Mac | 19 name: Mac |
| 20 ext: zip | 20 ext: zip |
| 21 editor-ext: zip | 21 editor-ext: zip |
| 22 - os: linux | 22 - os: linux |
| 23 name: Linux | 23 name: Linux |
| 24 ext: zip | 24 ext: zip |
| 25 editor-ext: zip | 25 editor-ext: zip |
| 26 kramdown: | 26 kramdown: |
| 27 toc_levels: "2,3" | 27 toc_levels: "2,3,4" |
| OLD | NEW |