-
-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (38 loc) · 893 Bytes
/
_config.yml
File metadata and controls
40 lines (38 loc) · 893 Bytes
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
javalinThreeVersion: 3.13.13
javalinFourVersion: 4.6.7
javalinFiveVersion: 5.6.4
javalinSixVersion: 6.7.0
javalinversion: 7.1.0
slf4jversion: 2.0.17
repourl: https://github.com/javalin/website
description: Javalin - A lightweight Java and Kotlin web framework. Create REST APIs in Java or Kotlin easily.
url: "https://javalin.io"
baseurl: "" # the subpath of your site, e.g. /blog
defaults:
- scope:
path: "_posts/news/pre-3.0"
values:
noindex: true
sitemap: false
- scope:
path: "_posts/news/pre-4.0"
values:
noindex: true
sitemap: false
- scope:
path: "_posts/news/pre-5.0"
values:
noindex: true
sitemap: false
- scope:
path: "_posts/news/pre-6.0"
values:
noindex: true
sitemap: false
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-sitemap