forked from superruzafa/visual-scala-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (56 loc) · 996 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
56
57
58
59
title: Visual Scala Reference
url: https://superruzafa.github.io
baseurl: /visual-scala-reference
destination: ./_site/visual-scala-reference
host: 0.0.0.0
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
theme: minima
exclude:
- Dockerfile
- docker-compose.yml
- docker-compose.override.yml
keep_files:
- images
collections:
en:
output: true
permalink: /:title
es:
output: true
permalink: /:collection/:title
ja:
output: true
permalink: /:collection/:title
defaults:
- scope:
path: ""
values:
home: ""
lang: en
- scope:
path: ""
type: es
values:
home: "/es"
lang: es
- scope:
path: ""
type: ja
values:
home: "/ja"
lang: ja
- scope:
path: "_en/functions"
values:
layout: function
- scope:
path: "_es/functions"
values:
layout: function
- scope:
path: "_ja/functions"
values:
layout: function