forked from phillip055/ktorio.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (60 loc) · 1.87 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
repository: ktorio/ktorio.github.io
encoding: utf-8
output: web
# this appears in the html browser tab for the site title (seen mostly by search engines, not users).
title: Ktor
description: "Ktor"
url: http://ktor.io
ktor_version: 1.3.2
ktor_version_eap: 1.3.2
kotlin_version: 1.3.70
api_ktor_io: https://api.ktor.io/1.3.2
ktor_init_tools_url: https://start.ktor.io/
#ktor_init_tools_url: http://127.0.0.1:8081/
blog_enabled: false
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
github_editme_path: ktorio/ktorio.github.io/edit/master/
# if you have google-analytics ID, put it in. if not, edit this value to blank.
google_analytics: UA-47631155-3
# the preview server used. Leave as is.
host: 127.0.0.1
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
port: 4000
# these are the files and directories that jekyll will exclude from the build
exclude:
- ktor.pdf
- .gradle
- .idea
- .gitignore
- Dockerfile
- docker-build.sh
- docker-run.sh
- .vscode
# library used for syntax highlighting
highlighter: rouge
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
syntax_highlighter: rouge
plugins:
- jekyll-redirect-from
- jekyll-feed
- jekyll-sitemap
whitelist:
- jekyll-redirect-from
- jekyll-feed
permalink: /blog/:year/:month/:title:output_ext
# these are defaults used for the frontmatter for these file types
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"