forked from yarnpkg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
73 lines (55 loc) · 1.29 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
# 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__: []