-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy path_config.yml
151 lines (140 loc) · 3.39 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Site settings
title: webdev.dartlang.org
description: "Dart webdev is a platform for building structured web apps. It includes a language, a VM, libraries, tools, and compilers to many targets, including JavaScript."
url: https://webdev.dartlang.org
baseurl: ""
port: 4001
permalink: /:title
# Global variables
# use case:
# {{site.dartlang}}/downloads
#
dart4web: ""
# Uncomment these for ship:
dartlang: "https://www.dartlang.org"
dart_vm: "https://www.dartlang.org/dart-vm"
# dartlang: "http://localhost:4000"
# dart_vm: "http://localhost:4000/dart-vm"
# dartlang: "https://www-dartlang-org.firebaseapp.com"
# dart_vm: "https://www-dartlang-org.firebaseapp.com/dart-vm"
flutter: "https://flutter.io"
dartino: "https://dartino.org"
dart_api: "https://api.dartlang.org/stable"
flutter_api: "http://docs.flutter.io"
dartino_api: "https://dartino.github.io/api"
collections:
articles:
output: true
permalink: /articles/:path
tutorials:
output: true
permalink: /tutorials/:path
samples:
output: true
permalink: /samples/:path
guides:
output: true
permalink: /guides/:path
codelabs:
output: true
permalink: /codelabs/:path
defaults:
- scope:
path: ""
type: pages
values:
layout: default
toc: true
- scope:
path: ""
type: articles
values:
layout: article
toc: true
- scope:
path: ""
type: tutorials
values:
layout: tutorial
toc: true
- scope:
path: ""
type: samples
values:
layout: sample
toc: true
- scope:
path: ""
type: guides
values:
layout: guide
toc: true
- scope:
path: ""
type: codelabs
values:
layout: codelab
toc: true
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
safe: false
source: src
destination: publish
bundler_args: --without production
markdown: kramdown
include: ["_pages"]
exclude: ['vendor', '.asset-cache']
gems:
- jekyll-assets
- jekyll-toc
- jekyll-sitemap
assets:
compress:
css: true # default - development: false, production: true
js: true # default - development: false, production: true
cache: false # default: .asset-cache
# cdn: https://cdn.example.com
# skip_baseurl_with_cdn: false
# skip_prefix_with_cdn: false
prefix: "/assets"
assets:
- "*.png"
- "*.jpg"
- "*.eot"
- "*.ttf"
- "*.woff"
- "*.svg"
# - "bundle.css"
digest: true
sources:
- _assets/icons
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- _assets/page_assets
features:
liquid: true # default: false
automatic_img_size: true # default: true
automatic_img_alt : true # default: true