forked from yarnpkg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
78 lines (61 loc) · 1.44 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
# Site settings
title: Yarn
description: > # this means to ignore newlines until "baseurl:"
Fast, reliable, and secure dependency management.
baseurl: ""
url: "https://yarnpkg.com"
twitter_username: yarnpkg
github_username: yarnpkg
###
# Hi there! I see you're trying to update the latest_version to whatever
# it currently is. Please don't worry about it, the team will handle it.
#
# If it appears to have fallen behind, then we have decided to hold it
# back for now, we have not forgotten about it.
#
# Thanks!
###
latest_version: 0.23.3 # Look up ^
latest_rc_version: 0.23.2
# 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
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
gems:
- 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__: []