-
Notifications
You must be signed in to change notification settings - Fork 146
/
_config.yml
71 lines (61 loc) · 1.51 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
### GENERAL SETTINGS ###
# Plugins
plugins: [jekyll-paginate, jekyll-assets, sass, execjs, uglifier]
# Site settings
title: Scala.js
description: "Harness the Scala and JavaScript ecosystems to develop robust apps for browsers, serverless, and Node.js."
analytics: #Google analytics code in the format XX-nnnnnnnn-n
# baseurl: ""
baseurl: ""
url: "https://www.scala-js.org"
production_url: "https://www.scala-js.org"
exclude:
- "*.iml"
- Gemfile
- Gemfile.lock
- README.md
- Rakefile
- vendor
assets:
prefix: "/assets"
digest: true
sources:
- _assets/css
- _assets/images
- _assets/fonts
- _assets/js
# News
paginate: 6
paginate_path: "/news/page:num"
excerpt_separator: "<!--more-->"
future: true
# Build settings
markdown: kramdown
defaults:
-
scope:
type: pages
values:
permalink: /:path/:basename:output_ext
-
scope:
type: posts
values:
permalink: /:categories/:title
excerpt_separator: <!--more--> #use this in posts to define how long the excerpt of the post (that is shown on the Blog page) is
colors: #in hex code if not noted else
primary: "#0077bd" #"#F70031"
primary_rgb: "0,179,254" #"247,0,49" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#384452" #"#33004D"
active: "#a44"
link: "#428bca"
link_hover: "#01b2fe"
footer_heading: "#ffffff"
footer_content: "#bfc9d3"
### VERSIONS ###
versions:
scalaJS: 1.17.0
scalaJSBinary: 1
scalaJS06x: 0.6.33
scalaJS06xBinary: 0.6
scalaJSDOM: 2.8.0