Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: src/site/_config.yml

Issue 1319523005: Embed DartPad in the top part of homepage (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: remove 2nd dartpad Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/site/css/dart-style.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 highlighter: null 7 highlighter: null
8 url: https://www.dartlang.org 8 url: https://www.dartlang.org
9 custom: 9 custom:
10 dartpad: 10 dartpad:
11 embed-prefix: "https://dartpad.dartlang.org/embed-dart.html" 11 embed-dart-prefix: "https://dartpad.dartlang.org/embed-dart.html"
12 embed-html-prefix: "https://dartpad.dartlang.org/embed-html.html" 12 embed-html-prefix: "https://dartpad.dartlang.org/embed-html.html"
13 embed-inline-prefix: "https://dartpad.dartlang.org/embed-inline.html" 13 embed-inline-prefix: "https://dartpad.dartlang.org/embed-inline.html"
14 downloads: 14 downloads:
15 dartarchive-be-url-prefix: "https://storage.googleapis.com/dart-archive/chan nels/be/raw" 15 dartarchive-be-url-prefix: "https://storage.googleapis.com/dart-archive/chan nels/be/raw"
16 dartarchive-dev-url-prefix: "https://storage.googleapis.com/dart-archive/cha nnels/dev/release" 16 dartarchive-dev-url-prefix: "https://storage.googleapis.com/dart-archive/cha nnels/dev/release"
17 dartarchive-stable-url-prefix: "https://storage.googleapis.com/dart-archive/ channels/stable/release" 17 dartarchive-stable-url-prefix: "https://storage.googleapis.com/dart-archive/ channels/stable/release"
18 binaries: 18 binaries:
19 - os: windows 19 - os: windows
20 name: Windows 20 name: Windows
21 ext: zip 21 ext: zip
22 editor-ext: zip 22 editor-ext: zip
23 - os: macos 23 - os: macos
24 name: Mac 24 name: Mac
25 ext: zip 25 ext: zip
26 editor-ext: zip 26 editor-ext: zip
27 - os: linux 27 - os: linux
28 name: Linux 28 name: Linux
29 ext: zip 29 ext: zip
30 editor-ext: zip 30 editor-ext: zip
31 kramdown: 31 kramdown:
32 toc_levels: "2,3,4" 32 toc_levels: "2,3,4"
33 asset_bundler: 33 asset_bundler:
34 compress: 34 compress:
35 js: yui 35 js: yui
36 css: yui 36 css: yui
37 gems: 37 gems:
38 - jekyll-sitemap 38 - jekyll-sitemap
OLDNEW
« no previous file with comments | « no previous file | src/site/css/dart-style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698