forked from flutter/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (40 loc) · 1.42 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
# Site settings
title: Flutter
email: [email protected]
email_name: flutter-dev@
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://flutter.io
port: 4002
github_username: flutter
# Build settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
exclude: [example, packages, tool, Gemfile*]
plugins:
- jekyll-redirect-from
## Site-wide shorthands
alert:
tip: >-
<aside class="alert alert-success" role="alert" markdown="1">
<i class="fa fa-lightbulb-o"></i> **Tip:**
note: >-
<aside class="alert alert-info" role="alert" markdown="1">
<i class="fa fa-info-circle"></i> **Note:**
important: >-
<aside class="alert alert-warning" role="alert">
<i class="fa fa-warning"></i> **Important:**
warning: >-
<aside class="alert alert-danger" role="alert">
<i class="fa fa-exclamation-circle"></i> **Warning:**
end: </aside>
# callout_danger: '<div class="bs-callout bs-callout-danger">'
# callout_default: '<div class="bs-callout bs-callout-default">'
# callout_primary: '<div class="bs-callout bs-callout-primary">'
# callout_success: '<div class="bs-callout bs-callout-success">'
# callout_info: '<div class="bs-callout bs-callout-info">'
# callout_warning: '<div class="bs-callout bs-callout-warning">'
# hr_faded: '<hr class="faded"/>'
# hr_shaded: '<hr class="shaded"/>'
codelab-code-url: https://raw.githubusercontent.com/chalin/flutter-codelabs/master