forked from dart-lang/site-www
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
114 lines (102 loc) · 3.12 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Site settings
title: Dart
description: Dart is a platform for building structured apps. It includes a language, a VM, libraries, tools, and compilers to many targets, including JavaScript.
url: https://www.dartlang.org
dev-url: https://dartlang-org-dev.firebaseapp.com
repo:
this: https://github.com/dart-lang/site-www
shared: &repo-shared https://github.com/dart-lang/site-shared
branch: master
port: 4000
# Global variables
# use case:
# {{site.webdev}}/downloads
www: https://dart.dev
prev-url: https://v1-dartlang-org.firebaseapp.com
webdev: https://webdev.dartlang.org
angulardart: https://webdev.dartlang.org/angular
dev-webdev: https://webdev-dartlang-org-dev.firebaseapp.com
dart_vm: /server
flutter: https://flutter.dev
dart_api: https://api.dart.dev
flutter_api: https://api.flutter.dev
pub: https://pub.dev
pub-api: https://pub.dev/documentation
pub-pkg: https://pub.dev/packages
lints: https://dart-lang.github.io/linter/lints
dartpad: https://dartpad.dartlang.org
dartpadx: https://dartpad.dartlang.org/experimental/embed-new.html
news: https://news.dartlang.org
group: https://groups.google.com/a/dartlang.org
show_banner: true
collections:
articles:
output: true
permalink: /articles/:path
tutorials:
output: true
permalink: /tutorials/:path
guides:
output: true
permalink: /guides/:path
defaults:
- scope:
path: ''
# type: pages
values:
layout: default
toc: true
- scope:
path: ''
type: tutorials
values:
layout: tutorial
- scope:
path: tools/sdk
values:
repo: *repo-shared
custom:
dartpad:
embed-dart-prefix: https://dartpad.dartlang.org/embed-dart.html
embed-html-prefix: https://dartpad.dartlang.org/embed-html.html
embed-inline-prefix: https://dartpad.dartlang.org/embed-inline.html
direct-link: https://dartpad.dartlang.org
downloads:
dartarchive-be-url-prefix: https://storage.googleapis.com/dart-archive/channels/be/raw
dartarchive-dev-url-prefix: https://storage.googleapis.com/dart-archive/channels/dev/release
dartarchive-stable-url-prefix: https://storage.googleapis.com/dart-archive/channels/stable/release
binaries:
- os: windows
name: Windows
ext: zip
editor-ext: zip
- os: macos
name: Mac
ext: zip
editor-ext: zip
- os: linux
name: Linux
ext: zip
editor-ext: zip
# Build settings
assets:
source_maps: false
sources:
- _shared/_assets
- _shared/_assets/css
future: true # In support of https://github.com/dart-lang/site-www/issues/1111
# bundler_args: --without production
exclude: [diagrams]
plugins: [jekyll-toc]
source: src
# `symlinked-sources` can refer to individual files or directories
# under `src` that are symlinked to somewhere outside `src`, or it can
# refer to the root folder of the symlinked content (like `site-shared/src`):
symlinked-sources: [site-shared/src]
# Increment this global og:image URL version number (used as a query parameter)
# when you update any og:image file. (Also increment the corresponding number
# in the `firebase.json` redirect rule.)
og_image_vers: "?2"
toc:
min_level: 2
max_level: 3