forked from monix/monix.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
91 lines (79 loc) · 2.11 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
79
80
81
82
83
84
85
86
87
88
89
90
91
# We use kramdown for TOC generation.
# See http://www.seanbuscay.com/blog/jekyll-toc-markdown for details:
markdown: kramdown
highlighter: rouge
# Setup
title: Monix
tagline: 'Asynchronous Programming for Scala & Scala.js'
description: 'Scala/Scala.js library for composing asynchronous, event-based programs.'
url: https://monix.io
baseurl: /
exclude:
["README.md", "deploy.sh", "vendor", "src", "project/", "build.sbt", "docs-raw", "_docs", "target", "scripts"]
include:
[".nojekyll"]
author:
name: 'Alexandru Nedelcu'
email: '[email protected]'
url: 'https://alexn.org'
pagination:
enabled: true
per_page: 5
permalink: "/page:num/"
title: ":title - pagina :num"
sort_reverse: true
defaults:
-
scope:
path: "_posts" # an empty string here means all files in the project
values:
permalink: "/blog/:categories/:year/:month/:day/:title.html"
layout: post
excerpt_separator: "<!--more-->"
has_comments: true
-
scope:
path: "docs" # an empty string here means all files in the project
values:
with_last_modified_at: true
-
scope:
path: "presentations" # an empty string here means all files in the project
values:
with_last_modified_at: true
code:
version1x: "1.2"
version2x: "2.3.3"
version3x: "3.4.0"
promoted:
version1x: "1.2"
version2x: "2.3.3"
version3x: "3.4.0"
api1x: /api/1.2/
api2x: /api/2.3/
api3x: /api/3.4/
apiCurrent: /api/current/
apiJava: https://docs.oracle.com/javase/8/docs/api/
docs:
current:
path: 3x
label: 3.x
deprecated_versions:
-
path: 2x
label: 2.x
github:
repo: https://github.com/monix/monix
docs: https://github.com/monix/monix.io
chat: https://gitter.im/monix/monix
# Gems
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-optional-front-matter
- jekyll-relative-links
- jekyll-last-modified-at
- jekyll-gist
sass:
sass_dir: public/css
style: :compressed