You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Site settings
- title: Yarn
- description: > # this means to ignore newlines until "baseurl:"
- Fast, reliable, and secure dependency management.
- baseurl: ""
- url: "https://classic.yarnpkg.com"
- twitter_username: yarnpkg
- github_username: yarnpkg
-
- latest_version: 1.22.19
- latest_rc_version: 1.22.19
-
- # Whether to show the RC version on the site. Set this to false if the latest
- # stable version is newer than the RC (ie. if an RC has not been released since
- # the most recent stable version).
- show_rc: false
-
- # The versions of node that Yarn supports
- # This is visible on the install page
- node_support: ^4.8.0 || ^5.7.0 || ^6.2.2 || >=8.0.0
-
- gacode: "UA-85522875-1"
-
- exclude:
- - README.md
- - crowdin.yaml
- - Gemfile
- - Gemfile.lock
- - Makefile
- - _sass/bootstrap
- - .sass-cache
- - node_modules
- - js/src
-
- include:
- - _redirects
- - install.sh
-
- plugins:
- - jekyll-redirect-from
- - jekyll-paginate
-
- # Build settings
- markdown: kramdown
- kramdown:
- input: GFM
- syntax_highlighter: rouge
-
- syntax_highlighter_opts:
- css_class: 'rougeHighlight'
- span:
- line_numbers: false
- block:
- line_numbers: false
- start_line: 1
-
- sass:
- style: compressed
-
- redcarpet:
- extensions: [with_toc_data]
-
- # Blog Settings
- permalink: /blog/:year/:month/:day/:title/
- paginate: 1
-
-
-
-
-
-
- # ignore me
- __empty_array__: []
|