1 Star 0 Fork 0

iFlyCai / site-www

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
_config.yml 3.81 KB
一键复制 编辑 原始数据 按行查看 历史
Kathy Walrath 提交于 2020-07-01 14:46 . New banner (#2508)
# 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://dart.dev
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.flutter}}/docs
www: https://dart.dev
prev-url: https://v1-dartlang-org.firebaseapp.com
angulardart: https://angulardart.dev
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.dev
dartpad-embed: https://dartpad.dev/embed-dart.html
dartpad-embed-html: https://dartpad.dev/embed-html.html
dartpad-embed-inline: https://dartpad.dev/embed-inline.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
custom:
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
exclude: [diagrams]
future: true # In support of https://github.com/dart-lang/site-www/issues/1111
plugins: [jekyll-toc]
source: src
strict_front_matter: true
# `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
## Site-wide shorthands
os-list: [Windows, macOS, Linux]
alert:
important: >-
<aside class="alert alert-warning" role="alert" markdown="1">
<i class="fas fa-exclamation-circle"></i> **Important:**
info: >-
<aside class="alert alert-info" role="alert" markdown="1">
<i class="fas fa-info-circle"></i>
note: >-
<aside class="alert alert-info" role="alert" markdown="1">
<i class="fas fa-info-circle"></i> **Note:**
version-note: >-
<aside class="alert alert-info" role="alert" markdown="1">
<i class="fas fa-code-branch"></i> **Version note:**
secondary: >-
<aside class="alert alert-secondary" role="alert" markdown="1">
tip: >-
<aside class="alert alert-success" role="alert" markdown="1">
<i class="far fa-lightbulb"></i> **Tip:**
warn: >-
<aside class="alert alert-warning" role="alert" markdown="1">
<i class="fas fa-exclamation-triangle"></i>
warning: >-
<aside class="alert alert-warning" role="alert" markdown="1">
<i class="fas fa-exclamation-triangle"></i> **Warning:**
end: </aside>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangchengcaigit_ifly_admin/site-www.git
git@gitee.com:zhangchengcaigit_ifly_admin/site-www.git
zhangchengcaigit_ifly_admin
site-www
site-www
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891