forked from semver/semver.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (49 loc) · 974 Bytes
/
_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
title: Semantic Versioning
descriptions: A simple set of rules and requirements that dictate how version numbers are assigned and incremented
# Should be in the form of
# <machine readable key>: <human readable label>
languages:
en: english
fr: français
ru: pyccкий
es: español
it: italiano
id: indonesia
pt-BR: português brasileiro
zh-TW: 繁體中文
zh-CN: 简体中文
ko: 한국어
sk: slovensky
sl: slovenščina
ar: العربية
ja: 日本語
tr: Türkçe
cs: česky
de: deutsch
sv: svenska
pl: polski
fa: فارسی
he: עברית
ka: ქართული
hr: hrvatski
ca: català
hu: magyar
versions:
- 2.0.0
- 2.0.0-rc.2
- 2.0.0-rc.1
- 1.0.0
- 1.0.0-beta
current_version: 2.0.0
# Default author, for when none is set
author: Tom Preston-Werner
gems:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
defaults:
-
scope:
path: ""
values:
layout: "default"